There are six toolbar modes available in WebTextEditor:
- None.
When this mode is selected, toolbar will be disabled. Moreover, when floating toolbar is also disabled, toolbar script will not be loaded.
- Minimal. In this mode, Formatting and Standard toolbars are added. Formatting toolbar will include the following commands: Bold, Italic, Underline, Font Name, Font Color, Align Left, Align Center, Align Right, Bullets, and Numbering. Standard toolbar will include the following commands: Insert from Web and Media Gallery.
- Standard. This mode is the default value for ToolBarMode property. In this mode, Formatting toolbar will include the following commands: Bold, Italic, Underline, Font Name, Font Size, Font Color, Text Highlight Color, Align Text Left, Align Text Center, Align Text Right, Align Text Justify, Bullets, Numbering, Decrease Indent, Increase Indent, Clear Formatting, and Quote. Standard toolbar will include the following commands: Undo, Redo, Hyperlink, Remove Hyperlink, Insert from Web, Media Gallery, and Full Screen.
- Rich. In this mode, Formatting toolbar will include the following commands: Bold, Italic, Underline, Font Name, Font Size, Font Color, Text Highlight Color, Align Text Left, Align Text Center, Align Text Right, Align Text Justify, Bullets, Numbering, Decrease Indent, Increase Indent, Cut, Copy, Paste, Clear Formatting, and Quote. Standard toolbar will include the following commands: Undo, Redo, Spell Checker, Find, Replace, Hyperlink, Remove Hyperlink, Insert Table, Insert Symbol, Insert from Web, Media Gallery, and Full Screen.
- Complete. In this mode, Formatting toolbar will include the following commands: Bold, Italic, Underline, Font Name, Font Size, Font Color, Text Highlight Color, Align Text Left, Align Text Center, Align Text Right, Align Text Justify, Paragraph, Bullets, Numbering, Decrease Indent, Increase Indent, Cut, Copy, Paste, Change Case, Subscript, Superscript, Strikethrough, Clear Formatting, and Quote. Standard toolbar will include the following commands: Undo, Redo, Spell Checker, Find, Replace, Hyperlink, Remove Hyperlink, Insert Table, Insert Symbol, Insert Form Control, Insert from Web, Media Gallery, and Full Screen.
- Custom. In this mode, custom toolbar can be added to WebTextEditor. This topic will be further explained in next section.
ToolBar mode can be changed in ToolBarSettings >> ToolBarMode property.