JDocumentRendererModules/1.5
From Joomla! Documentation
< JDocumentRendererModules(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JDocumentRendererModules== | ||
| + | ===Description=== | ||
| + | {{Description:JDocumentRendererModules}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JDocumentRendererModules|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDocumentRendererModules|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentRendererModules::render/1.5|render]] | |[[JDocumentRendererModules::render/1.5|render]] | ||
|Renders multiple modules script and returns the results as a string. | |Renders multiple modules script and returns the results as a string. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/document/html/renderer/modules.php | ||
| + | * '''Extends''' [[JDocumentRenderer/1.5|JDocumentRenderer]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.document.html.renderer.modules' );</source> | <source lang="php">jimport( 'joomla.document.html.renderer.modules' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JDocumentRendererModules''' on [http://api.joomla.org/Joomla-Framework/Document/JDocumentRendererModules.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JDocumentRendererModules source code''' on [[jframework15:document/html/renderer/modules.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Document/1.5|Document]] | ||
| + | * [[JDocumentRendererModules|Other versions of JDocumentRendererModules]] | ||
| + | {{SeeAlso:JDocumentRendererModules}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDocumentRendererModules|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDocumentRendererModules|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 38: | Line 39: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JDocumentRendererModules]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JDocumentRendererModules]]</noinclude> | ||
Revision as of 18:07, 25 April 2011
JDocumentRendererModules
Description
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.
[Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | render | Renders multiple modules script and returns the results as a string. |
- Defined in libraries/joomla/document/html/renderer/modules.php
- Extends JDocumentRenderer
Importing
jimport( 'joomla.document.html.renderer.modules' );
See also
-
JDocumentRendererModules on api.joomla.org
-
JDocumentRendererModules source code on JoomlaCode
-
Subpackage Document
- Other versions of JDocumentRendererModules
SeeAlso:JDocumentRendererModules [Edit See Also]
User contributed notes
<CodeExamplesForm />