Difference between revisions of "Template:SpecUIElementHeading"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 1: Line 1:
<includeonly>{| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0;  border: 1px #cccccc solid; border-collapse: collapse; width: 100%"
+
<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%"
 
|- style="background-color:#dddddd;"
 
|- style="background-color:#dddddd;"
 
|| '''Type''' || '''Property''' || '''Value''' || '''Comment'''
 
|| '''Type''' || '''Property''' || '''Value''' || '''Comment'''

Revision as of 11:42, 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