API17:JElementList
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
m (→User contributed notes: bad link repair) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JElementList== | ||
| + | ===Description=== | ||
| + | {{Description:JElementList}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JElementList|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JElementList|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JElementList::fetchElement/11.1|fetchElement]] | |[[JElementList::fetchElement/11.1|fetchElement]] | ||
|Fetch the HTML code for the parameter element. | |Fetch the HTML code for the parameter element. | ||
|- | |- | ||
| + | |protected | ||
|[[JElementList::_getOptions/11.1|_getOptions]] | |[[JElementList::_getOptions/11.1|_getOptions]] | ||
|Get the options for the element. | |Get the options for the element. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/html/parameter/element/list.php | ||
| + | * '''Extends''' [[JElement/11.1|JElement]] | ||
| + | * '''Extended by''' | ||
| + | ** [[JElementComponentLayouts/11.1|JElementComponentLayouts]] | ||
| + | ** [[JElementContentLanguages/11.1|JElementContentLanguages]] | ||
| + | ** [[JElementModuleLayouts/11.1|JElementModuleLayouts]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.parameter.element.list' );</source> | <source lang="php">jimport( 'joomla.html.parameter.element.list' );</source> | ||
===See also=== | ===See also=== | ||
| − | * JElementList source code | + | * {{JVer|11.1}} '''JElementList source code''' on [[jplatform:html/parameter/element/list.php|BitBucket]] |
| − | * [[JElementList|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]] |
| + | * [[JElementList|Other versions of JElementList]] | ||
{{SeeAlso:JElementList}} | {{SeeAlso:JElementList}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JElementList|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JElementList|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 45: | Line 46: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JElementList]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JElementList]]</noinclude> |
Revision as of 13:40, 29 August 2012
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.
JElementList
Description
Description:JElementList [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | fetchElement | Fetch the HTML code for the parameter element. |
| protected | _getOptions | Get the options for the element. |
- Defined in libraries/joomla/html/parameter/element/list.php
- Extends JElement
- Extended by
Importing
jimport( 'joomla.html.parameter.element.list' );
See also
-
JElementList source code on BitBucket
-
Subpackage Html
- Other versions of JElementList
SeeAlso:JElementList [Edit See Also]
User contributed notes
<CodeExamplesForm />
