UI-Elements

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

Jump to: navigation, search

THIS IS DOCUMENT IS WORK IN PROGRESS. PLEASE DO NOT CHANGE THE CONTENT.

_ _

Copy the wiki-code you need out of the Grey boxes, and past it into your specification.


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>
 |}

ComboBox

=== <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>
 |-
 | '''Max. Row Count:'''
 | <Specify Number Here e.g. 20>
 |-
 | '''Vis. Row Count:'''
 | <Specify On Click Action Here>
 |-
 | '''List of Items:'''
 |
 # <Item 1>
 # <Item 2>
 |-
 | '''Item Selected'''
 | <Specify Number Here>
 |-
 | '''Other:'''
 | <Specify_Other_Properties_Here>
 |-
 | '''Label EN-US:'''
 | <Specify Label Here>
 |-
 | '''Label GER:'''
 | <Specify_Label Here>
 |}

Dialog or Window

Show Example

=== <ITEM-NUMBER Dialog or Window> ===
 {| 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'''
 |-
 | '''State:'''
 | <Modal or Modeless>
 |-
 | '''Type:'''
 | <Dialog or Window>
 |-
 | '''Closable:'''
 | <Yes or No>
 |-
 | '''Resizable'''
 | <Yes or No>
 |-
 | '''Other:'''
 | <Specify_Other_Properties_Here>
 |-
 | '''Title EN-US:'''
 | <Specify Title Here>
 |-
 | '''Title GER:'''
 | <Specify_Title Here>
 |}
Personal tools