From aa267668bacb05876e14b3e8cf8dd0045bcd3d18 Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Sat, 14 May 2016 14:56:48 +0200 Subject: [PATCH] UsersManual/index.rst: Adjustments for link and page documentation. --- extension/Documentation/UsersManual/Index.rst | 20 +++++++------------ 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/extension/Documentation/UsersManual/Index.rst b/extension/Documentation/UsersManual/Index.rst index fb7932a53..0347f5c46 100644 --- a/extension/Documentation/UsersManual/Index.rst +++ b/extension/Documentation/UsersManual/Index.rst @@ -1253,8 +1253,6 @@ Special column names +------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ |_check |Display a blue/gray/green/pink/red/yellow checked sign. If none color specified, show nothing | +------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -|_F |Wrap/modify content. Undocumented. | -+------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ |_<nonReservedName> |Suppress output. Column names with leading underscore are used to select data from the database and make it available in other parts of the report without generating any output. | +------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -1353,15 +1351,15 @@ Link Examples +-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ |SELECT "m:info@example.com|P:mail.gif" AS _link |info@example.com as linked image mail.gif, encrypted with javascript, class=external | +-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ -|SELECT "m:info@example.com|P:mail.gif|o:sendmail" AS _link |*info@example.com* as linked image mail.gif, encrypted with javascript, class=external, tooltip: "sendmail" | +|SELECT "m:info@example.com|P:mail.gif|o:Email" AS _link |*info@example.com* as linked image mail.gif, encrypted with javascript, class=external, tooltip: "sendmail" | +-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ -|SELECT "m:info@example.com|t:mailtoinfo@example.com|o:sendmail" AS link|'mail to *info@example.com*' as linked text, encrypted with javascript, class=external | +|SELECT "m:info@example.com|t:mailto:info@example.com|o:Email" AS link |'mail to *info@example.com*' as linked text, encrypted with javascript, class=external | +-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ |SELECT "u:www.example.com" AS _link |www.example as link, class=external | +-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ |SELECT "u:http://www.example.com" AS _link |*http://www.example* as link, class=external | +-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ -|SELECT "u:www.example.com|q:Pleaseconfirm" AS _link |www.example as link, class=external, ?JavaScript Window which has to be confirmed with click on 'ok' | +|SELECT "u:www.example.com|q:Please confirm" AS _link |www.example as link, class=external, ?JavaScript Window which has to be confirmed with click on 'ok' | +-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ |SELECT "u:www.example.com|c:i" AS _link |*http://www.example* as link, class=internal | +-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ @@ -1369,20 +1367,16 @@ Link Examples +-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ |SELECT "p:form_person|c:e" AS _link |<a class="external" href="?form_person">Text</a> | +-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ -|SELECT "p:form_person&S_person=Text|t:Person" AS _link |<a class="internal" href="?form_person&S_person=Text">Person</a> | +|SELECT "p:form_person¬e=Text|t:Person" AS _link |<a class="internal" href="?form_person&S_person=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> | +|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> | +-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ -|SELECT "p:form_person|e|g:_blank" AS _link |<a target="_blank" class="internal" href="?form_person"><img alttext="Edit" src="typo3conf/ext/qfq/Resources/Public/icons/edit.gif"></a>| +|SELECT "p:form_person|E|g:_blank" AS _link |<a target="_blank" class="internal" href="?form_person"><img alttext="Edit" src="typo3conf/ext/qfq/Resources/Public/icons/edit.gif"></a>| +-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ |SELECT "p:form_person|C" AS _link |<a class="internal" href="?form_person"><img alttext="Check" src="typo3conf/ext/qfq/Resources/Public/icons/checked-green.gif"></a> | +-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ |SELECT "p:form_person|C:green" AS _link |<a class="internal" href="?form_person"><img alttext="Check" src="typo3conf/ext/qfq/Resources/Public/icons/checked-green.gif"></a> | +-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ -|SELECT "A:p:form_person|G:C" AS _link |<a class="internal" href="?form_person"><img alttext="Check" src="typo3conf/ext/qfq/Resources/Public/icons/checked-green.gif"></a> | -+-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ -|SELECT "A:u:www.example.com|G:P:home.gif|t:Home" AS _link |<a class="internal" href="?form_person"><img alttext="Check" src="typo3conf/ext/qfq/Resources/Public/icons/home.gif">Home</a> | -+-----------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ Columns: _page[X] @@ -1397,7 +1391,7 @@ The colum name is composed of the string *page* and a trailing character to spec SELECT "[options]" AS _page[<link type>] - with: [options] = [p:<page & param>]|[t:<text>]|[o:<tooltip>]|[q:<msgbox>]|[c:<class>]|[g:<target>]|[r:<render mode>]|[s<create sip>] + with: [options] = [p:<page & param>]|[t:<text>]|[o:<tooltip>]|[q:<msgbox>]|[c:<class>]|[g:<target>]|[r:<render mode>] <link type> = c,d,e,h,i,n,s -- GitLab