DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

<typo3>

Tag Data type Description
typo3 Object Creates a typo3 object.
processQuery Method Processes a query whose "id" is provided by the attribute.
processQueries Method Processes all defined queries.

<typo3 [attribute]> ... </marker>

Description
Creates a typo3 object.
Attribute
  • id = "myTypo3" Optional attribute but it is requested when using reference to this object. The reference will be "myTypo3".

<processQuery attribute />

Description
Processes a query whose "id" is provided by the attribute.
Attribute:
  • queryId = "myQuery"

<processQueries />

Description
Processes all defined queries. Each query is processed only once even if there are several calls to <processQueries>.