API17

JElementSpacer: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Layout updates
Doxiki2 (talk | contribs)
Updated to r1448:247ba8d88526
Line 1: Line 1:
__NOTOC__
__NOTOC__
=={{JVer|11.1}} JElementSpacer==
===Description===
{{Description:JElementSpacer}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JElementSpacer|Edit Descripton]]<nowiki>]</nowiki>
<nowiki>[</nowiki>[[Description:JElementSpacer|Edit Descripton]]<nowiki>]</nowiki>
</span>
</span>
{{Description:JElementSpacer}}
===Defined in===
libraries/joomla/html/parameter/element/spacer.php
* see source code in [[jplatform:html/parameter/element/spacer.php|BitBucket]]
===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
|-
|-
|public
|[[JElementSpacer::fetchElement/11.1|fetchElement]]
|[[JElementSpacer::fetchElement/11.1|fetchElement]]
|
|
|-
|-
|public
|[[JElementSpacer::fetchTooltip/11.1|fetchTooltip]]
|[[JElementSpacer::fetchTooltip/11.1|fetchTooltip]]
|
|
|-
|-
|}
|}
* '''Defined in''' libraries/joomla/html/parameter/element/spacer.php
* '''Extends''' [[JElement/11.1|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 source code in [[jplatform:html/parameter/element/spacer.php|BitBucket]]
* {{JVer|11.1}} '''JElementSpacer source code''' on [[jplatform:html/parameter/element/spacer.php|BitBucket]]
* [[JElementSpacer|Other versions of this class]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
* [[JElementSpacer|Other versions of JElementSpacer]]
{{SeeAlso:JElementSpacer}}
{{SeeAlso:JElementSpacer}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JElementSpacer|Edit See Also]]<nowiki>]</nowiki>
<nowiki>[</nowiki>[[SeeAlso:JElementSpacer|Edit See Also]]<nowiki>]</nowiki>
</span>
</span>
===Examples===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />
<dpl>
<dpl>
Line 42: Line 42:
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]][[Category:Platform 11.1]][[Category:JElementSpacer]]</noinclude>

Revision as of 23:00, 27 April 2011

Joomla 11.1 JElementSpacer

Description

Template:Description:JElementSpacer [Edit Descripton]

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

Template:SeeAlso:JElementSpacer [Edit See Also]

User contributed notes

<CodeExamplesForm />