The following is the basic syntax of the choice tag :
<CHOICE name= name>
where name identifies the choice programmatically.
The choice tag can be expanded with the following elements:
<CHOICE name=name> <TITLE>title</TITLE> <ENABLE></ENABLE> <DISABLE></DISABLE> <SHOW></SHOW> <HIDE></HIDE> <REFRESH></REFRESH> <DISPLAY></DISPLAY> </CHOICE> | ||
ATTRIBUTE | VALUE | DESCRIPTION |
<TITLE> | title | Inserted
into the drop down list box.
Title defines the key for loading the text string from the resource bundle. If the string is not found, the title string will appear as it does in the PDML source file. This is a required tag. |
<ENABLE> | See the action tag | |
<DISABLE> | See the action tag | |
<SHOW> | See the action tag | |
<HIDE> | See the action tag | |
<REFRESH> | See the action tag | |
<DISPLAY> | See the action tag |