Options
This table shows the options that are available in the Infor Public Sector JavaScript API:
| Option | Description | Applies to |
|---|---|---|
| bind | Business object moniker to bind values to and from. | |
| CanSetValidationMessage | Indicates whether the control can set a validation message. | Controls that have the setValidationMessage
function. |
| disabledCanEdit | Allows or disallows editing in an InfoViewer. |
|
| enabled | Flag to indicate if the control is enabled. | Any control that can be in a disabled state |
| id | ClientId of the control. | All controls |
| left | CSS left position of the control. | |
| moniker | moniker of the control. | |
| position | CSS position of the control, such as absolute or relative. | |
| sanatizedID | An ID that does not have any special characters in it. | Controls that must have the actual ID on the DOM element
correctly formed, but that use a tainted ID. For example, a
control's ID must be sGrid!Resources.ActiveDate.
This ID causes issues with jQuery selectors because of the
exclamation point, so the sanatizedID should be
sGrid_Resources_ActiveDate. |
| top | CSS top position of the control. | |
| vid | View ID of the page containing this control. | All controls |
| visible | Flag to indicate if the control is visible. | Any control that can be hidden. |