API17

JElementSpacer: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
m preparing for archive only
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
<span class="editsection" style="font-size:76%;">
=={{JVer|11.1}} JElementSpacer==
<nowiki>[</nowiki>[[Description:JElementSpacer|Edit Descripton]]<nowiki>]</nowiki>
===Description===
</span>
 
{{Description:JElementSpacer}}
 
===Defined in===
libraries/joomla/html/parameter/element/spacer.php
===Subpackage===
[[Subpackage Html/11.1|Html]]
===Extends===
[[JElement/11.1|JElement]]
===Extended by===
===Methods===
===Methods===
{| class="wikitable sortable"
{| class="wikitable sortable"
|-
|-
!Visibility
!Method name
!Method name
!Description
!Description
|-
|-
|[[JElementSpacer::fetchElement/11.1|fetchElement]]
|public
|[[API17:JElementSpacer::fetchElement|fetchElement]]
|
|
|-
|-
|[[JElementSpacer::fetchTooltip/11.1|fetchTooltip]]
|public
|[[API17:JElementSpacer::fetchTooltip|fetchTooltip]]
|
|
|-
|-
|}
|}
* '''Defined in''' libraries/joomla/html/parameter/element/spacer.php
* '''Extends''' [[API17:JElement|JElement]]
===Importing===
===Importing===
<source lang="php">jimport( 'joomla.html.parameter.element.spacer' );</source>
<source lang="php">jimport( 'joomla.html.parameter.element.spacer' );</source>
===See also===
===See also===
* [[JElementSpacer|Other versions of this class]]
* {{JVer|11.1}} '''JElementSpacer source code''' on [[jplatform:html/parameter/element/spacer.php|BitBucket]]
{{SeeAlso:JElementSpacer}}
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
<span class="editsection" style="font-size:76%;">
* [[API17:JElementSpacer|Other versions of JElementSpacer]]
<nowiki>[</nowiki>[[SeeAlso:JElementSpacer|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
===Examples===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JElementSpacer
category=JElementSpacer
category=CodeExample
namespace=CodeExample
category=ClassExample
category=ClassExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JElementSpacer]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 02:57, 25 March 2017

Joomla 11.1 JElementSpacer

Description

Methods

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

Importing

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

See also


User contributed notes

Code Examples