Custom attributes
Application Attributes
The plug-in doesn’t expose any application attributes.
Component Attributes
These attributes are available in page designer for the dynamic action implementing the plug-in. Use these attributes to define the validation process.
Attribute | Dependent on | Type | Description |
---|---|---|---|
Validation | Not applicable | Checkbox | Available options: - Force Execution on Server-side - Show processing - Custom Callback (Item) - Custom Callback (Validation) - Debounce mechanism - Request |
Custom Item Callback | Validation * Custom Callback (Item) is checked | JavaScript Code | The anonymous function that will be executed by the plug-in when the validation finishes for one APEX item |
Custom Validation Callback | Validation * Custom Callback (Validation) is checked | JavaScript Code | The anonymous function that will be executed by the plug-in when the validation finishes for all items |
Debounce time | Validation * Debounce mechanism is checked | Number | Number of milliseconds to wait before executing the plug-in method validating an item/column |
Request | Validation * Request is checked | Text | Request name so the plug-in will respect when button pressed condition and request related conditions |