Properties

animate defines the type of animation, with which the view is shown, if it is a Multiview cell
body defines the content of the view
borderless used to hide the component borders
compact defines whether the editor is rendered in the compact mode
compactWidth defines the width at which the widget is switched to the compact mode
container an HTML container (or its ID) where the component should be initialized
css the name of the CSS class or the object with styles that will be applied to the view container
disabled indicates whether an item is enabled
fullscreen defines whether the editor is displayed in the fullscreen mode
gravity sets the view gravity
height sets the height of the component
hidden defines whether the view will be hidden initially
id the ID of a widget
keyPressTimeout a delay between the key press and the action
layoutMode the mode of displaying editor layout
locale sets object with locale structure
maxHeight sets the maximum height for the view
maxWidth sets the maximum width for the view
menubar defines whether the default menubar is shown or specifies the menubar configuration
minHeight sets the minimal height for the view
minWidth sets the minimal width for the view
on allows attaching custom handlers to inner events of the component
override used to override default classes with new ones
toolbar defines whether the default toolbar is shown or specifies the toolbar configuration
upload the URL used for uploading and storing images inserted into the text
value sets the content to be displayed in the editor on its initialization
width sets the width of a widget
Back to top