Difference between revisions of "Template:SpecUIElementHeading"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
Line 1: Line 1:
<includeonly> ''{{{heading|User Interface Elements}}}''
+
<includeonly>'''{{{heading|User Interface Elements}}}'''
 
{| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0;  border: 1px #cccccc solid; border-collapse: collapse; width: 100%"
 
{| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0;  border: 1px #cccccc solid; border-collapse: collapse; width: 100%"
 
|- style="background-color:#dddddd;"
 
|- style="background-color:#dddddd;"
Line 10: Line 10:
  
 
=== Parameters ===
 
=== Parameters ===
n/a
+
{| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0;  border: 1px #cccccc solid; border-collapse: collapse; width: 100%"
 +
|- style="background-color:#dddddd;"
 +
|| '''Parameter Name''' || '''Parameter meaning'''
 +
|-
 +
|| <code>heading</code> || the heading to precede the table with
 +
|}
 +
 
  
 
=== Example ===
 
=== Example ===

Latest revision as of 11:43, 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

Parameter Name Parameter meaning
heading the heading to precede the table with


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