Changes between Version 7 and Version 8 of DeveloperGuidelines/EdenMobile/Settings


Ignore:
Timestamp:
10/19/17 15:30:17 (6 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/Settings

    v7 v8  
    1010||= Setting =||= Purpose =||= Structure =||
    1111|| autototals || Allow a field to default to the sum of a set of other fields, whilst still allowing manual entry || {"sumFieldname": ["sourceFieldname1", "sourceFieldname2"]} ||
    12 || grids || Allow a set of fields to render as a Table in the form || {"pseudoFieldCode": {"r": no_of_rows, "c": no_of_cols, "f": ![["realFieldname_forR1C1","realFieldname_forR1C2"],["realFieldname_forR2C1","realFieldname_forR2C2"]]} ||
     12|| grids || Allow a set of fields to render as a Table in the form || {"pseudoFieldname": {"r": ["rowLabel1", "rowLabel2"], "c": ["colLabel1", "colLabel2"], "f": ![["realFieldname_forR1C1","realFieldname_forR1C2"],["realFieldname_forR2C1","realFieldname_forR2C2"]]} ||
    1313|| subheadings || Provide subheadings within CRUD create/update forms || {"fieldname": "Heading"} or {"fieldname": ["Heading1", "Heading2"]} ||
    1414