API17:JForm::setValue
From Joomla! Documentation
JForm::setValue
Description
Method to set the value of a field.
public function setValue (
$name
$group=null
$value=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | |||
| $group | null | ||
| $value | null |
- Returns
- Defined on line 948 of libraries/joomla/form/form.php
See also
JForm::setValue source code on BitBucket
Class JForm
Subpackage Form- Other versions of JForm::setValue
User contributed notes
Code Examples