[TYPO3-project-formidable] renderlet:DATE: majixReplaceData don't work in 1.0.183

Martin Claus mc.laus at gmx.de
Sun May 25 16:22:59 CEST 2008


Hi List,

I am using formidable 1.0.183 at the moment and tried to set the value  
of an renderlet date by userobj.

My renderlet is set like this:

<renderlet:DATE name="my_date" label="Select date" />

To change the value of the renderlet when an ajax event is fired, I use:

$now = time();
return array( $this->aORenderlets['my_date']->majixReplaceData($now) );

This call produce a "..." string in the renderlets text field no  
matter what I use as argument.

Can anybody help, please.

With best regards,

Martin Claus


More information about the TYPO3-project-formidable mailing list