Changes between Version 5 and Version 6 of S3/S3SQLForm
- Timestamp:
- 09/03/12 11:43:13 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3SQLForm
v5 v6 105 105 These form elements will be rendered as embedded tables of the existing records in the component with the option to add, update and delete rows (depending on permissions for this components). 106 106 107 === Arguments === 108 107 109 The first argument of S3SQLInlineComponent is the resource alias name (usually the tablename without module prefix). 110 111 You can also specify a label (title) for the subform using the "label" argument (optional) 112 113 The "fields" argument specifies the fields to display in the subform, and the order in which they shall appear. This argument is required. 114 115 === Filtering of Inline-Components === 108 116 109 117 To filter an inline component by e.g. type, you can a {{{filterby}}} option like in: … … 131 139 132 140 Where multiple sub-forms for the same component (but with different filters) shall be embedded, they must each have a distinct "name" argument. Otherwise this argument is optional. 133 134 You can also specify a label (title) for the subform using the "label" argument (optional)135 136 The "fields" argument specifies the fields to display in the subform, and the order in which they shall appear. This argument is required.137 138 141 == Current Status == 139 142