json-ui is aimed at people who want to build a web interface, but don't want to mess about with design tools or frameworks. Not that they are a bad thing, but sometimes you just need to get a web interface up and running with minimum hassle.
Blah...
?????????????
| Data Object | Description |
|---|---|
| _defs | User form definitions, passed as an argument to the init function. |
| _messages | Internal information and error messages to be displayed to users. Loaded from js/messages.js. |
| _post | Post-processing functions for user forms, passed as an argument to the init function. |
| _format | Internal format patterns (in regular expression format) used for validating data entered into fields. Loaded from etc/validation.js. |
Pressing _postProcess which calls the external function using the call method!! so that the external function will have access to the data entered on the form through the this object.
buttonAddis shown on:- the footer of the form created with the
formAddmethod
- the footer of the form created with the
buttonDeleteis shown on:- the footer of the form created with the
formEditmethod - each row of the table created with the
tableShowmethod
- the footer of the form created with the
buttonSaveis shown on:- the footer of the form created with the
formEditmethod
- the footer of the form created with the
When clicking on the edit icon on a row of a table, the external function is called with the id of ???