Toolbar Attributes
Attribute Description
Enabled Whether to enable the toolbar.
ID ID of the toolbar.
NewLine Whether to start a new line before the toolbar.
Visible Whether to display the toolbar.
ToolbarItem Attributes
Attribute Description
AutoPopulateItems Whether to automatically generate dropdown items such as
paragraph and font on the client machine.
ButtonFile Name of the image file to display for the button.
Command Command to execute when the user selects the toolbar item.
Enabled Whether to enable the toolbar item.
ID ID of the toolbar item.
OnAfterChange Client-side code to execute after the specified command when the user changes the dropdown selection.
OnAfterClick Client-side code to execute after the specified command when the user clicks the button.
OnBeforeChange Client-side code to execute before the specified command when the user changes the dropdown selection.
OnBeforeClick Client-side code to execute before the specified command when the user clicks the button.
PostBackValue Postback value to return to server when the user clicks the button or changes the dropdown selection.
Selected Whether to initially select the button.
SelectedValue Initially selected value in the dropdown.
Type Item type that can be Button, DropDown, or Separator.
Visible Whether to display the toolbar item.