API17

Difference between revisions of "JButtonSeparator"

From Joomla! Documentation

m (JoomlaWikiBot moved page JButtonSeparator/11.1 to API17:JButtonSeparator without leaving a redirect: Robot: Moved page)
m (moving preparation)
(One intermediate revision by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JButtonSeparator::fetchButton/11.1|fetchButton]]
+
|[[API17:JButtonSeparator::fetchButton|fetchButton]]
 
|Empty implementation (not required).  
 
|Empty implementation (not required).  
 
|-
 
|-
 
|public  
 
|public  
|[[JButtonSeparator::render/11.1|render]]
+
|[[API17:JButtonSeparator::render|render]]
 
|
 
|
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/html/toolbar/button/separator.php
 
* '''Defined in''' libraries/joomla/html/toolbar/button/separator.php
* '''Extends''' [[JButton/11.1|JButton]]
+
* '''Extends''' [[API17:JButton|JButton]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.html.toolbar.button.separator' );</source>
 
<source lang="php">jimport( 'joomla.html.toolbar.button.separator' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JButtonSeparator source code''' on [[jplatform:html/toolbar/button/separator.php|BitBucket]]
 
* {{JVer|11.1}} '''JButtonSeparator source code''' on [[jplatform:html/toolbar/button/separator.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JButtonSeparator|Other versions of JButtonSeparator]]
+
* [[API17:JButtonSeparator|Other versions of JButtonSeparator]]
 
{{SeeAlso:JButtonSeparator}}
 
{{SeeAlso:JButtonSeparator}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 45: Line 45:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JButtonSeparator]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 19:48, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JButtonSeparator[edit]

Description[edit]

Template:Description:JButtonSeparator [Edit Descripton]

Methods[edit]

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

Importing[edit]

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

See also[edit]

Template:SeeAlso:JButtonSeparator [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />