JForm::getControlGroup
Method to get a control group with label and input.
Signature
public function getControlGroup(string
$name,
[string
$group = null,
[mixed
$default = null]] )
Parameters
-
$name
- The name of the field for which to get the value.
-
$group
- The optional dot-separated form group path on which to get the value.
-
$default
- The optional default value of the field value is empty.
Returns
- string
- A string containing the html for the control goup