JButtonSeparator: Difference between revisions
From Joomla! Documentation
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: | ||
{{subst:Description:JButtonSeparator}} | |||
{{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> | ||
{{subst:SeeAlso:JButtonSeparator}} | |||
{{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 />