JSON editor
JSON editor provides the advanced options to edit JSON. The editor supports syntax formatting and highlighting.
Methods
Method | Description |
---|---|
| sets value for the component |
| resets component |
| enables or disables a read-only mode |
| sets focus on the component |
| triggers component validation |
| resets validation |
Triggers
Triggers allow you to launch certain actions based on different events.
On Init | Calls for an action on component initialization |
On Change | Calls for an action on component's change |
On Enter | Calls for an action on Enter click |
On Focus | Calls for an action on component's focus |
On Blur | Calls for an action on component's blur |
Last updated