Search found 3 matches

by eureka
Wed Jun 22, 2011 1:08 pm
Forum: Developers Discussion
Topic: BackEnd : not render template and theme
Replies: 3
Views: 2292

Re: BackEnd : not render template and theme

Hi and thanks Jos !

For information, a way is to perform a :

Code: Select all

ob_end_clean();
before generating data.

For example :

Code: Select all

ob_end_clean();
ob_start();
// stuff here
ob_end_flush();
by eureka
Mon Jun 20, 2011 12:21 pm
Forum: Developers Discussion
Topic: BackEnd : not render template and theme
Replies: 3
Views: 2292

Re: BackEnd : not render template and theme

If someone has already implemented AJAX behaviour in BackEnd I imagine he has found a way to retrieve data without all the template.
That is an idea.
by eureka
Fri Jun 17, 2011 8:15 am
Forum: Developers Discussion
Topic: BackEnd : not render template and theme
Replies: 3
Views: 2292

BackEnd : not render template and theme

Hi, Like params "show_template" and "disable_theme" in FrontEnd, I'm searching a mean to get the same behaviour in BackEnd. I have created my own module and want to allowed BackEnd user to download some data in different formats (CSV, PDF, ...). For that, I use in my module some ...

Go to advanced search