API16

API16:JDocumentRenderer/render

From Joomla! Documentation

Revision as of 22:45, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Renders a script and returns the results as a string <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>[[Description:JDocumentRenderer/render|Edit ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Renders a script and returns the results as a string

[Edit Descripton]

Template:Description:JDocumentRenderer/render

Syntax

render($name, $params=array(), $content=null)
Parameter Name Default Value Description
$name $name The name of the element to render
$params array() $array Array of values
$content null $content Override the output of the renderer

Returns

string The output of the script

Defined in

libraries/joomla/document/renderer.php

Importing

jimport( 'joomla.document.renderer' );

Source Body

function render($name, $params = array(), $content = null)
{

}

[Edit See Also] Template:SeeAlso:JDocumentRenderer/render

Examples

<CodeExamplesForm />