Properties

NameTypeDefault
createCommand (name:EditorCreateCommand['name']) => void null
disabled boolean false
editable boolean true
height string | number null
lineBreak EditorLineBreak "default"
localization EditorLocalization { "bold": "Bold", "italic": "Italic", "underline": "Underline", "format": "Format Block", "font": "Font Name", "size": "Font Size", "color": "Text Color", "background": "Fill Color", "left": "Align Left", "center": "Align Center", "right": "Align Right", "outdent": "Indent Less", "indent": "Indent More", "ul": "Insert unordered list", "ol": "Insert ordered list", "image": "Insert image", "link": "Insert link", "html": "View source", "clean": "Remove Formatting" }
pasteMode EditorPasteMode "html"
rtl boolean false
stylesheets Array<any> []
theme string ''
toolbarPosition EditorToolbarPosition "top"
tools string "bold italic underline | format font size | color background | left center right | outdent indent | ul ol | image | link | clean | html"
width string | number null

Events

change Event

Methods

NameArgumentsReturn Type
destroy None
focus None
print None
setMode mode
val value