API17:JFormField::getId
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JFormField::getId
Description
Method to get the id used for the field input tag.
Description:JFormField::getId [Edit Descripton]
Since
Synopsis
protected JFormField->getId ($fieldId, $fieldName)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $fieldId | string | The field element id. | |
| $fieldName | string | The field element name. |
Returns
string The id to be used for the field input tag.
Defined in
libraries/joomla/form/formfield.php
Referenced by
See also
Examples
<CodeExamplesForm />
