Difference between revisions of "Template:SpecUIElementHeading"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Example)
Line 13: Line 13:
 
=== Example ===
 
=== Example ===
 
{{SpecUIElementHeading}}
 
{{SpecUIElementHeading}}
{{SpecUIElementRow|text=Open|comment=opens the selected file}}
+
{{SpecUIElementRow|type=Button|property=Label|value=Open|comment=opens the selected file}}
 
|}
 
|}
  

Revision as of 09:56, 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

User Interface Elements

Type Property Value Comment

Parameters

n/a

Example

User Interface Elements

Type Property Value Comment
Button Label Open opens the selected file

was produced by this code:

 {{SpecUIElementHeading}}
 {{SpecUIElementRow|type=Button|property=Label|value=Open|comment=opens the selected file}}
 |}
 

See Also

Template:SpecUIElementRow
Template:SpecUIElement

Personal tools