[TYPO3-project-formidable] Howto use majixSubmit?

Jerome Schneider typo3dev at ameos.com
Thu Nov 29 13:36:01 CET 2007


Hi Manuel :)

The userobj has to return the task(s).

So the correct way is:

	return $this->majixSubmit();



Manuel Rego Casasnovas a écrit :
> Hello.
> 
> I'm testing function "majixSubmit", but this doesn't work:
>         <renderlet:BUTTON name="btn-server-event" label="Throw server
> event">
>             <onclick runat="ajax" params="value">
>                 <userobj>
>                     <php><![CDATA[
>                        
>                         $aParams = func_get_arg(1);
>                         // Here I use my param $aParams["value"]
>                        
>                         $this->majixSubmit();
> 
>                     ]]></php>
>                 </userobj>
>             </onclick>
>         </renderlet:BUTTON>
> 
> How I can use this function?
> 
> 
> Best regards,
>    Rego
> 


More information about the TYPO3-project-formidable mailing list