J1.5 talk

Difference between revisions of "Adding AJAX to your component"

From Joomla! Documentation

m (Wilsonge moved page Talk:Adding AJAX to your component to J1.5 talk:Adding AJAX to your component: Move to 1.5 namespace)
 
(No difference)

Latest revision as of 06:30, 28 May 2013

This is a very interesting approach. I would like to have some more information concerning this approach and I'm willing to help to improve the article

Content-Type Header[edit]

As I tried that in a component in Joomla 1.5, I needed to to set the content-type of the response to xml: header("Content-type: text/xml"); Joomla does't seem to check the type of content in the output buffer to make the correct settings (which is good).

index2.php note[edit]

In Joomla 1.6 and newer, you can't use anymore index2.php. Instead use component URL + &tmpl=component, e.g. index.php?option=com_mycomponent&view=mycomponent&Itemid=5181&tmpl=component
John prog (talk) 02:35, 26 September 2012 (CDT)