Changes between Version 16 and Version 17 of DeveloperGuidelines/EdenMobile/Settings
- Timestamp:
- 11/22/17 14:36:50 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Settings
v16 v17 13 13 || grids || Allow a set of fields to render as a Table in the form || {"pseudoFieldname": {"r": ["rowLabel1", "rowLabel2"], "c": ["colLabel1", "colLabel2"], "f": ![["realFieldname_forC1R1","realFieldname_forC1R2"],["realFieldname_forC2R1","realFieldname_forC2R2"]]} || 14 14 || insertable || Whether a resource should allow local creation of new records || Boolean (Defaults to True if not defined) || 15 || showHidden || When this checkbox field is selected then unhide all the relevant fields || {"fieldname": "fieldname2"} or {"fieldname": ["fieldname2", "fieldname3"]} || 15 16 || subheadings || Provide subheadings within CRUD create/update forms || {"fieldname": "Heading"} or {"fieldname": ["Heading1", "Heading2"]} || 16 17