[TYPO3-project-formidable] Hi ! Can somebody explaine me how to work with lister + search form in BE

Jerome Schneider typo3dev at ameos.com
Wed Jun 4 14:06:12 CEST 2008


Hy Sergei


You may try to call, in your backend module, right after the call to 
render() on your form object:

tx_ameosformidable::backendHeaders(&$this);


like this:

$this->oForm = t3lib_div::makeInstance("tx_ameosformidable");
$this->oForm->init(
	&$this,
	"EXT:myext/path/to.xml"
);
$sForm = $this->oForm->render();
tx_ameosformidable::backendHeaders(&$this);


Regards,
Jerome

Nikitin S.M. a écrit :
> Standard example doesn't work, maybe it is of the caching?


-- 


*Jérôme Schneider*
/Developer/
/Formidable - Rapid Application Developpement Framework for Typo3
<http://formidable.typo3.ug>/
/Ameos <http://www.ameos.com>/


More information about the TYPO3-project-formidable mailing list