Difference between revisions of "UI-Elements"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
___TOC___
 
___TOC___
 +
 +
Copy the wiki-code you need out of the Grey boxes, and past it into your specification.
 +
 +
 
=== Button ===
 
=== Button ===
 
[[Specification_Example#6._.22OK.22_Button|Show Example]]
 
[[Specification_Example#6._.22OK.22_Button|Show Example]]
Line 92: Line 96:
 
  | '''Label GER:'''
 
  | '''Label GER:'''
 
  | <Specify_Label Here>
 
  | <Specify_Label Here>
 +
|}</nowiki>
 +
 +
=== Dialog or Window ===
 +
[[Specification_Example#6._.22OK.22_Button|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>
 +
|-
 +
| '''Resizeable'''
 +
| <Yes or No>
 +
|-
 +
| '''Other:'''
 +
| <Specify_Other_Properties_Here>
 +
|-
 +
| '''Titel EN-US:'''
 +
| <Specify Titel Here>
 +
|-
 +
| '''Titel GER:'''
 +
| <Specify_Titel Here>
 
  |}</nowiki>
 
  |}</nowiki>

Revision as of 14:32, 3 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.


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>
 |-
 | '''Resizeable'''
 | <Yes or No>
 |-
 | '''Other:'''
 | <Specify_Other_Properties_Here>
 |-
 | '''Titel EN-US:'''
 | <Specify Titel Here>
 |-
 | '''Titel GER:'''
 | <Specify_Titel Here>
 |}
Personal tools