wijmo.editor.wijeditor Namespace : options type |
Object
wijmo.editor.wijeditor.options
Name | Description | |
---|---|---|
customContextMenu | Default value: true Determines whether the custom context menu is shown. | |
editorMode | Default value: 'wysiwyg' Set the type of editor to show initially. | |
fullScreenContainerSelector | Default value: "" Set to the selector that returns the container to fill when the user selects full screen mode.By default, it fills the client's area on the web page. | |
fullScreenMode | Default value: false Set this option to true to show the editor in full screen mode when the page is first opened. | |
mode | Default value: 'ribbon' Specify which toolbar to render. Ribbon and simple modes allow you to customize the toolbar. | |
showFooter | Default value: true Specify whether to show the footer at the bottom of the editor, where users can toggle full screen mode, word wrap, and view mode. | |
showPathSelector | Default value: true Select whether to show the path selector in the left side of the footer. | |
simpleModeCommands | Default value: null Specify an array of commands to display in customizing the simple toolbar. | |
text | Default value: null Set the text that appears in the editor. |
Name | Description | |
---|---|---|
commandButtonClick | Occurs when the command button is clicked. | |
textChanged | Occurs when the text changed. |