diff --git a/Documentation/ContentObjects/Case/Index.rst b/Documentation/ContentObjects/Case/Index.rst index 5e363103a..017321aaf 100644 --- a/Documentation/ContentObjects/Case/Index.rst +++ b/Documentation/ContentObjects/Case/Index.rst @@ -29,6 +29,8 @@ from the "default" property will be used. .. contents:: :local: +.. _cobj-case-properties: + Properties ========== @@ -38,6 +40,7 @@ Properties ------------------- .. confval:: array of cObjects + :name: case-array :Data type: :ref:`cObject ` @@ -52,6 +55,7 @@ cache ----- .. confval:: cache + :name: case-cache :Data type: :ref:`cache ` @@ -64,6 +68,7 @@ default ------- .. confval:: default + :name: case-default :Data type: :ref:`cObject ` @@ -79,6 +84,7 @@ if -- .. confval:: if + :name: case-if :Data type: :ref:`->if ` @@ -91,6 +97,7 @@ key --- .. confval:: key + :name: case-key :Data type: :ref:`data-type-string` / :ref:`stdWrap ` :Default: default @@ -114,6 +121,7 @@ setCurrent ---------- .. confval:: setCurrent + :name: case-setCurrent :Data type: :ref:`data-type-string` / :ref:`stdWrap ` @@ -126,6 +134,7 @@ stdWrap ------- .. confval:: stdWrap + :name: case-stdWrap :Data type: :ref:`stdWrap ` diff --git a/Documentation/ContentObjects/CoaAndCoaInt/Index.rst b/Documentation/ContentObjects/CoaAndCoaInt/Index.rst index d20ffec0d..04f294112 100644 --- a/Documentation/ContentObjects/CoaAndCoaInt/Index.rst +++ b/Documentation/ContentObjects/CoaAndCoaInt/Index.rst @@ -31,13 +31,18 @@ you to render *every* cObject non-cached. .. contents:: :local: +.. _cobj-coa-properties: + Properties ========== +.. _cobj-coa-index: + 1,2,3,4... ----------- .. confval:: 1,2,3,4... + :name: coa-array :Data type: :ref:`cObject ` @@ -51,6 +56,7 @@ cache ----- .. confval:: cache + :name: coa-cache :Data type: :ref:`cache ` @@ -63,6 +69,7 @@ if -- .. confval:: if + :name: coa-if :Data type: :ref:`->if ` @@ -75,6 +82,7 @@ stdWrap ------- .. confval:: stdWrap + :name: coa-stdWrap :Data type: :ref:`->stdWrap ` @@ -87,6 +95,7 @@ wrap ---- .. confval:: wrap + :name: coa-wrap :Data type: :ref:`wrap ` / :ref:`stdWrap ` diff --git a/Documentation/ContentObjects/Content/Index.rst b/Documentation/ContentObjects/Content/Index.rst index 0c2d55036..cdfe1a739 100644 --- a/Documentation/ContentObjects/Content/Index.rst +++ b/Documentation/ContentObjects/Content/Index.rst @@ -26,6 +26,8 @@ is raised to the maximum timestamp value of the respective records. .. contents:: :local: +.. _cobj-content-properties: + Properties ========== @@ -35,6 +37,7 @@ select ------ .. confval:: select + :name: content-select :Data type: :ref:`select` @@ -48,6 +51,7 @@ table ----- .. confval:: table + :name: content-table :Data type: *table name* / :ref:`stdwrap` @@ -63,6 +67,7 @@ renderObj --------- .. confval:: renderObj + :name: content-renderObj :Data type: :ref:`data-type-cObject` :Default: :typoscript:`< [table name]` @@ -84,6 +89,7 @@ slide ----- .. confval:: slide + :name: content-slide :Data type: :ref:`data-type-integer` / :ref:`stdWrap` @@ -103,10 +109,13 @@ slide Use :typoscript:`-1` in combination with :ref:`collect `. - .. _cobj-content-slide-collect: +slide.collect +~~~~~~~~~~~~~ + .. confval:: slide.collect + :name: content-slide-collect :Data type: :ref:`data-type-integer` / :ref:`stdWrap` @@ -118,7 +127,11 @@ slide .. _cobj-content-slide-collectFuzzy: +slide.collectFuzzy +~~~~~~~~~~~~~~~~~~ + .. confval:: slide.collectFuzzy + :name: content-slide-collectFuzzy :Data type: :ref:`data-type-boolean` / :ref:`stdWrap` @@ -129,7 +142,11 @@ slide .. _cobj-content-slide-collectReverse: +slide.collectReverse +~~~~~~~~~~~~~~~~~~~~ + .. confval:: slide.collectReverse + :name: content-slide-collectReverse :Data type: :ref:`data-type-boolean` / :ref:`stdWrap` @@ -143,6 +160,7 @@ wrap ---- .. confval:: wrap + :name: content-wrap :Data type: :ref:`wrap ` / :ref:`stdWrap` @@ -155,6 +173,7 @@ stdWrap ------- .. confval:: stdWrap + :name: content-stdWrap :Data type: :ref:`stdWrap` @@ -167,15 +186,20 @@ cache ----- .. confval:: cache + :name: content-cache :Data type: :ref:`cache ` See :ref:`cache function description ` for details. +.. _cobj-content-examples: + Examples ======== +.. _cobj-content-example-detail: + CONTENT explained in detail --------------------------- @@ -270,7 +294,7 @@ See also: :ref:`if`, :ref:`select`, :ref:`data-type-wrap`, :ref:`stdWrap`, :ref:`data-type-cobject` -.. _cobj-content-examples: +.. _cobj-content-example-display-all: Display all tt_content records from this page ---------------------------------------------- @@ -294,6 +318,8 @@ will reference the TypoScript configuration of `tt_content`. The according TypoScript configuration will be copied to `renderObj`. +.. _cobj-content-special-rendering: + Apply special rendering ======================== diff --git a/Documentation/ContentObjects/Files/Index.rst b/Documentation/ContentObjects/Files/Index.rst index 6d686bf63..1606a2e56 100644 --- a/Documentation/ContentObjects/Files/Index.rst +++ b/Documentation/ContentObjects/Files/Index.rst @@ -14,6 +14,8 @@ A content object of type FILES uses the :ref:`File Abstraction Layer ` @@ -43,6 +46,7 @@ references ---------- .. confval:: references + :name: files-references :Data type: :ref:`data-type-string` / :ref:`stdWrap ` or array @@ -91,6 +95,7 @@ collections ----------- .. confval:: collections + :name: files-collections :Data type: :ref:`data-type-string` / :ref:`stdWrap ` @@ -104,6 +109,7 @@ folders ------- .. confval:: folders + :name: files-folders :Data type: :ref:`data-type-string` / :ref:`stdWrap ` @@ -150,6 +156,7 @@ sorting ------- .. confval:: sorting + :name: files-sorting :Data type: :ref:`data-type-string` / :ref:`stdWrap ` @@ -158,7 +165,11 @@ sorting .. _cobj-files-sorting-direction: +sorting.direction +~~~~~~~~~~~~~~~~~ + .. confval:: sorting.direction + :name: files-sorting-direction :Data type: :ref:`data-type-string` / :ref:`stdWrap ` :Default: asc @@ -174,6 +185,7 @@ begin ----- .. confval:: begin + :name: files-begin :Data type: :ref:`data-type-integer` / :ref:`stdWrap ` @@ -187,6 +199,7 @@ maxItems -------- .. confval:: maxItems + :name: files-maxItems :Data type: :ref:`data-type-integer` / :ref:`stdWrap ` @@ -202,6 +215,7 @@ renderObj --------- .. confval:: renderObj + :name: files-renderObj :Data type: :ref:`cObject ` :ref:`+optionSplit ` @@ -230,6 +244,7 @@ stdWrap ------- .. confval:: stdWrap + :name: files-stdWrap :Data type: :ref:`->stdWrap ` @@ -246,6 +261,7 @@ references.table ---------------- .. confval:: references.table + :name: files-references-table :Data type: :ref:`data-type-string` / :ref:`stdWrap ` @@ -258,6 +274,7 @@ references.uid -------------- .. confval:: references.uid + :name: files-references-uid :Data type: :ref:`data-type-integer` / :ref:`stdWrap ` @@ -270,6 +287,7 @@ references.fieldName -------------------- .. confval:: references.fieldName + :name: files-references-fieldName :Data type: :ref:`data-type-string` / :ref:`stdWrap ` diff --git a/Documentation/ContentObjects/Fluidtemplate/Index.rst b/Documentation/ContentObjects/Fluidtemplate/Index.rst index d9c597449..386aae249 100644 --- a/Documentation/ContentObjects/Fluidtemplate/Index.rst +++ b/Documentation/ContentObjects/Fluidtemplate/Index.rst @@ -22,6 +22,9 @@ It can be used in :ref:`content elements `). + +.. _cobj-fluidtemplate-data: + Data available in Fluid templates ================================= @@ -76,6 +79,7 @@ dataProcessing -------------- .. confval:: dataProcessing + :name: fluidtemplate-dataProcessing :Data type: array of class references by full namespace @@ -94,6 +98,7 @@ extbase.controllerActionName ---------------------------- .. confval:: extbase.controllerActionName + :name: fluidtemplate-extbase-controlleractionname :Data type: :ref:`data-type-string` / :ref:`stdWrap ` @@ -105,6 +110,7 @@ extbase.controllerExtensionName ------------------------------- .. confval:: extbase.controllerExtensionName + :name: fluidtemplate-extbase-controllerextensionname :Data type: :ref:`data-type-string` / :ref:`stdWrap ` @@ -124,6 +130,7 @@ extbase.controllerName ---------------------- .. confval:: extbase.controllerName + :name: fluidtemplate-extbase-controllername :Data type: :ref:`data-type-string` / :ref:`stdWrap ` @@ -135,6 +142,7 @@ extbase.pluginName ------------------ .. confval:: extbase.pluginName + :name: fluidtemplate-extbase-pluginname :Data type: :ref:`data-type-string` / :ref:`stdWrap ` @@ -146,6 +154,7 @@ file ---- .. confval:: file + :name: fluidtemplate-file :Data type: :ref:`data-type-string` / :ref:`stdWrap ` @@ -171,6 +180,7 @@ format ------ .. confval:: format + :name: fluidtemplate-format :Data type: keyword / :ref:`stdWrap ` :Default: html @@ -185,6 +195,7 @@ layoutRootPath -------------- .. confval:: layoutRootPath + :name: fluidtemplate-layoutrootpath :Data type: :ref:`data-type-path` / :ref:`stdWrap ` @@ -204,6 +215,7 @@ layoutRootPaths --------------- .. confval:: layoutRootPaths + :name: fluidtemplate-layoutrootpaths :Data type: array of :ref:`data-type-path` with :ref:`stdWrap ` @@ -245,6 +257,7 @@ partialRootPath --------------- .. confval:: partialRootPath + :name: fluidtemplate-partialrootpath :Data type: :ref:`data-type-path` / :ref:`stdWrap ` @@ -264,6 +277,7 @@ partialRootPaths ---------------- .. confval:: partialRootPaths + :name: fluidtemplate-partialrootpaths :Data type: array of :ref:`data-type-path` with :ref:`stdWrap ` @@ -286,6 +300,7 @@ settings -------- .. confval:: settings + :name: fluidtemplate-settings :Data type: array of keys @@ -323,6 +338,7 @@ stdWrap ------- .. confval:: stdWrap + :name: fluidtemplate-stdwrap :Data type: :ref:`->stdWrap ` @@ -334,6 +350,7 @@ template -------- .. confval:: template + :name: fluidtemplate-template :Data type: :ref:`cObject ` @@ -355,6 +372,7 @@ templateName ------------ .. confval:: templateName + :name: fluidtemplate-templatename :Data type: :ref:`data-type-string` / :ref:`stdWrap ` @@ -434,6 +452,7 @@ templateRootPath ---------------- .. confval:: templateRootPath + :name: fluidtemplate-templaterootpath :Data type: file path /:ref:`stdWrap ` @@ -453,6 +472,7 @@ templateRootPaths ----------------- .. confval:: templateRootPaths + :name: fluidtemplate-templaterootpaths :Data type: array of file paths with :ref:`stdWrap ` @@ -492,6 +512,7 @@ variables --------- .. confval:: variables + :name: fluidtemplate-variables :Data type: *(array of cObjects)* diff --git a/Documentation/ContentObjects/Hmenu/Index.rst b/Documentation/ContentObjects/Hmenu/Index.rst index fc12e3e47..732cfe6fc 100644 --- a/Documentation/ContentObjects/Hmenu/Index.rst +++ b/Documentation/ContentObjects/Hmenu/Index.rst @@ -38,6 +38,7 @@ Properties ------------- .. confval:: 1, 2, 3, ... + :name: hmenu-array :Data type: :ref:`menu object ` :Default: (no menu) @@ -83,6 +84,7 @@ cache_period ------------ .. confval:: cache_period + :name: hmenu-cache-period :Data type: :ref:`data-type-integer` @@ -102,6 +104,7 @@ cache ----- .. confval:: cache + :name: hmenu-cache :Data type: :ref:`cache ` @@ -114,6 +117,7 @@ entryLevel ---------- .. confval:: entryLevel + :name: hmenu-entryLevel :Data type: :ref:`data-type-integer` / :ref:`stdWrap ` :Default: 0 @@ -178,6 +182,7 @@ special ------- .. confval:: special + :name: hmenu-special :Data type: *"directory" / "list" / "updated" / "rootline" / "browse" / "keywords" / "categories" / "language" / "userfunction"* @@ -193,6 +198,7 @@ special.value ~~~~~~~~~~~~~ .. confval:: special.value + :name: hmenu-special-value :Data type: *list of page-uid's* / :ref:`stdWrap ` @@ -207,6 +213,7 @@ minItems -------- .. confval:: minItems + :name: hmenu-minItems :Data type: :ref:`data-type-integer` / :ref:`stdWrap ` @@ -225,6 +232,7 @@ maxItems -------- .. confval:: maxItems + :name: hmenu-maxItems :Data type: :ref:`data-type-integer` / :ref:`stdWrap ` @@ -241,6 +249,7 @@ begin ----- .. confval:: begin + :name: hmenu-begin :Data type: :ref:`data-type-integer` / :ref:`stdWrap ` :ref:`+calc ` @@ -266,6 +275,7 @@ excludeUidList -------------- .. confval:: excludeUidList + :name: hmenu-excludeUidList :Data type: list of :ref:`data-type-integer` / :ref:`stdWrap ` @@ -290,6 +300,7 @@ excludeDoktypes --------------- .. confval:: excludeDoktypes + :name: hmenu-excludeDoktypes :Data type: list of :ref:`data-type-integer` :Default: 6,254 @@ -304,6 +315,7 @@ includeNotInMenu ----------------- .. confval:: includeNotInMenu + :name: hmenu-includeNotInMenu :Data type: :ref:`data-type-boolean` / :ref:`stdWrap ` @@ -316,6 +328,7 @@ alwaysActivePIDlist -------------------- .. confval:: alwaysActivePIDlist + :name: hmenu-alwaysActivePIDlist :Data type: list of :ref:`data-type-integer` /:ref:`stdWrap ` @@ -330,6 +343,7 @@ protectLvar ----------- .. confval:: protectLvar + :name: hmenu-protectlvar :Data type: :ref:`data-type-boolean` / keyword @@ -363,6 +377,7 @@ addQueryString -------------- .. confval:: addQueryString + :name: hmenu-addquerystring :Data type: :ref:`->addQueryString ` @@ -375,6 +390,7 @@ if -- .. confval:: if + :name: hmenu-if :Data type: :ref:`->if ` @@ -387,6 +403,7 @@ wrap ---- .. confval:: wrap + :name: hmenu-wrap :Data type: :ref:`wrap ` / :ref:`stdWrap ` @@ -399,6 +416,7 @@ stdWrap ------- .. confval:: stdWrap + :name: hmenu-stdWrap :Data type: :ref:`->stdWrap ` diff --git a/Documentation/ContentObjects/Image/Index.rst b/Documentation/ContentObjects/Image/Index.rst index f672de62c..3ab375ede 100644 --- a/Documentation/ContentObjects/Image/Index.rst +++ b/Documentation/ContentObjects/Image/Index.rst @@ -37,6 +37,8 @@ If you only need the file path to the image; regardless of whether it's been res .. contents:: :local: +.. _cobj-image-properties: + Properties ========== @@ -47,6 +49,7 @@ if -- .. confval:: if + :name: image-if :Data type: :ref:`->if ` @@ -59,6 +62,7 @@ file ---- .. confval:: file + :name: image-file :Data type: :ref:`->imgResource ` @@ -69,6 +73,7 @@ params ------ .. confval:: params + :name: image-params :Data type: :ref:`data-type-string` / :ref:`stdWrap ` @@ -94,6 +99,7 @@ altText / titleText ------------------- .. confval:: altText + :name: image-altText :Data type: :ref:`data-type-string` / :ref:`stdWrap ` @@ -101,6 +107,7 @@ altText / titleText .. confval:: titleText + :name: image-titleText :Data type: :ref:`data-type-string` / :ref:`stdWrap ` @@ -111,6 +118,7 @@ emptyTitleHandling ------------------ .. confval:: emptyTitleHandling + :name: image-emptyTitleHandling :Data type: :ref:`data-type-string` / :ref:`stdWrap ` :Default: useAlt @@ -125,6 +133,7 @@ layoutKey --------- .. confval:: layoutKey + :name: image-layoutKey :Data type: :ref:`data-type-string` / :ref:`stdWrap ` :Default: default @@ -182,6 +191,7 @@ layout ------ .. confval:: layout + :name: image-layout :Data type: array @@ -195,6 +205,7 @@ layout.layoutKey ~~~~~~~~~~~~~~~~ .. confval:: layout.layoutKey + :name: image-layout-layoutkey :Data type: array @@ -221,6 +232,7 @@ layout.layoutKey.element ~~~~~~~~~~~~~~~~~~~~~~~~ .. confval:: layout.layoutKey.element + :name: image-layout-layoutkey-element :Data type: :ref:`data-type-string` @@ -260,6 +272,7 @@ layout.layoutKey.source ~~~~~~~~~~~~~~~~~~~~~~~ .. confval:: layout.layoutKey.source + :name: image-layout-layoutkey-source :Data type: :ref:`stdWrap ` @@ -294,6 +307,7 @@ sourceCollection ---------------- .. confval:: sourceCollection + :name: image-sourceCollection :Data type: array @@ -343,6 +357,7 @@ sourceCollection.dataKey ~~~~~~~~~~~~~~~~~~~~~~~~ .. confval:: sourceCollection.dataKey + :name: image-dataKey :Data type: :ref:`stdWrap ` @@ -357,6 +372,7 @@ sourceCollection.dataKey.if ~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. confval:: sourceCollection.dataKey.if + :name: image-datakey-if :Data type: :ref:`if ` @@ -371,6 +387,7 @@ sourceCollection.dataKey.pixelDensity ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. confval:: sourceCollection.dataKey.pixelDensity + :name: image-pixeldensity :Data type: :ref:`data-type-integer` / :ref:`stdWrap ` :Default: 1 @@ -389,6 +406,7 @@ sourceCollection.dataKey.width ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. confval:: sourceCollection.dataKey.width + :name: image-datakey-width :Data type: :ref:`stdWrap ` @@ -404,6 +422,7 @@ sourceCollection.dataKey.height ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. confval:: sourceCollection.dataKey.height + :name: image-datakey-height :Data type: :ref:`stdWrap ` @@ -419,6 +438,7 @@ sourceCollection.dataKey.maxW ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. confval:: sourceCollection.dataKey.maxW + :name: image-datakey-maxW :Data type: :ref:`stdWrap ` @@ -434,6 +454,7 @@ sourceCollection.dataKey.maxH ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. confval:: sourceCollection.dataKey.maxH + :name: image-datakey-maxH :Data type: :ref:`stdWrap ` @@ -449,6 +470,7 @@ sourceCollection.dataKey.minW ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. confval:: sourceCollection.dataKey.minW + :name: image-datakey-minW :Data type: :ref:`stdWrap ` @@ -464,6 +486,7 @@ sourceCollection.dataKey.minH ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. confval:: sourceCollection.dataKey.minH + :name: image-datakey-minH :Data type: :ref:`stdWrap ` @@ -479,6 +502,7 @@ sourceCollection.dataKey.quality ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. confval:: sourceCollection.dataKey.quality + :name: image-datakey-quality :Data type: :ref:`data-type-integer` @@ -492,6 +516,7 @@ sourceCollection.dataKey.* ~~~~~~~~~~~~~~~~~~~~~~~~~~ .. confval:: sourceCollection.dataKey.* + :name: image-datakey-others :Data type: :ref:`data-type-string` @@ -506,6 +531,7 @@ linkWrap -------- .. confval:: linkWrap + :name: image-linkWrap :Data type: :ref:`data-type-wrap` / :ref:`stdWrap ` @@ -518,6 +544,7 @@ imageLinkWrap ------------- .. confval:: imageLinkWrap + :name: image-imageLinkWrap :Data type: :ref:`data-type-boolean` / :ref:`->imageLinkWrap ` @@ -532,6 +559,7 @@ wrap ---- .. confval:: wrap + :name: image-wrap :Data type: :ref:`wrap ` / :ref:`stdWrap ` @@ -544,14 +572,10 @@ stdWrap ------- .. confval:: stdWrap + :name: image-stdWrap :Data type: :ref:`->stdWrap ` -.. ###### END~OF~TABLE ###### - - -[tsref:(cObject).IMAGE] - .. _cobj-image-examples: diff --git a/Documentation/ContentObjects/ImgResource/Index.rst b/Documentation/ContentObjects/ImgResource/Index.rst index 31ea54da9..acef989ed 100644 --- a/Documentation/ContentObjects/ImgResource/Index.rst +++ b/Documentation/ContentObjects/ImgResource/Index.rst @@ -22,6 +22,8 @@ Depending on your use case you might prefer using the cObject .. contents:: :local: +.. _cobj-img-resource-properties: + Properties ========== @@ -31,6 +33,7 @@ file ---- .. confval:: file + :name: img-resource-file :Data type: :ref:`->imgResource ` @@ -41,5 +44,6 @@ stdWrap ------- .. confval:: stdWrap + :name: img-resource-stdWrap :Data type: :ref:`->stdWrap ` diff --git a/Documentation/ContentObjects/LoadRegister/Index.rst b/Documentation/ContentObjects/LoadRegister/Index.rst index e29380d11..eff4ee38f 100644 --- a/Documentation/ContentObjects/LoadRegister/Index.rst +++ b/Documentation/ContentObjects/LoadRegister/Index.rst @@ -24,13 +24,18 @@ they used to be. In the Core they are not being used anymore. .. contents:: :local: +.. _cobj-load-register-properties: + Properties ========== +.. _cobj-load-register-array: + (array of field names) ---------------------- .. confval:: array of field names + :name: load-register-array :Data type: :ref:`data-type-string` / :ref:`stdWrap ` diff --git a/Documentation/ContentObjects/Records/Index.rst b/Documentation/ContentObjects/Records/Index.rst index 6fb3bb67a..74da805b6 100644 --- a/Documentation/ContentObjects/Records/Index.rst +++ b/Documentation/ContentObjects/Records/Index.rst @@ -40,6 +40,7 @@ source ------ .. confval:: source + :name: records-source :Data type: *records-list* / :ref:`stdWrap ` @@ -59,6 +60,7 @@ categories ---------- .. confval:: categories + :name: records-categories :Data type: *categories-list* / :ref:`stdWrap ` @@ -75,8 +77,13 @@ categories the :code:`source` property will take precedence, as it is considered more precisely targeted. +.. _cobj-records-categories-relation: + +categories.relation +~~~~~~~~~~~~~~~~~~~ .. confval:: categories.relation + :name: records-categories-relation Name of the categories relation field to use for building the list of categorized records, as there can @@ -90,6 +97,7 @@ tables ------ .. confval:: tables + :name: records-tables :Data type: *list of tables* / :ref:`stdWrap ` @@ -120,6 +128,7 @@ conf ---- .. confval:: conf.[*table name*] + :name: records-conf :Data type: :ref:`cObject ` @@ -138,6 +147,7 @@ dontCheckPid ------------ .. confval:: dontCheckPid + :name: records-dontCheckPid :Data type: :ref:`data-type-boolean` / :ref:`stdWrap ` :Default: 0 @@ -152,6 +162,7 @@ wrap ---- .. confval:: wrap + :name: records-wrap :Data type: :ref:`wrap ` / :ref:`stdWrap ` @@ -164,6 +175,7 @@ stdWrap ------- .. confval:: stdWrap + :name: records-stdWrap :Data type: :ref:`->stdWrap ` @@ -176,6 +188,7 @@ cache ----- .. confval:: cache + :name: records-cache :Data type: :ref:`cache ` diff --git a/Documentation/ContentObjects/Svg/Index.rst b/Documentation/ContentObjects/Svg/Index.rst index 180b71f1e..537d77ac2 100644 --- a/Documentation/ContentObjects/Svg/Index.rst +++ b/Documentation/ContentObjects/Svg/Index.rst @@ -24,6 +24,7 @@ width ----- .. confval:: width + :name: svg-width :Data type: :ref:`data-type-integer` / :ref:`stdWrap ` :Default: 600 @@ -37,6 +38,7 @@ height ------ .. confval:: height + :name: svg-height :Data type: :ref:`data-type-integer` / :ref:`stdWrap ` :Default: 400 @@ -50,6 +52,7 @@ src --- .. confval:: src + :name: svg-src :Data type: :ref:`data-type-resource` / :ref:`stdWrap ` @@ -70,6 +73,7 @@ renderMode ---------- .. confval:: renderMode + :name: svg-renderMode :Data type: :ref:`data-type-string` / :ref:`stdWrap ` @@ -82,6 +86,7 @@ stdWrap ------- .. confval:: stdWrap + :name: svg-stdWrap :Data type: :ref:`->stdWrap ` diff --git a/Documentation/ContentObjects/Text/Index.rst b/Documentation/ContentObjects/Text/Index.rst index 432829d85..90b3b8709 100644 --- a/Documentation/ContentObjects/Text/Index.rst +++ b/Documentation/ContentObjects/Text/Index.rst @@ -31,6 +31,7 @@ value ----- .. confval:: value + :name: text-value :Data type: :ref:`data-type-string` / :ref:`stdWrap ` @@ -43,6 +44,7 @@ stdWrap ------- .. confval:: stdWrap + :name: text-stdWrap :Data type: :ref:`stdWrap ` @@ -58,11 +60,13 @@ cache ----- .. confval:: cache + :name: text-cache :Data type: :ref:`cache ` See :ref:`cache function description ` for details. +.. _cobj-text-examples: Examples ======== diff --git a/Documentation/ContentObjects/UserAndUserInt/Index.rst b/Documentation/ContentObjects/UserAndUserInt/Index.rst index f71510539..26cb17fc8 100644 --- a/Documentation/ContentObjects/UserAndUserInt/Index.rst +++ b/Documentation/ContentObjects/UserAndUserInt/Index.rst @@ -39,10 +39,13 @@ outside the main page-rendering. Properties ========== +.. _cobj-user-userFunc: + userFunc -------- .. confval:: userFunc + :name: user-userFunc :Data type: :ref:`data-type-function-name` @@ -63,12 +66,13 @@ userFunc the superglobal variables like :php:`$_GET` / :php:`$_POST` / :php:`$_SERVER`, or TYPO3’s API methods :php:`GeneralUtility::_GP()` and :php:`GeneralUtility::getIndpEnv()`. - +.. _cobj-user-defined-properties: (properties you define) ----------------------- .. confval:: (properties you define) + :name: user-defined-properties :Data type: (the data type you want) @@ -79,17 +83,23 @@ userFunc passed to your function (in the second parameter). This allows you to process them further in any way you wish. +.. _cobj-user-stdWrap: + stdWrap ------- .. confval:: stdWrap + :name: user-stdWrap :Data type: :ref:`stdWrap`. +.. _cobj-user-cache: + cache ----- .. confval:: cache + :name: user-cache :Data type: :ref:`cache `