List
- Last UpdatedJun 25, 2024
- 5 minute read
Use List control to select one or many options from a list in your form.
Properties
The properties for the control are grouped under the following tabs:
Basic
|
Property |
Description |
|---|---|
|
Name |
Name that identifies the control. This value is also used for the label of the control. |
|
XML Node |
XML node mapped to the control. Use this value to map a list to a form and a form to a workflow.
Note: If you use / to denote a parent which is not a container and the parent is at the same level as that of the child, then the XML node for the control is not generated. If you edit this value later, then it might affect the mapping between forms, lists, and workflows. |
|
Description |
Description for the control. |
|
Tooltip |
Message that appears when the pointer hovers over the control. |
|
Options |
Options for the control. To add an option to the control
To clear fore color for an option of the control
To clear back color for an option of the control
To delete an option from the control
Note: |
|
Default Value |
The default value for the control. Note: |
Appearance
|
Property |
Description |
|---|---|
|
Enable |
Enable or disable the control.
|
|
Visible |
Show or hide the control.
|
|
Label Position |
Position of the label for the control.
Note: |
|
Label-Control Area |
Area occupied by the label and the control in percentage.
Note: |
|
Width |
Width in pixels for the control. The default value is 0. Note: If the value is 0, then the width of the control is set as per the default values. |
|
Retain Space |
Reserve or remove space when the control is hidden.
|
|
Rows |
Number of rows for the control. The default value is 4. |
|
Selection Mode |
Selection mode for the control.
The default value is Single. |
Validation
|
Property |
Description |
|---|---|
|
Mandatory |
Enforce or bypass entering a value for the control.
Note: Validation message appears only on submission of the form. |
Advanced
|
Property |
Description |
|---|---|
|
On Data Change |
Run a script when value of the control changes. For more information, see scripting guidelines for On Data Change property. |
|
ID |
Reference identification code for the control. This value is automatically generated and cannot be changed. |
|
Text Parameter |
Name that identifies the options text to use in scripts for the control. |
|
Value Parameter |
Name that identifies the options value to use in scripts for the control. |
|
Forms 2011 Compatible |
Make the control compatible with Forms 2011, that is the forms used in BPM 2011.
Note: When a control on a form is made Forms 2011 compatible, the XML instance of the form with the control is changed to ensure compatibility with Forms 2011. |
|
Include in Summary |
Allow or deny a user to view the value in the Summary of a Base Form.
Note: This property is applicable only when the control is used on a Base Form with Repeating property set to True, and the form is viewed on a small form factor mobile device. For information about Summary of a Base Form, see Base Form. |
Scripts
For information about using scripts, see scripting guidelines for List control.