UI-Elements

From Apache OpenOffice Wiki
Revision as of 14:06, 3 November 2006 by Cj (Talk | contribs)

Jump to: navigation, search

Button

Show Example

=== <"ITEM-NUMBER" Button> ===
 {| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0;  border: 1px #cccccc solid; border-collapse: collapse; width: 100%"
 |-
 | width="200"  bgcolor="#dddddd" | '''Property''' || bgcolor="#dddddd" | '''State'''
 |-
 | '''Enabled:'''
 | <Specify When Enabled Here>
 |-
 | '''Disabled:'''
 | <Specify When Disabled Here>
 |-
 | '''On Click:'''
 | <Specify On Click Action Here>
 |-
 | '''Other:'''
 | <Specify Other Properties Here>
 |-
 | '''Label EN-US:'''
 | <Specify Label Here>
 |-
 | '''Label GER:'''
 | <Specify Label Here>
 |}

Checkbox

=== <ITEM-NUMBER Checkbox> ===
 {| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0;  border: 1px #cccccc solid; border-collapse: collapse; width: 100%"
 |-
 | width="200"  bgcolor="#dddddd" | '''Property''' || bgcolor="#dddddd" | '''State'''
 |-
 | '''Enabled:'''
 | <Specify When Enabled Here>
 |-
 | '''Disabled:'''
 | <Specify When Disabled Here>
 |-
 | '''Tristate:'''
 | <Specify When Tristate Occurs Here>
 |-
 | '''Selected:'''
 | <Specify On Click Action Here>
 |-
 | '''Other:'''
 | <Specify_Other_Properties_Here>
 |-
 | '''Label EN-US:'''
 | <Specify Label Here>
 |-
 | '''Label GER:'''
 | <Specify_Label Here>
 |}
Personal tools