[TYPO3-project-formidable] template and textarea

Tim Kleigrewe x27 at e27.com
Mon Mar 5 19:06:27 CET 2007


hi list,

i found a problem using the renderlet TEXTAREA and a template file in
v.06 an 0.7. there seems to be no {fieldname.input} output for
textareas. (?)
the .help channel is filled but without ".input" option.
perhaps im doing something wrong, but without a template file everything
works fine.

here the xml part:

...
<renderlet:TEXT name="title" label="Title*">
	<validators>
		<validator:STANDARD>
			<required message="Title is required" />
		</validator:STANDARD>
	</validators>
</renderlet:TEXT>
		
<renderlet:TEXTAREA name="description" label="Short description *">
	<validators>
		<validator:STANDARD>
			<required message="Description is required" />
		</validator:STANDARD>
	</validators>
</renderlet:TEXTAREA>
...


and the template part:

...

<label for="{title.htmlid}">{title.label}</label>
{title.input}{title.help}
Works!		

<label for="{description.htmlid}">{description.label}</label>
{description.input}{description.help}
Input Works Not, the rest is ok!

...


thank you!


tim


More information about the TYPO3-project-formidable mailing list