[TYPO3-ect] xajax: any development?
Joerg Schoppet
joerg at schoppet.de
Mon Nov 27 13:55:17 CET 2006
Franz Holzinger wrote:
> Hello,
>
> when there will be the next development on the xajax extension?
>
> I would need some modifications, e.g. not to show any error messages in
> a separate popup window.
>
> Greets,
>
> Franz
Hi,
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();
Joerg
More information about the TYPO3-team-extension-coordination
mailing list