API17

Difference between revisions of "JElementTemplateStyle"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (preparing for archive only)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JElementTemplateStyle==
 
=={{JVer|11.1}} JElementTemplateStyle==
 
===Description===
 
===Description===
{{Description:JElementTemplateStyle}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JElementTemplateStyle|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|public  
 
|public  
|[[JElementTemplateStyle::fetchElement/11.1|fetchElement]]
+
|[[API17:JElementTemplateStyle::fetchElement|fetchElement]]
 
|
 
|
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/html/parameter/element/templatestyle.php
 
* '''Defined in''' libraries/joomla/html/parameter/element/templatestyle.php
* '''Extends''' [[JElement/11.1|JElement]]
+
* '''Extends''' [[API17:JElement|JElement]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.html.parameter.element.templatestyle' );</source>
 
<source lang="php">jimport( 'joomla.html.parameter.element.templatestyle' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JElementTemplateStyle source code''' on [[jplatform:html/parameter/element/templatestyle.php|BitBucket]]
 
* {{JVer|11.1}} '''JElementTemplateStyle source code''' on [[jplatform:html/parameter/element/templatestyle.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JElementTemplateStyle|Other versions of JElementTemplateStyle]]
+
* [[API17:JElementTemplateStyle|Other versions of JElementTemplateStyle]]
{{SeeAlso:JElementTemplateStyle}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JElementTemplateStyle|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JElementTemplateStyle
 
category=JElementTemplateStyle
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 41: Line 37:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JElementTemplateStyle]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:57, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JElementTemplateStyle[edit]

Description[edit]

Methods[edit]

Visibility Method name Description
public fetchElement
  • Defined in libraries/joomla/html/parameter/element/templatestyle.php
  • Extends JElement

Importing[edit]

jimport( 'joomla.html.parameter.element.templatestyle' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]