[TYPO3-project-formidable] NEW in 0.6: Renderlet CHOOSER

Jerome Schneider j.schneider at ameos.com
Tue Dec 19 11:00:33 CET 2006


For those of you who use v0.6pre, a new renderlet CHOOSER is available. 
It displays a list of push-button links.

See an example of usage here:

http://www.ameos.com/notre-offre/typo3-la-gestion-de-contenu/formidable


Config for the example



<renderlet:CHOOSER name="abc">	<!-- column abc doesn't exists in DB -->
				<!-- so search on these 3 fields -->
	<search onfields="name,firstname,username">
		<mode>
			<startswith />	<!-- supports LIKE 'A%' -->
			<!--googlelike /-->
		<!-- supports LIKE '%myword%' + logic AND, OR, ... -->
		</mode>
	</search>
	<data>
		<items>
			<item caption="Tout" value="" />
			<item caption="0-9" value="number" />
			<item caption="A" value="a" />
			<item caption="B" value="b" />
			<item caption="C" value="c" />
			<item caption="D" value="d" />
			<item caption="E" value="e" />
			<item caption="F" value="f" />
			<item caption="G" value="g" />
			<item caption="H" value="h" />
			<item caption="I" value="i" />
			<item caption="J" value="j" />
			<item caption="K" value="k" />
			<item caption="L" value="l" />
			<item caption="M" value="m" />
			<item caption="N" value="n" />
			<item caption="O" value="o" />
			<item caption="P" value="p" />
			<item caption="Q" value="q" />
			<item caption="R" value="r" />
			<item caption="S" value="s" />
			<item caption="T" value="t" />
			<item caption="U" value="u" />
			<item caption="V" value="v" />
			<item caption="W" value="w" />
			<item caption="X" value="x" />
			<item caption="Y" value="y" />
			<item caption="Z" value="z" />
		</items>
	</data>
	<wrap><![CDATA[&lt; | &gt;]]></wrap>
	<wrapselected><![CDATA[<span class="lienrouge2">|</span>]]></wrapselected>
	<wrapitem><![CDATA[<span class="lienrouge">|</span>]]></wrapitem>
	<separator><![CDATA[&nbsp;]]></separator>
</renderlet:CHOOSER>


More information about the TYPO3-project-formidable mailing list