API15:JDocumentRendererModules
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JDocumentRendererMo...) |
|||
| Line 15: | Line 15: | ||
|Renders multiple modules script and returns the results as a string | |Renders multiple modules script and returns the results as a string | ||
|} | |} | ||
| + | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.document.html.renderer.modules' );</source> | <source lang="php">jimport( 'joomla.document.html.renderer.modules' );</source> | ||
Latest revision as of 12:34, 25 March 2010
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton]
JDocumentRendererModules is responsible for rendering the output from all the modules enabled for a given module position. It is called whenever a <jdoc:include type="modules" /> statement is encountered in the document template.
Contents |
[edit] Defined in
libraries/joomla/document/html/renderer/modules.php
[edit] Methods
| Method name | Description |
|---|---|
| render | Renders multiple modules script and returns the results as a string |
[edit] Importing
jimport( 'joomla.document.html.renderer.modules' );
[Edit See Also] SeeAlso:JDocumentRendererModules
[edit] Examples
<CodeExamplesForm />
