[TYPO3-project-formidable] Simple CRU(D) example doesn't work with Formidable version 1.0.191

Albert van der Veen albert.van.der.veen at xs4all.nl
Wed May 21 17:02:33 CEST 2008


Hi all,

Same problem here, in my own xml config, probably using similar setup as 
the CRUD example:

<column type="renderlet:BUTTON" name="btn-edit" listHeader="" label="Edit">
	<onclick runat="client">
	<userobj>
		<php><![CDATA[/*<?*/

		$aRow = $this->oDataHandler->getListData();
		return $this->majixRequestEdition($aRow["uid"]);
						
		/*?>*/]]></php>
	</userobj>
	</onclick>
</column>


Error has been introduced in a version after 183 - this one didn't 
generate the error. Just upgraded my testserver to 191 and now gives 
error noted below.

Albert

Ian Solo wrote:
> Hello!
> 
> After the update to version 1.0.191 the "Simple CRU(D) example" doesn't 
> work anymore.
> 
> I get this JS error:
> oThrower.getParamsForMajix is not a function
> 
> Can you confirm this?
> 
> Thanks!ian


More information about the TYPO3-project-formidable mailing list