Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Example XAL for using this widget in a freePane:

 

Code Block
<comboBox height="25px" text="ComboBox" width="100px" x="20px" y="10px">
  <listBox>
    <listItem text="List Item #1"/>
    <listItem text="List Item #2"/>
    <listItem text="List Item #3"/>
  </listBox>
</comboBox>

 

label

Displays text and/or an image.

...

Example XAL for using this widget in a freePane:

...

Code Block
<listBox height="100px" width="100px" x="20px" y="20px">
  <listItem text="List Item #1"/>
  <listItem text="List Item #2"/>
  <listItem text="List Item #3"/>
</listBox>

...

passwordField

 Image Added

A single line text entry field that displays text as mask characters rather than plain text.

...

 <verticalSlider height="100px" width="20px" x="310px" y="160px"/>   

textArea

 Image Added

A multiple line text entry field.

...

Example XAL for using this widget in a freePane:

Code Block
<textView height="100px" width="100px" x="260px" y="50px">
 TextView
</textView>