Enum
EditorToolBarMode

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.

Declaration

cs-api-definition
Default = 0

Field Value

EditorToolBarMode

Floating

The toolbar will pop up in a window and will allow the user to move it over the page.

Declaration

cs-api-definition
Floating = 3

Field Value

EditorToolBarMode

PageTop

In this mode, when a particular editor gets the focus its toolbar will appear docked at the top of the page.

Declaration

cs-api-definition
PageTop = 1

Field Value

EditorToolBarMode

ShowOnFocus

The toolbar will appear right above the editor when it gets focus.

Declaration

cs-api-definition
ShowOnFocus = 2

Field Value

EditorToolBarMode

In this article
DefinitionFieldsDefaultFloatingPageTopShowOnFocus
Not finding the help you need?
Contact Support