Difference between revisions of "UI-Elements"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 28: Line 28:
 
  |}</nowiki>
 
  |}</nowiki>
  
=== Checkbox ===
+
=== CheckBox ===
  
  <nowiki>=== <ITEM-NUMBER Checkbox> ===
+
  <nowiki>=== <ITEM-NUMBER CheckBox> ===
 
  {| 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%"
 
  |-
 
  |-
Line 46: Line 46:
 
  | '''Selected:'''
 
  | '''Selected:'''
 
  | <Specify On Click Action Here>
 
  | <Specify On Click Action Here>
 +
|-
 +
| '''Other:'''
 +
| <Specify_Other_Properties_Here>
 +
|-
 +
| '''Label EN-US:'''
 +
| <Specify Label Here>
 +
|-
 +
| '''Label GER:'''
 +
| <Specify_Label Here>
 +
|}</nowiki>
 +
 +
=== ComboBox ===
 +
 +
<nowiki>=== <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:'''
 
  | '''Other:'''

Revision as of 14:22, 3 November 2006

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

_ _

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