This element specifies an item to include within a menu or the shortcut menu in the Visual Designer.
OR
<designerMenuItem>
<editLive>
...
<menuBar>
<menu>
<designerMenuItem ... />
</menu>
</menuBar>
...
</editLive>This attribute gives the name for the designer menu item. For use within a <menu> element it must be one of the following:
ControlProperties - The Control Properties... command.
ExportXSLT - The Export StyleSheet command
ExportXSD - The Export Schema command.
The following example demonstrates how to add the FieldProperties, ExportXSLT and ExportXSD items to the Designer menu. Thus the instance of the Visual Designer using this configuration will have only a Designer menu with these items.
<editLive>
...
<menuBar>
<menu name="Designer">
<designerMenuItem name="FieldProperties"/>
<designerMenuItem name="ExportXSLT"/>
<designerMenuItem name="ExportXSD"/>
</menu>
</menuBar>
...
</editLive> Copyright 2001-2004 Ephox Corporation. All Rights Reserved.