API15

Difference between revisions of "JDocumentRendererModules"

From Joomla! Documentation

(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>

Revision as of 12:34, 25 March 2010

The "API15" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JDocumentRendererModules

Defined in[edit]

libraries/joomla/document/html/renderer/modules.php

Methods[edit]

Method name Description
render Renders multiple modules script and returns the results as a string

Importing[edit]

jimport( 'joomla.document.html.renderer.modules' );

[Edit See Also] Template:SeeAlso:JDocumentRendererModules

Examples[edit]

<CodeExamplesForm />