[TYPO3-dev] Render Fluid view in backend wizard module

Christian Weiske cweiske at cweiske.de
Tue Jun 25 09:59:50 CEST 2013


Hello Torsten and Anja,


> > How would I go best when I want to render some HTML in a backend
> > wizard popup via fluid?
> > 
> > Has this been done before? Where could I look?
> 
> I had to do something similar a few months ago (in a 4.7
> environment). I came up with this:
> 
> https://gist.github.com/tesselation/5841803#file-tx_myext_utility_wizard

Thanks. That helped a lot.

I also found out that you don't need the normal document at all but can
use 
> <f:be.container> ...content... </f:be.container>
to get the backend html frame with the default head, css and js setup.

-- 
Regards,
Christian Weiske



More information about the TYPO3-dev mailing list