|
 |
|
NOTE: This Design document is subject to change at any time. |
Item
Syntax: <ITEM property-list>Script</ITEM>
represents an item on a toolbar or in a menu. Items are similar to buttons in that they are normally assigned to an Action. The Action can control the caption, image, enabled, checked, and script for an item. Items are drawn differently depending upon whether they are in a toolbar, or in a menu. But their function is the same in both cases.
Items typically do not require a Name since they are not called from scripts. It is recommended that you attach an Action to an Item, give the Action a Name, then manipulate the Action from your script. This allows you to control multiple items (such as a toolbar button and a menu item) from a single Action source. |
|