[TYPO3-german] Probleme mit Ajax im Backend

Manfred Rutschmann mru at revier.de
Wed Mar 18 19:39:37 CET 2009


Achso, in meiner Klasse die Function aus dem beispiel von TYPO3.org:

public function ajxRequest($params, &$ajaxObj) {
    $this->init();
    // do the logic...
    if (empty($this->tree)) {
        $ajaxObj->setError('An error occurred');
    } else  {
        $ajaxObj->addContent('tree', 'The tree works...');
    }
}

Danke und Gruß!


More information about the TYPO3-german mailing list