API17

JButtonSeparator: Difference between revisions

From Joomla! Documentation

m moving preparation
m clean up
Line 2: Line 2:
=={{JVer|11.1}} JButtonSeparator==
=={{JVer|11.1}} JButtonSeparator==
===Description===
===Description===
{{Description:JButtonSeparator}}
{{subst:Description:JButtonSeparator}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JButtonSeparator|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Methods===
===Methods===
{| class="wikitable sortable"
{| class="wikitable sortable"
Line 30: Line 28:
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[API17:JButtonSeparator|Other versions of JButtonSeparator]]
* [[API17:JButtonSeparator|Other versions of JButtonSeparator]]
{{SeeAlso:JButtonSeparator}}
{{subst:SeeAlso:JButtonSeparator}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JButtonSeparator|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 14:49, 24 March 2017

Joomla 11.1 JButtonSeparator

Description

{{subst:Description:JButtonSeparator}}

Methods

Visibility Method name Description
public fetchButton Empty implementation (not required).
public render
  • Defined in libraries/joomla/html/toolbar/button/separator.php
  • Extends JButton

Importing

jimport( 'joomla.html.toolbar.button.separator' );

See also

{{subst:SeeAlso:JButtonSeparator}}

User contributed notes

<CodeExamplesForm />