Changes between Version 14 and Version 15 of S3/DynamicTables
- Timestamp:
- 02/24/17 12:57:14 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/DynamicTables
v14 v15 80 80 ||require_not_empty||boolean||default False||indicates that the field must not be empty|| 81 81 ||require_unique||boolean||default False||indicates that the field value must be unique|| 82 ||'' settings''||''JSON''||no||''other field settings and constraints, e.g. validation options (like "min" and "max" for integer/double/date/datetime fields), widget options, component tab behavior, value representation options||82 ||'''settings'''||'''JSON'''||no||'''any other field settings and constraints''', e.g. validation options (like "min" and "max" for integer/double/date/datetime fields), widget options, component tab behavior, value representation options|| 83 83 ||component_key||boolean||default False||indicates that this field is a foreign key to link to the master table (see dynamic components), field must be a reference|| 84 84 ||component_alias||string||no||the alias to access the table as component||