[TYPO3-project-formidable] Wrap for modalboxes does not work

Bernd Schönbach bs.newsfeeds at googlemail.com
Thu Aug 20 13:51:07 CEST 2009


Hi,

We are trying to use modalboxes I tried to wrap the modalboxes with the
wrap parameter in our own div class, but formidable seems to ignore the
wrap parameter.

My setup looks like this:

newModalBox = renderlet:MODALBOX
newModalBox {
	name = new Modal Box
	wrap = <div class="newModalbox">|</div>
	childs {
		modalboxChild = renderlet:TEXT
		modalboxChild {
			name = modalbox-title
			label = this is the title
			wrap = <div class="childWrap">|</div>
		}
}

The wrapping of the child is working, but the wrapping of the modalbox
is ignored.

I am using formidable 1.1. rev. 386

Greetings
Bernd


More information about the TYPO3-project-formidable mailing list