[TYPO3-dev] Typo3 4.6 Form
Robert Wildling
robertwildling at gmail.com
Tue Dec 6 13:57:43 CET 2011
Hi,
On checking the layout possibilities of the new form element, I bump
into the following situation:
layout {
textline (
<label />
<input />
)
elementWrap (
<element /> // removed the li-wrapper (or dt..)
)
containerWrap (
<elements /> // removed the ul-wrapper (or dl...)
)
}
When removing the wrap elements from the elementWrap and the
containerWrap, an error in the FE is produced:
Fatal error: Call to a member function setAttribute() on a non-object in
/[blablabla]/typo3/sysext/form/Classes/View/Form/Element/Container.php
on line 60
Is this a vorrect behaviour? What has to be done of no wrap elements at
all are desired?
Furthermore: does anybody know if there is a constant editor planned for
this extension??? It seems logical to have some fields to edit when
imcorporating an extra TS template for the form....
Thanks!
Robert
More information about the TYPO3-dev
mailing list