Difference between revisions of "UI-Elements"

From Apache OpenOffice Wiki
Jump to: navigation, search
(TextArea)
(RadioButton)
Line 93: Line 93:
 
=== RadioButton ===
 
=== RadioButton ===
  
  <nowiki>=== <ITEM-NUMBER CheckBox> ===
+
  <nowiki>=== <ITEM-NUMBER RadioButton> ===
 
  {| 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 113: Line 113:
 
  | <Specify_Label Here>
 
  | <Specify_Label Here>
 
  |}</nowiki>
 
  |}</nowiki>
 
  
 
=== ComboBox ===
 
=== ComboBox ===

Revision as of 18:00, 6 November 2006

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.

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


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>
 |-
 | '''Checked:'''
 | <Specify When Checked Here>
 |-
 | '''Other:'''
 | <Specify Other Properties Here>
 |-
 | '''Label EN-US:'''
 | <Specify Label Here>
 |-
 | '''Label GER:'''
 | <Specify Label Here>
 |}

RadioButton

=== <ITEM-NUMBER RadioButton> ===
 {| 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>
 |-
 | '''Selected:'''
 | <Specify When Selected 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>
 |}


DropDown ListBox

=== <ITEM-NUMBER DropDown ListBox> ===
 {| 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 Number Here e.g. 8>
 |-
 | '''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>
 |}


ListBox

=== <ITEM-NUMBER DropDown ListBox> ===
 {| 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>
 |-
 | '''Sorting by Drag & Drop:'''
 | <Enabled/Disabled>
 |-
 | '''Vis. Row Count:'''
 | <Specify Number Here e.g. 8>
 |-
 | '''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>
 |}


Label

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'''
 |-
 | '''Title EN-US:'''
 | <Specify Title Here>
 |-
 | '''Title GER:'''
 | <Specify Title Here>
 |}


Progress Bar

=== <ITEM-NUMBER Progress Bar> ===
 {| 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'''
 |-
 | '''Min. Value:'''
 | <Specify min. value; e.g 0>
 |-
 | '''Max. Value:'''
 | <Specify max. value; e.g 100>
 |-
 | '''Labels EN-US:'''
 | <Specify Label Here>
 |-
 | '''Labels GER:'''
 | <Specify Labels Here>
 |}


Slider

=== <ITEM-NUMBER Slider> ===
 {| 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'''
 |-
 | '''Min. Value:'''
 | <Specify min. value; e.g 0>
 |-
 | '''Max. Value:'''
 | <Specify max. value; e.g 100>
 |-
 | '''Snap at Tick'''
 | <Yes/No>
 |-
 | '''Major Tick Interval:'''
 | <Specify Tick Interval; e.g 50>
 |-
 | '''Minor Tick Interval:'''
 | <Specify Tick Interval; e.g 10>
 |-
 | '''Max. Value:'''
 | <Specify max. value; e.g 100>
 |-
 | '''Label EN-US:'''
 | <Specify Label Here>
 |-
 | '''Label GER:'''
 | <Specify Labels Here>
 |}


SpinField

=== <ITEM-NUMBER SpinField> ===
 {| 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>
 |-
 | '''Min. Value:'''
 | <Specify min. value; e.g 0>
 |-
 | '''Max. Value:'''
 | <Specify max. value; e.g 100>
 |-
 | '''Start Value:'''
 | <Specify value; e.g 50>
 |-
 | '''Steps:'''
 | <Specify value; e.g 1>
 |-
 | '''Measurement Unit:'''
 | <Specify unit; e.g %, mm, inch, px>
 |-
 | '''Label EN-US:'''
 | <Specify Label Here>
 |-
 | '''Label GER:'''
 | <Specify Label Here>
 |}


TextField

=== <ITEM-NUMBER TextField> ===
 {| 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>
 |-
 | '''Read Only:'''
 | <Yes/No>
 |-
 | '''Initial String:'''
 | <Specify String Here>
 |-
 | '''String Preselected:'''
 | <Yes/No>
 |-
 | '''Caret Position:'''
 | <0>
 |-
 | '''Characters Allowed'''
 | <Specify characters here>
 |-
 | '''Characters Not Allowed'''
 | <Specify characters here>
 |-
 | '''Echo characters (Password Field)'''
 | <Specify echo character; e.g.*>
 |-
 | '''Label EN-US:'''
 | <Specify Label Here>
 |-
 | '''Label GER:'''
 | <Specify Label Here>
 |}


TextArea

=== <ITEM-NUMBER TextArea> ===
 {| 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>
 |-
 | '''Read Only:'''
 | <Yes/No>
 |-
 | '''Visible Row Count:'''
 | <Specify value; e.g 8>
 |-
 | '''Initial String:'''
 | <Specify String Here>
 |-
 | '''String Preselected:'''
 | <Yes/No>
 |-
 | '''Caret Position:'''
 | <0>
 |-
 | '''Characters Allowed'''
 | <Specify characters here>
 |-
 | '''Characters Not Allowed'''
 | <Specify characters here>
 |-
 | '''Label EN-US:'''
 | <Specify Label Here>
 |-
 | '''Label GER:'''
 | <Specify Label Here>
 |}


TreeControl

=== <ITEM-NUMBER TreeControl> ===
 {| 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>
 |-
 | '''Drag & Drop Allowed:'''
 | <Yes/No>
 |-
 | '''Nodes Initially Expanded:'''
 | <Specify Nodes here>
 |-
 | '''Node Initially Selected:'''
 | <Specify Node here>
 |-
 | '''Label EN-US:'''
 | <Specify Label Here>
 |-
 | '''Label GER:'''
 | <Specify Label Here>
 |}
Personal tools