API17

Difference between revisions of "JElement::render"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Updated to r1448:247ba8d88526)
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JElement::render|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JElement::render|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JElement->render (&$xmlElement, $value, $control_name= 'params')
+
public function render (
 +
        &$xmlElement
 +
        $value
 +
        $control_name= 'params'
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 35: Line 38:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 61 of libraries/joomla/html/parameter/element.php
===Defined in===
 
libraries/joomla/html/parameter/element.php
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JElement::render source code''' on [[jplatform:html/parameter/element.php#cl-53|BitBucket]]
 +
* {{JVer|11.1}} Class [[JElement/11.1|JElement]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
 +
* [[JElement::render|Other versions of JElement::render]]
 +
{{SeeAlso:JElement::render}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JElement::render|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JElement::render|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JElement/11.1|JElement]]
+
===User contributed notes===
* [[JElement::render|Other versions of this method]]
 
{{SeeAlso:JElement::render}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 55: Line 57:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JElement]][[Category:JElement::render]]</noinclude>
 
<noinclude>[[Category:JElement]][[Category:JElement::render]]</noinclude>

Revision as of 20:50, 27 April 2011

The "API17" 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.

Joomla 11.1 JElement::render[edit]

Description[edit]

Template:Description:JElement::render [Edit Descripton]

public function render (
        &$xmlElement
        $value
        $control_name= 'params'
)
Parameter Type Default Description
&$xmlElement
$value
$control_name 'params'
  • Returns
  • Defined on line 61 of libraries/joomla/html/parameter/element.php

See also[edit]

Template:SeeAlso:JElement::render [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />