Difference between revisions of "Template:SpecUIElementHeading"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
Line 5: Line 5:
  
 
=== Looks Like ===
 
=== Looks Like ===
{{SpecUIElement/SpecUIElementHeading}}
+
{{SpecUIElementHeading}}
 
|}
 
|}
  
Line 12: Line 12:
  
 
=== Example ===
 
=== Example ===
{{SpecUIElement/SpecUIElementHeading}}
+
{{SpecUIElementHeading}}
{{SpecUIElement/SpecUIElementRow|text=Open|comment=opens the selected file}}
+
{{SpecUIElementRow|text=Open|comment=opens the selected file}}
 
|}
 
|}
  
 
was produced by this code:
 
was produced by this code:
 
  <pre>
 
  <pre>
  {{SpecUIElement/SpecUIElementHeading}}
+
  {{SpecUIElementHeading}}
  {{SpecUIElement/SpecUIElementRow|text=Open|comment=opens the selected file}}
+
  {{SpecUIElementRow|text=Open|comment=opens the selected file}}
 
  |}
 
  |}
 
  </pre>
 
  </pre>
Line 25: Line 25:
 
=== See Also ===
 
=== See Also ===
  
[[Template:SpecUIElement/SpecUIElementRow]]<br/>
+
[[Template:SpecUIElementRow]]<br/>
[[Template:SpecUIElement/SpecUIElement]]
+
[[Template:SpecUIElement]]
  
 
[[Category:Specification Particle Templates]]
 
[[Category:Specification Particle Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 09:50, 22 January 2008

Use this template to create, within a specification document, the heading of a table describing multiple different user interface elements of a dialog.

Looks Like

Type Property Value Comment

Parameters

n/a

Example

Type Property Value Comment
' ' invalid - the property vallue must be specified opens the selected file

was produced by this code:

 {{SpecUIElementHeading}}
 {{SpecUIElementRow|text=Open|comment=opens the selected file}}
 |}
 

See Also

Template:SpecUIElementRow
Template:SpecUIElement

Personal tools