API17:JParameter
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.
[Edit Descripton] Description:JParameter
Defined in
libraries/joomla/html/parameter.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. |
| addElementPath | Add a directory where should search for element types. |
| bind | Bind data to the parameter. |
| def | Sets a default value if not alreay assigned. |
| getGroups | Get the number of params in each group. |
| getNumParams | Return the number of parameters in a group. |
| getParam | Render a parameter type. |
| getParams | Render all parameters. |
| loadElement | Loads an element type. |
| loadSetupFile | Loads an xml setup file and parses it. |
| render | Render the form control. |
| renderToArray | Render all parameters to an array. |
| setXML | Sets the XML object from custom xml files. |
Importing
jimport( 'joomla.html.parameter' );
See also
SeeAlso:JParameter [Edit See Also]
Examples
<CodeExamplesForm />
