KaxEditorToolbarMode Property |
Gets or sets the value indicating how the editor toolbar will be rendered and will act on the client
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic EditorToolbarMode ToolbarMode { get; set; }
Public Property ToolbarMode As EditorToolbarMode
Get
Set
public:
property EditorToolbarMode ToolbarMode {
EditorToolbarMode get ();
void set (EditorToolbarMode value);
}
member ToolbarMode : EditorToolbarMode with get, set
Property Value
Type:
EditorToolbarModeDefault 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