THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
Panel | ||||
---|---|---|---|---|
| ||||
|
Scope
This page describes the use of the DropDownChoice component. It is not meant to replace the available javadoc. Common usage questions (FAQ) of the component will be addressed here, along with background/design information, and examples where applicable.
Background
FAQ
=Scope=
ComponentBackground | componentJavadoc=DropDownChoice
=Background=
...
- How To Substitute Your Own Message In Place Of 'Choose One' (Answer provided by Igor Vaynberg)
- Create a
.properties
file for your subclass of form/panel and define the null key for the value you want. For example:
<p>
orCode Block mypanel.properties formid.dropdownid.null=Choose One
Code Block mypanel.properties null=Choose One
...
Examples
...
See DropDownChoice Examples for a start...category:FAQ category:Component