Enables or disables a specified field. When a field is enabled, users can provide input or edit the values. Disabled fields are still visible but do not accept user input.
Specifies the unique identifier of the field to enable or disable. You can find this under the element properties. See Form Element Properties for more information.
Specifies whether the field is to be disabled (true) or enabled (false).
None.
This example disables the specified checklist field, including all checklist items in it.
ca_pam_disableField('Form.ckListField27', true)
|
Copyright © 2014 CA.
All rights reserved.
|
|