Changes between Version 5 and Version 6 of S3/S3SQLForm


Ignore:
Timestamp:
09/03/12 11:43:13 (12 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3SQLForm

    v5 v6  
    105105These 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).
    106106
     107=== Arguments ===
     108
    107109The first argument of S3SQLInlineComponent is the resource alias name (usually the tablename without module prefix).
     110
     111You can also specify a label (title) for the subform using the "label" argument (optional)
     112
     113The "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 ===
    108116
    109117To filter an inline component by e.g. type, you can a {{{filterby}}} option like in:
     
    131139
    132140Where 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 
    138141== Current Status ==
    139142