Changes between Version 14 and Version 15 of DeveloperGuidelines/EdenMobile/Settings


Ignore:
Timestamp:
11/10/17 16:44:48 (7 years ago)
Author:
Fran Boon
Comment:

+insertable

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/Settings

    v14 v15  
    1212|| autototals || Allow a field to default to the sum of a set of other fields, whilst still allowing manual entry || {"sumFieldname": ["sourceFieldname1", "sourceFieldname2"]} ||
    1313|| 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"]]} ||
     14|| insertable || Whether a resource should allow local creation of new records || Boolean (Defaults to True if not defined) ||
    1415|| subheadings || Provide subheadings within CRUD create/update forms || {"fieldname": "Heading"} or {"fieldname": ["Heading1", "Heading2"]} ||
    1516