[TYPO3-core] RFC #3613: additional wrap for FORM radio buttons
Susanne Moog
typo3 at susannemoog.de
Wed May 13 11:36:16 CEST 2009
Hi.
This is an SVN patch request.
Type: Feature
BT Reference: http://bugs.typo3.org/view.php?id=3613
Branch: trunk
Problem (copy paste from bugtracker):
Now the mailform generates by radio such code:
<fieldset>
<legend>...</legend>
<input...><label>...</label>
<input...><label>...</label>
<input...><label>...</label>
<input...><label>...</label>
</fieldset>
But it is not possible to wrap the each <input...><label>...</label>. So
I don't can get this code:
<fieldset>
<legend>...</legend>
<div ....><input...><label>...</label></div>
<div ....><input...><label>...</label></div>
is it possible to apply such wrap?
Solution:
Add a new wrap "radioInputWrap" with stdWrap features.
Regards,
Susanne
--
Susanne Moog
NEUSTA GmbH - www.neusta.de
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 3613_doc.txt
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090513/4d7ca088/attachment.txt
More information about the TYPO3-team-core
mailing list