Skip to content
Snippets Groups Projects
Commit aa267668 authored by Carsten  Rose's avatar Carsten Rose
Browse files

UsersManual/index.rst: Adjustments for link and page documentation.

parent b41f4cc6
No related branches found
No related tags found
No related merge requests found
......@@ -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&note=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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment