API17

Difference between revisions of "JParameter::render"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 37: Line 37:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JParameter::render source code''' on [[jplatform:html/parameter.php#cl-146|BitBucket]]
 
* {{JVer|11.1}} '''JParameter::render source code''' on [[jplatform:html/parameter.php#cl-146|BitBucket]]
* {{JVer|11.1}} Class [[JParameter/11.1|JParameter]]
+
* {{JVer|11.1}} Class [[API17:JParameter|JParameter]]
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JParameter::render|Other versions of JParameter::render]]
+
* [[API17:JParameter::render|Other versions of JParameter::render]]
 
{{SeeAlso:JParameter::render}}
 
{{SeeAlso:JParameter::render}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:19, 11 May 2013

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 JParameter::render[edit]

Description[edit]

Render the form control.

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

public function render (
        $name= 'params'
        $group= '_default'
)
Parameter Type Default Description
$name string 'params' An optional name of the HTML form control. The default is 'params' if not supplied.
$group string '_default' An optional group to render. The default group is used if not supplied.
  • Returns string HTML
  • Defined on line 154 of libraries/joomla/html/parameter.php
  • Since Joomla 11.1

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />