Difference between revisions of "UI-Elements"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Dialog or Window)
Line 4: Line 4:
  
 
Copy the wiki-code you need out of the Grey boxes, and past it into your specification.
 
Copy the wiki-code you need out of the Grey boxes, and past it into your specification.
 +
 +
=== Dialog or Window ===
 +
[[Specification_Example#1._Insert_Footnote_Dialog|Show Example]]
 +
 +
<nowiki>=== <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>
 +
|}</nowiki>
  
  
Line 48: Line 78:
 
  | <Specify When Tristate Occurs Here>
 
  | <Specify When Tristate Occurs Here>
 
  |-
 
  |-
  | '''Selected:'''
+
  | '''Checked:'''
  | <Specify On Click Action Here>
+
  | <Specify When Checked Here>
 
  |-
 
  |-
 
  | '''Other:'''
 
  | '''Other:'''
  | <Specify_Other_Properties_Here>
+
  | <Specify Other Properties Here>
 +
|-
 +
| '''Label EN-US:'''
 +
| <Specify Label Here>
 +
|-
 +
| '''Label GER:'''
 +
| <Specify Label Here>
 +
|}</nowiki>
 +
 
 +
=== RadioButton ===
 +
 
 +
<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>
 +
|-
 +
| '''Selected:'''
 +
| <Specify When Selected Here>
 
  |-
 
  |-
 
  | '''Label EN-US:'''
 
  | '''Label EN-US:'''
Line 60: Line 113:
 
  | <Specify_Label Here>
 
  | <Specify_Label Here>
 
  |}</nowiki>
 
  |}</nowiki>
 +
  
 
=== ComboBox ===
 
=== ComboBox ===
Line 98: Line 152:
 
  |}</nowiki>
 
  |}</nowiki>
  
=== Dialog or Window ===
 
[[Specification_Example#1._Insert_Footnote_Dialog|Show Example]]
 
  
  <nowiki>=== <ITEM-NUMBER Dialog or Window> ===
+
=== DropDown ListBox ===
 +
 
 +
  <nowiki>=== <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%"
 
  {| 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'''
 
  | width="200"  bgcolor="#dddddd" | '''Property''' || bgcolor="#dddddd" | '''State'''
 
  |-
 
  |-
  | '''State:'''
+
  | '''Enabled:'''
  | <Modal or Modeless>
+
  | <Specify When Enabled Here>
 
  |-
 
  |-
  | '''Type:'''
+
  | '''Disabled:'''
  | <Dialog or Window>
+
  | <Specify When Disabled Here>
 
  |-
 
  |-
  | '''Closable:'''
+
  | '''Max. Row Count:'''
  | <Yes or No>
+
  | <Specify Number Here e.g. 20>
 
  |-
 
  |-
  | '''Resizable'''
+
  | '''Vis. Row Count:'''
  | <Yes or No>
+
  | <Specify Number Here e.g. 8>
 +
|-
 +
| '''List of Items:'''
 +
|
 +
# <Item 1>
 +
# <Item 2>
 +
|-
 +
| '''Item Selected'''
 +
| <Specify Number Here>
 
  |-
 
  |-
 
  | '''Other:'''
 
  | '''Other:'''
 
  | <Specify_Other_Properties_Here>
 
  | <Specify_Other_Properties_Here>
 +
|-
 +
| '''Label EN-US:'''
 +
| <Specify Label Here>
 +
|-
 +
| '''Label GER:'''
 +
| <Specify_Label Here>
 +
|}</nowiki>
 +
 +
 +
 +
=== ListBox ===
 +
 +
<nowiki>=== <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>
 +
|}</nowiki>
 +
 +
 +
=== Label ===
 +
[[Specification_Example#1._Insert_Footnote_Dialog|Show Example]]
 +
 +
<nowiki>=== <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:'''
 
  | '''Title EN-US:'''
Line 125: Line 242:
 
  |-
 
  |-
 
  | '''Title GER:'''
 
  | '''Title GER:'''
  | <Specify_Title Here>
+
  | <Specify Title Here>
 +
|}</nowiki>
 +
 
 +
 
 +
=== Progress Bar ===
 +
 
 +
<nowiki>=== <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>
 +
|}</nowiki>
 +
 
 +
 
 +
=== Slider ===
 +
 
 +
<nowiki>=== <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>
 +
|}</nowiki>
 +
 
 +
 
 +
=== SpinField ===
 +
 
 +
<nowiki>=== <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 Labels Here>
 
  |}</nowiki>
 
  |}</nowiki>

Revision as of 10:44, 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 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>
 |-
 | '''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 Labels Here>
 |}
Personal tools