Search

Search:

Namespace:

Search Result
.

Custom ToolbarButtons and ToolbarDropDownLists

.

ToolbarButtons and ToolbarDropDownLists can be added to a FreeTextBox either programmatically, procedurally, or by inheriting from ToolbarButton or ToolbarDropDownList.

.
Summary How to configure the values in ToolbarDropDownLists such as FontFacesMenu
.

ToolbarDropDownList values

.

Each ToolbarDropDownList (such as InsertHtmlMenu) has two associated array properties, a List property and a Names' Property. For InsertHtmlMenu, the two properties are InsertHtmlMenuList and InsertHtmlMenuNames. If set, these properties will fill the InsertHtmlMenu dropdownlist. InsertHtmlMenuList is an array of HTML blocks and InsertHtmlMenuNames is a list of the display names for those values. The length of both arrays must match.

.
Redirect CustomValueInToolbarDropDownLists
.

This page was automatically generated when this topic (Custom_Values_in_ToolbarDropDownLists) was renamed to CustomValueInToolbarDropDownLists on 11/18/2004 at 3:13 AM by -68.94.227.128.

.
.
Summary A ToolbarDropDownList that changes the style of the block element
.
.
Summary How to configure various ToolbarButtons and ToolbarDropDownLists in FreeTextBox
.

Valid values for ToolbarButtons and ToolbarDropDownLists are

.

ToolbarButtons and ToolbarDropDownLists can also be set through code. You should set the property AutoGenerateToolbarsFromString to false if you want only the ToolbarItems you define.