[TYPO3-dev] Substitute an ul element?
Jigal van Hemert
jigal at xs4all.nl
Mon Nov 23 13:13:10 CET 2009
B.Wolf wrote:
> <ul id="topinfolist">
> subparts.einetestid = TEXT
> subparts.einetestid.value = test
I assume you use automaketemplate.
Did you set something like :
plugin.tx_automaketemplate_pi1.elements.UL.all = 1
> Now, wrap a div arond the UL in my temaplte and substitue this, it works:
> <div id="wrapperdiv">
> subparts.wrapperdiv = TEXT
You probably have DIV.all = 1 in the elements block set.
The tags which are set in the elements (or single for tags without a
closing tag) block will be available for substitution. See [1]
[1]
http://typo3.org/documentation/document-library/extension-manuals/automaketemplate/0.1.1/view/1/2/
Regards, Jigal.
More information about the TYPO3-dev
mailing list