diff --git a/extension/Documentation/UsersManual/Index.rst b/extension/Documentation/UsersManual/Index.rst index 4c382400226ea5e8eb381889deeaca08dbfd363f..2ed0d3d4dd812aded1ae49e66624c7a94d971369 100644 --- a/extension/Documentation/UsersManual/Index.rst +++ b/extension/Documentation/UsersManual/Index.rst @@ -1158,7 +1158,7 @@ Validate * OK: the `expectRecords` number of records has been selected. Continue processing the next FormElement. * Fail: the `expectRecords` number of records has not been selected (less or more): Display the error message - `messageFail`and abort the whole (!) current form load or save. + `messageFail` and abort the whole (!) current form load or save. FormElement.’‘’parameter’‘’: @@ -1187,6 +1187,7 @@ FormElement.’‘’parameter’‘’: * `requiredList` - List of `native`-FormElements: only if all of those elements are filled, the current `action`-FormElement will be processed. * `slaveId`: + * Auto fill: name the action `action`-FormElement equal to an existing column (table from the current form definition). `slaveId` will be automatically filled with the value of the named column. @@ -1663,7 +1664,7 @@ Column: _link +---+---+--------------+-----------------------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ | | |SIP |s[:0|1] |s, s:0, s:1 |If 's' or 's:1' a SIP entry is generated with all non Typo 3 Parameters. The URL contains only parameter 's' and Typo 3 parameter | +---+---+--------------+-----------------------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ -| | |Delete record | x[:a|r|c] |x, x:r, x:c |a: ajax (only QFQ internal used), r: report (default), c: close (current page, open last page) +| | |Delete record | x[:a|r|c] |x, x:r, x:c |a: ajax (only QFQ internal used), r: report (default), c: close (current page, open last page) | +---+---+--------------+-----------------------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ .. _render-mode: @@ -1716,7 +1717,7 @@ Link Examples +-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ |SELECT "p:form_person|c:e" AS _link |<a class="external" href="?form_person">Text</a> | +-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ -|SELECT "p:form_person¬e=Text|t:Person" AS _link |<a class="internal" href="?form_person¬e=Text">Person</a> | +|SELECT "p:form_person¬e=Text|t:Person" AS _link |<a class="internal" href="?form_person¬e=Text">Person</a> | +-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ |SELECT "p:form_person|E" AS _link |<a class="internal" href="?form_person"><img alttext="Edit" src="typo3conf/ext/qfq/Resources/Public/icons/edit.gif"></a> | +-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+