How to disable the Toolbars?
htmlEditor.setToolBarVisible(boolean visible) – Indicates if the entire main toolbar is visible or not. The default value is true htmlEditor.setFormattingToolbarVisible(boolean visible) – Will show/hide the formatting toolbar – to be used when only one part of the toolbar needs to be disabled htmlEditor.setShortcutToolbarVisible(boolean visible) – Will show/hide the shortcuts toolbar – to be used when only one part of the toolbar needs to be disabled. Back to top • How to disable the Statusbar htmlEditor.setStatusBarVisible(boolean visible) – Sets the status bar section of the editor visible and active or not. It could be changed at runtime.