This element specifies an item to include within a menu or the shortcut menu in the Visual Designer Applet.
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.
previewInELX - The Preview Preview Solution... command.
The following example demonstrates how to add the ControlProperties, ExportXSLT, ExportXSD and previewInELX 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="ControlProperties"/>
<designerMenuItem name="ExportXSLT"/>
<designerMenuItem name="ExportXSD"/>
<designerMenuItem name="previewInELX"/>
</menu>
</menuBar>
...
</editLive> Copyright 2001-2005 Ephox Corporation. All Rights Reserved.