Changes between Version 16 and Version 17 of DeveloperGuidelines/EdenMobile/Settings


Ignore:
Timestamp:
11/22/17 14:36:50 (7 years ago)
Author:
Fran Boon
Comment:

+showHidden

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/Settings

    v16 v17  
    1313|| 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"]]} ||
    1414|| 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"]} ||
    1516|| subheadings || Provide subheadings within CRUD create/update forms || {"fieldname": "Heading"} or {"fieldname": ["Heading1", "Heading2"]} ||
    1617