Hide Joomla Template in Controller
i have a big Joomla 1.5 Problem. I'll create my own Gallery Component/PlugIn and want to add an AJAX Sorting possibility.
In the Backend i want to reorder the Images by Drag&Drop in an Gallery. It works, but for the Output i have the following Problem:
I send the A开发者_开发百科JAX Request to index.php?option=com_cwgallery&controller=gallerie&task=ajax
As i told you, it works, but i want to display the result in a Layer. But Joomla always sends the complete Template and the Result back.
How can i disable sending the Admin Template??? Hope you understand what i mean?
Thanks, Sascha
Add &format=raw
to the end of your URL.
精彩评论