Flags that control which tools are available in the inline editor.

Namespace:  EPiServer.Editor
Assembly:  EPiServer (in EPiServer.dll) Version: 6.1.379.0

Syntax

C#
[SerializableAttribute]
[FlagsAttribute]
public enum EditorToolOption

Members

Member nameDescription
Undefined
Denotes that the tool availability hasn't been configured.
Bold
Enables Bold (Strong) in the editor.
Italic
Enables Italic (Emphasize) in the editor.
Underline
Enables Underline in the editor.
Font
Enables font selection tools in the editor.
Number
Enables the numbered list button in the editor.
Bullets
Enables bullet list button in the editor.
Left
Enables left justification button in the editor.
Center
Enables centered justification button in the editor.
Right
Enables right justification button in the editor.
InsertAnchor
Enables the insert anchor button in the editor.
InsertImage
Enables insert image button in the editor
InsertDoc
Enables the insert document button.
InsertUrl
Enables the insert link button.
InsertTable
Enables the insert table button.
ToggleHtml
Enables the button to toggle between normal view and the html markup.
Refresh
Not used by the editor.
Undo
Enables the undo button.
Redo
Enables the redo button.
Find
Enables the find button.
SpellCheck
Enables the spell checker button.
Maximizer
Enables the miximization button.
Quote
Enables the quote button.
DynamicContent
Enables the insert dynamic content button.
All
Enables all toools in the editor.

See Also