You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > HtmlEditor Class > HtmlEditor Properties > ToolbarLevel
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
HtmlEditor.ToolbarLevel Property

This specifies the level of the toolbar feature set offered to the user. It may be that they need a minimal set of functionality to keep the editing simple. It may be they need full functionality for a major edit. This defines the amount of functionality offered to the user. 

These are the value values:

  • "None"
  • "Reduced"
  • "Default"
  • "DataDesigner"
  • "DataEntry"
  • "Calendar"
  • "FormDesign"
  • "XSLTDesign"
  • "Full"
  • "Custom"

C#
[Bindable(true)]
[Browsable(true)]
[DesignOnly(false)]
[Category("Ektron")]
[NotifyParentProperty(true)]
[ParenthesizePropertyName(false)]
[TypeConverter(typeof(HtmlEditToolbarLvlTypeConverter))]
[DefaultValue("Default")]
[Description("Specifies the level of toolbar feature set offered to the user.")]
public string ToolbarLevel;
Visual Basic
<Bindable(true)>
<Browsable(true)>
<DesignOnly(false)>
<Category("Ektron")>
<NotifyParentProperty(true)>
<ParenthesizePropertyName(false)>
<TypeConverter(typeof(HtmlEditToolbarLvlTypeConverter))>
<DefaultValue("Default")>
<Description("Specifies the level of toolbar feature set offered to the user.")>
Public Property ToolbarLevel() As string
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!