Changes between Version 4 and Version 5 of DeveloperGuidelines/EdenMobile/Settings
- Timestamp:
- 10/19/17 14:45:23 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Settings
v4 v5 9 9 10 10 ||= Setting =||= Purpose =||= Structure =|| 11 || autototals || Allow a field to default to the sum of a set of other fields, whilst still allowing manual entry || {"sumFieldname": ["sourceFieldname1", "sourceFieldname2"]} || 11 12 || subheadings || Provide subheadings within CRUD create/update forms || {"fieldname": "Heading"} or {"fieldname": ["Heading1", "Heading2"]} || 12 13