Click or drag to resize
KaxEditorToolbarMode Property
Gets or sets the value indicating how the editor toolbar will be rendered and will act on the client

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public EditorToolbarMode ToolbarMode { get; set; }

Property Value

Type: EditorToolbarMode
Default Toolbars are rendered around the editor content area.
Floating Toolbars are rendered in a moveable window.
PageTop Toolbars appear on top of page when editor gets focus.
ShowOnFocus Toolbars appear right above the editor when it focus.
Remarks

Several editors can simulate usage of the same toolbar if this property has the same value everywhere

See Also