<dropdown>

Description

A dropdown menu is a noneditable menu that executes a specific command when you select an entry and the menu updates itself, based on an attached JavaScript function. The dropdown menu looks and acts the same as the Format control in the Text Property inspector, except it's a standard size instead of the small Property inspector size.

Attributes

id, tooltip, file, enabled, checked, value, command, {showIf}, {label}, {width}, {domRequired}, {update}, {arguments}

For a description of each attribute, see .

Contents

None.

Container

The toolbar tag or the toolbarset tag.

Example

<dropdown id="Font_Example" width="115" tooltip="Font" domRequired="false" file="Toolbars/mine/fontExample.htm" update="onSelChange"/>