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

Nikitin S.M. nikitinsm at gmail.com
Thu Jun 5 07:36:55 CEST 2008


Thanks ! It works !!!
And another backend question: renderlet:IMAGE doesn't renders thumbs 
(with imageconf with ts)cause of the cObj isn't full in BE how to solve 
this problem ?


Jerome Schneider пишет:
> 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?
> 
> 


More information about the TYPO3-project-formidable mailing list