Difference between revisions of "Template:SpecUIElement/Menu"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 1: Line 1:
 
<includeonly>{{SpecUIElement/MenuHeading}}
 
<includeonly>{{SpecUIElement/MenuHeading}}
{{SpecUIElement/MenuRow|en-US={{{en-US|<span style="color:#ff0000;">invalid - en-US label must be specified</span>}}}|sub-item={{{sub-item|}}}|sub-sub-item={{{sub-sub-item|}}}|kbd={{{kbd|<none>}}}|icon={{{icon|<none>}}}|en-US-comment={{{en-US-comment|}}}}}
+
{{SpecUIElement/MenuRow|en-US={{{en-US|<span style="color:#ff0000;">invalid - en-US label must be specified</span>}}}|sub-item={{{sub-item|}}}|sub-sub-item={{{sub-sub-item|}}}|kbd={{{kbd|<none>}}}|icon={{{icon|<none>}}}|comment={{{comment|}}}}}
 
|}</includeonly>
 
|}</includeonly>
  
Line 7: Line 7:
  
 
=== Example ===
 
=== Example ===
{{SpecUIElement/Menu|en-US=File|en-US-comment=This is the top level entry point, in the main menu bar, for all file related actions.}}
+
{{SpecUIElement/Menu|en-US=File|comment=This is the top level entry point, in the main menu bar, for all file related actions.}}
 
was produced by this code:
 
was produced by this code:
  <pre>{{SpecUIElement/Menu|en-US=File|en-US-comment=This is the top level entry point, in the main menu bar, for all file related actions.}}</pre>
+
  <pre>{{SpecUIElement/Menu|en-US=File|comment=This is the top level entry point, in the main menu bar, for all file related actions.}}</pre>
  
 
=== See Also ===
 
=== See Also ===

Revision as of 14:05, 28 November 2007


Use this template to create, within a specification document, a table describing your menu items.

Example

Menu Item(s)

Item Sub Item Sub Item KBD Shortcut Icon Comment
invalid - en-US label must be specified This is the top level entry point, in the main menu bar, for all file related actions.


was produced by this code:

{{SpecUIElement/Menu|en-US=File|comment=This is the top level entry point, in the main menu bar, for all file related actions.}}

See Also


Personal tools