EnumEditorToolBarMode
Enum
Editor toolbar mode enumeration.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public enum EditorToolBarMode
Fields
Default
The toolbar is static and positioned over the content area.
Floating
The toolbar will pop up in a window and will allow the user to move it over the page.
PageTop
In this mode, when a particular editor gets the focus its toolbar will appear docked at the top of the page.
ShowOnFocus
The toolbar will appear right above the editor when it gets focus.