EditorToolBarMode Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Editor toolbar mode enumeration.

Namespace:  Telerik.WebAii.Controls.Html
Assembly:  Telerik.WebAii.Controls.Html (in Telerik.WebAii.Controls.Html.dll) Version: 2012.1.411.0 (2012.1.411.0)
Syntax

public enum EditorToolBarMode
Members

  Member nameValueDescription
Default0 The toolbar is static and positioned over the content area.
PageTop1 In this mode, when a particular editor gets the focus its toolbar will appear docked at the top of the page.
ShowOnFocus2 The toolbar will appear right above the editor when it gets focus.
Floating3 The toolbar will pop up in a window and will allow the user to move it over the page.
See Also

Reference