API17

API17:JForm::getInput

From Joomla! Documentation

Joomla 11.1 JForm::getInput

Description

Method to get a form field markup for the field input.


public function getInput (
        $name
        $group=null
        $value=null
)
Parameter Type Default Description
$name string The name of the form field.
$group string null The optional dot-separated form group path on which to find the field.
$value mixed null The optional value to use as the default for the field.
  • Returns string The form field markup.
  • Defined on line 507 of libraries/joomla/form/form.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples