API16

JButtonSeparator: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JButtonSeparator}} ===De...
 
m clean up
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
{{subst:Description:JButtonSeparator}}
<nowiki>[</nowiki>[[Description:JButtonSeparator|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JButtonSeparator}}


===Defined in===
===Defined in===
Line 22: Line 19:
<source lang="php">jimport( 'joomla.html.toolbar.button.separator' );</source>
<source lang="php">jimport( 'joomla.html.toolbar.button.separator' );</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JButtonSeparator|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JButtonSeparator}}
</span>
{{SeeAlso:JButtonSeparator}}


===Examples===
===Examples===

Revision as of 13:41, 24 March 2017

{{subst:Description:JButtonSeparator}}

Defined in

libraries/joomla/html/toolbar/button/separator.php

Methods

Method name Description
render
fetchButton Empty implementation (not required)

Importing

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


{{subst:SeeAlso:JButtonSeparator}}

Examples

<CodeExamplesForm />