JElementModuleLayouts: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JElementModuleLayouts}... |
m preparing for archive only |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/html/parameter/element/modulelayouts.php | libraries/joomla/html/parameter/element/modulelayouts.php | ||
| Line 10: | Line 5: | ||
<source lang="php">jimport( 'joomla.html.parameter.element.modulelayouts' );</source> | <source lang="php">jimport( 'joomla.html.parameter.element.modulelayouts' );</source> | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JElementModuleLayouts | category=JElementModuleLayouts | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 01:35, 25 March 2017
Defined in
libraries/joomla/html/parameter/element/modulelayouts.php
Importing
jimport( 'joomla.html.parameter.element.modulelayouts' );
Examples
Code Examples