JElement: Difference between revisions
From Joomla! Documentation
No edit summary |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JElement}} | |||
{{Description:JElement}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 31: | Line 28: | ||
<source lang="php">jimport( 'joomla.html.parameter.element' );</source> | <source lang="php">jimport( 'joomla.html.parameter.element' );</source> | ||
{{subst:SeeAlso:JElement}} | |||
{{SeeAlso:JElement}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 13:18, 24 March 2017
{{subst:Description:JElement}}
Defined in
libraries/joomla/html/parameter/element.php
Methods
| Method name | Description |
|---|---|
| __construct | Constructor |
| getName | get the element name |
| render | |
| fetchTooltip | |
| fetchElement |
Importing
jimport( 'joomla.html.parameter.element' );
{{subst:SeeAlso:JElement}}
Examples
<CodeExamplesForm />