WebitorToolbarButtonsEnabledFeatures Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Specifies a combination of buttons to show in the WebitorToolbar control.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

[FlagsAttribute]
public enum WebitorToolbarButtonsEnabledFeatures
Members

  Member nameValueDescription
None0Represents a value where no buttons are made avaliable to the user.
Standard1When this flag is set, represents a value where the standard buttons are made avaliable to the user.
Format2When this flag is set, represents a value where the Format button is made avaliable to the user.
Alignment4When this flag is set, represents a value where the Alignment button is made avaliable to the user.
BulletsNumbering8When this flag is set, represents a value where the Bullets & Numbering button is made avaliable to the user.
Link16When this flag is set, represents a value where the Link button is made avaliable to the user.
Templates32When this flag is set, represents a value where the Templates button is made avaliable to the user.
FileAttachment64When this flag is set, represents a value where the FileAttachment button is made avaliable to the user. The Webitor control must have specified a category for this option to be effective.
Image128When this flag is set, represents a value where the Image button is made avaliable to the user.
Table256When this flag is set, represents a value where the Table button is made avaliable to the user.
Object512When this flag is set, represents a value where the Object button is made avaliable to the user.
UserControl1024When this flag is set, represents a value where the UserControl button is made avaliable to the user.
ServerControl2048When this flag is set, represents a value where the ServerControl button is made avaliable to the user.
FontAndSize4096When this flag is set, represents a value where the Font & Size dropdowns is made avaliable to the user.
Heading8192When this flag is set, represents a value where the Heading dropdown is made avaliable to the user.
Style16384When this flag is set, represents a value where the CSS class dropdown is made avaliable to the user.
See Also

Reference