Doc work on Editor
parent
3b177f64ed
commit
cf34d553a0
|
@ -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>
|
||||
<Editor v-model="value" editorStyle="height: 320px"/>
|
||||
</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>
|
||||
|
|
Loading…
Reference in New Issue