API16

JButtonSeparator/fetchButton: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: ===Description=== Empty implementation (not required) <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton...
 
m preparing for archive only
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
Empty implementation (not required)  
Empty implementation (not required)  


<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JButtonSeparator/fetchButton|Edit Descripton]]<nowiki>]</nowiki>
</span>


{{Description:JButtonSeparator/fetchButton}}
 
<! removed transcluded page call, red link never existed >


===Syntax===
===Syntax===
Line 24: Line 22:
</source>
</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JButtonSeparator/fetchButton|Edit See Also]]<nowiki>]</nowiki>
<! removed transcluded page call, red link never existed >
</span>
{{SeeAlso:JButtonSeparator/fetchButton}}


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=fetchButton
  category=fetchButton
  category=JButtonSeparator
  category=JButtonSeparator
  category=CodeExample
  namespace=CodeExample
  category=MethodExample
  category=MethodExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>
[[Category:Archived pages API16]]

Latest revision as of 01:21, 25 March 2017

Description

Empty implementation (not required)


<! removed transcluded page call, red link never existed >

Syntax

fetchButton()


Defined in

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

Importing

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

Source Body

public function fetchButton()
{
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples