JButtonSeparator: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JButtonSeparator== | =={{JVer|11.1}} JButtonSeparator== | ||
===Description=== | ===Description=== | ||
===Methods=== | ===Methods=== | ||
| Line 28: | 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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JButtonSeparator | category=JButtonSeparator | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
Latest revision as of 02:23, 25 March 2017
JButtonSeparator
Description
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
JButtonSeparator source code on BitBucket
Subpackage Html- Other versions of JButtonSeparator
User contributed notes
Code Examples