API15

Difference between revisions of "JButtonStandard"

From Joomla! Documentation

(New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JButtonStandard}} ===Defi...)
 
m (preparing for archive only)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JButtonStandard|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
{{Description:JButtonStandard}}
 
 
 
===Defined in===
 
===Defined in===
 
libraries/joomla/html/toolbar/button/standard.php
 
libraries/joomla/html/toolbar/button/standard.php
Line 18: Line 13:
 
|Get the button CSS Id
 
|Get the button CSS Id
 
|}
 
|}
 +
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.html.toolbar.button.standard' );</source>
 
<source lang="php">jimport( 'joomla.html.toolbar.button.standard' );</source>
  
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JButtonStandard|Edit See Also]]<nowiki>]</nowiki>
+
 
</span>
 
{{SeeAlso:JButtonStandard}}
 
  
 
===Examples===
 
===Examples===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
  noresultsheader=\n
 
  noresultsheader=\n
 
  category=JButtonStandard
 
  category=JButtonStandard
  category=CodeExample
+
  namespace=CodeExample
 
  category=ClassExample
 
  category=ClassExample
 
  include=*
 
  include=*
 
  format= ,,,
 
  format= ,,,
 
</dpl>
 
</dpl>

Latest revision as of 19:21, 24 March 2017

The "API15" 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.

Defined in[edit]

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

Methods[edit]

Method name Description
fetchButton
fetchId Get the button CSS Id

Importing[edit]

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



Examples[edit]

Code Examples[edit]