Low level jQuery wrapper for making a field read only.
In general use you should probably be using .disableField.
Executed
Client-side only.
Arguments
Argument | Type | Description |
---|---|---|
fieldID | String, required | The DOM ID of the field to make read only. A field's ID is generally the form name and the field name separated by an underscore |
readOnly | Boolean, required | True to make the field read only |
Last modified on March 09, 2020