Difference between revisions of "UI-Elements"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
=== Button ===
 
=== Button ===
 
[[Specification_Example#6._.22OK.22_Button|Show Example]]
 
[[Specification_Example#6._.22OK.22_Button|Show Example]]
  <nowiki>=== <ITEM-NUMBER> Button ===
+
  <nowiki>=== <"ITEM-NUMBER" Button> ===
 
  {| 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 7: Line 7:
 
  |-
 
  |-
 
  | '''Enabled:'''
 
  | '''Enabled:'''
  | <Specify_When_Enabled_Here>
+
  | <Specify When Enabled Here>
 
  |-
 
  |-
 
  | '''Disabled:'''
 
  | '''Disabled:'''
  | <Specify_When_Disabled_Here>
+
  | <Specify When Disabled Here>
 
  |-
 
  |-
 
  | '''On Click:'''
 
  | '''On Click:'''
  | <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>
 +
 
 +
=== Checkbox ===
 +
 
 +
<nowiki>=== <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>
 +
|-
 +
| '''Tristate:'''
 +
| <Specify When Tristate Occurs Here>
 +
|-
 +
| '''Selected:'''
 +
| <Specify On Click Action Here>
 
  |-
 
  |-
 
  | '''Other:'''
 
  | '''Other:'''
 
  | <Specify_Other_Properties_Here>
 
  | <Specify_Other_Properties_Here>
 
  |-
 
  |-
  | '''String EN_US:'''
+
  | '''Label EN-US:'''
  | <Specify_String_Here>
+
  | <Specify Label Here>
 
  |-
 
  |-
  | '''String GER:'''
+
  | '''Label GER:'''
  | <Specify_String_Here>
+
  | <Specify_Label Here>
 
  |}</nowiki>
 
  |}</nowiki>

Revision as of 14:06, 3 November 2006

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