name |
String |
Sets the name of the component. |
as-child-component |
Boolean |
|
for |
ModelExpression |
An expression to be evaluated against the current model. |
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. |
encoded |
Boolean |
Indicates whether the Editor should submit encoded HTML tags. By default, the submitted value is encoded. |
formatting-marks-refresh-delay |
Double |
The delay in milliseconds before the formatting marks are refreshed. This feature is useful for performance optimization as the formatting marks are re-rendered any time the user presses a key. If the user is typing very fast or holding down a key, the delay will prevent the re-rendering from being executed multiple times.The visual effect from this configuration is that the marks will briefly disappear while the user is typing. You can set the value to false to fully turn off this behavior. |
has-client-component |
Boolean |
|
inline-height |
Double |
This property enables you to configure height for the Editor when the component is in inline mode. |
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. |
nonce |
String |
When strict CSP is enabled a nonce can be provided for the inline styles. The passed value would be used as the nonce attribute for the inline styles in the content area iframe, the placeholder inline style and the link tags loading external stylesheets in the content area. |
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. |
unsafe-inline |
Boolean |
When set to false, the decoration applied by the Formatting tool dropdown will be skipped and the values will appear as plain text options. |
value |
String |
The content of the editor. |