API17

API17:JParameter::render

From Joomla! Documentation

Joomla 11.1 JParameter::render

Description

Render the form control.


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


User contributed notes

Code Examples