Hi, Everyone -
I just found out what the 'format' parameter is for when calling modules. Specifically, my first question was about the following http request found on page 170:
Code:
http://localhost/index.php?option=com_articleinfo&format=raw&articlenum=36
I was trying to find out what the 'format' parameter is for. I found the answer on page 166. It says:
Quote:
|
By setting the format to raw ..., Joomla executes the specified component and returns only the output that it has generated. This method is exactly how the Ajax Web page requests information for display.
|
Naturally, the next question is: what are the other values that can be placed in the 'format' parameter? Another question would be: if the format parameter were omitted, then in what other ways could Joomla return the output generated?
Thanks, in advance.
Warm Regards,
xjohnson