name |
String |
Sets the name of the component. |
as-child-component |
Boolean |
|
encoded |
Boolean |
Indicates whether the Editor should submit encoded HTML tags. By default, the submitted value is encoded. |
deferred |
Boolean |
Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
is-in-client-template |
Boolean |
When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute. |
domain |
String |
Relaxes the same-origin policy when using the iframe-based editor. This is done automatically for all cases except when the policy is relaxed by document.domain = document.domain. In that case, this property must be used to allow the editor to function properly across browsers. This property has been introduced in internal builds after 2014.1.319. |
for |
ModelExpression |
An expression to be evaluated against the current model. |
has-client-component |
Boolean |
|
navigate-on-tab |
Boolean |
If set to true this configuration option would enable Tab-based navigation among Editor ToolBar items. By default navigation is arrow-based. |
on-change |
String |
Fires when Editor is blurred and its content has changed. |
on-execute |
String |
Fires when an Editor command is executed. |
on-keydown |
String |
Fires when the user depresses a keyboard key. Triggered multiple times if the user holds the key down. |
on-keyup |
String |
Fires when the user releases a keyboard key. |
on-paste |
String |
Fires before the content is pasted in the Editor. |
on-pdf-export |
String |
Fired when the user clicks the "Export to PDF" toolbar button. |
on-select |
String |
Fires when the Editor selection has changed. |
placeholder |
String |
The hint displayed by the widget when it is empty. Not set by default. |
sanitize-id |
Boolean |
|
style-sheets |
String[] |
An expression to be evaluated against the current model. |
tag |
String |
The tag that will be rendered. Defaults to "textarea". Triggers the inline edit mode if different. |
value |
String |
The content of the editor. |