Doc work on Editor

pull/12/head
cagataycivici 2019-05-22 17:25:22 +03:00
parent 3b177f64ed
commit cf34d553a0
1 changed files with 71 additions and 71 deletions

View File

@ -8,7 +8,7 @@ import Editor from 'primevue/editor';
</CodeHighlight>
<h3>Getting Started</h3>
<p>Two-way value binding is defined with v-model.</p>
<p>A model can be bound using the standard v-model directive.</p>
<CodeHighlight>
&lt;Editor v-model=&quot;value&quot; editorStyle=&quot;height: 320px&quot;/&gt;
</CodeHighlight>
@ -55,7 +55,7 @@ import Editor from 'primevue/editor';
<td>readonly</td>
<td>boolean</td>
<td>false</td>
<td>Whether to instantiate the editor to read-only mode.</td>
<td>Whether to instantiate the editor to readonly mode.</td>
</tr>
<tr>
<td>formats</td>
@ -95,7 +95,7 @@ import Editor from 'primevue/editor';
<tr>
<td>input</td>
<td>event: Current value as html.</td>
<td>Callback to invoke on input event of input field.</td>
<td>Callback to invoke when text of editor changes.</td>
</tr>
</tbody>
</table>