TOC PREV NEXT INDEX



MenuItem


The MenuItem tag defines a menu item. A MenuItem should be given a name using the label= command. Quotation marks are not necessary if the name is only one word; names longer than a word should be enclosed in straight quotes. If a MenuItem should be available even when there is no open Project, then the command alwaysEnabled=true should be included in the MenuItem tag. If this is not included, the default of alwaysEnabled=false is used. For a MenuItem to have any function, it must contain at least one Action tag. The </MenuItem> tag is optional, since MenuItems cannot nest. The following sequence will be correctly interpreted by Simplicity as being two MenuItems in a menu: <Menu label=a> <MenuItem label=one> <MenuItem label=two> </Menu>


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX