[TYPO3-ect] xajax: any development?

Franz Holzinger franz at fholzinger.com
Mon Nov 27 18:47:58 CET 2006


Hello Joerg,

>> I would need some modifications, e.g. not to show any error messages 
>> in a separate popup window.
> 
> The xajax-extension is a simple wrapper for the xajax-framework[1]. The 
> current version is 0.2.4 and 0.5.0 is in beta-phase.
> 
> Regarding your problem, did you try the following:
> $xajax = t3lib_div::makeInstance('tx_xajax');
> $xajax->statusMessagesOff();
> $xajax->debugOff();
> 
This does not help to get rid of the 'page is being generated' message.

I had to modify the xajax_uncompress.js. And I have also modified it to 
generate the copressed JS file automatically.
I would like to enhance the extension to make it configurable from the 
Extension Manager. Even the debugging should be switchable from there.

- Franz




More information about the TYPO3-team-extension-coordination mailing list