Changes between Version 15 and Version 16 of DeveloperGuidelines/EdenMobile/Settings
- Timestamp:
- 11/21/17 12:49:39 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Settings
v15 v16 11 11 || autoUpload || Whether a resource should prompt to sync new/modified records directly back to the server || Boolean (Defaults to False if not defined) || 12 12 || autototals || Allow a field to default to the sum of a set of other fields, whilst still allowing manual entry || {"sumFieldname": ["sourceFieldname1", "sourceFieldname2"]} || 13 || grids || Allow a set of fields to render as a Table in the form || {"pseudoFieldname": {"r": ["rowLabel1", "rowLabel2"], "c": ["colLabel1", "colLabel2"], "f": ![["realFieldname_for R1C1","realFieldname_forR1C2"],["realFieldname_forR2C1","realFieldname_forR2C2"]]} ||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 15 || subheadings || Provide subheadings within CRUD create/update forms || {"fieldname": "Heading"} or {"fieldname": ["Heading1", "Heading2"]} ||