...
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
A single line text entry field that displays text as mask characters rather than plain text.
...
Example XAL for using this widget in a freePane:
Code Block |
---|
<textView height="100px" width="100px" x="260px" y="50px">
TextView
</textView> |