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