Difference between revisions of "Template:SpecUIElementHeading"

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

Revision as of 09:55, 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
' ' invalid - the property vallue must be specified 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