ContentReadyEvent
The type of the contentReady event handler's argument.
import { ContentReadyEvent } from "devextreme/ui/html_editor"
Type:
Used in:
DisposingEvent
The type of the disposing event handler's argument.
import { DisposingEvent } from "devextreme/ui/html_editor"
Type:
Used in:
FocusInEvent
The type of the focusIn event handler's argument.
import { FocusInEvent } from "devextreme/ui/html_editor"
Type:
Used in:
FocusOutEvent
The type of the focusOut event handler's argument.
import { FocusOutEvent } from "devextreme/ui/html_editor"
Type:
Used in:
HtmlEditorFormat
Type:
Accepted Values: 'background' | 'bold' | 'color' | 'font' | 'italic' | 'link' | 'size' | 'strike' | 'script' | 'underline' | 'blockquote' | 'header' | 'indent' | 'list' | 'align' | 'code-block'
HtmlEditorPredefinedContextMenuItem
Type:
Accepted Values: 'background' | 'bold' | 'color' | 'font' | 'italic' | 'link' | 'image' | 'strike' | 'subscript' | 'superscript' | 'underline' | 'blockquote' | 'increaseIndent' | 'decreaseIndent' | 'orderedList' | 'bulletList' | 'alignLeft' | 'alignCenter' | 'alignRight' | 'alignJustify' | 'codeBlock' | 'variable' | 'undo' | 'redo' | 'clear' | 'insertTable' | 'insertHeaderRow' | 'insertRowAbove' | 'insertRowBelow' | 'insertColumnLeft' | 'insertColumnRight' | 'deleteColumn' | 'deleteRow' | 'deleteTable' | 'cellProperties' | 'tableProperties'
HtmlEditorPredefinedToolbarItem
Type:
Accepted Values: 'background' | 'bold' | 'color' | 'font' | 'italic' | 'link' | 'image' | 'size' | 'strike' | 'subscript' | 'superscript' | 'underline' | 'blockquote' | 'header' | 'increaseIndent' | 'decreaseIndent' | 'orderedList' | 'bulletList' | 'alignLeft' | 'alignCenter' | 'alignRight' | 'alignJustify' | 'codeBlock' | 'variable' | 'separator' | 'undo' | 'redo' | 'clear' | 'cellProperties' | 'tableProperties' | 'insertTable' | 'insertHeaderRow' | 'insertRowAbove' | 'insertRowBelow' | 'insertColumnLeft' | 'insertColumnRight' | 'deleteColumn' | 'deleteRow' | 'deleteTable'
InitializedEvent
The type of the initialized event handler's argument.
import { InitializedEvent } from "devextreme/ui/html_editor"
Type:
Used in:
MarkupType
Specifies in which markup language the value is stored.
Type:
Accepted Values: 'html' | 'markdown'
Used in:
OptionChangedEvent
The type of the optionChanged event handler's argument.
import { OptionChangedEvent } from "devextreme/ui/html_editor"
Type:
Used in:
ValueChangedEvent
The type of the valueChanged event handler's argument.
import { ValueChangedEvent } from "devextreme/ui/html_editor"
Type:
Used in:
Feedback