API16

JButton: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 1: Line 1:
{{subst:Description:JButton}}
===Defined in===
===Defined in===
libraries/joomla/html/toolbar/button.php
libraries/joomla/html/toolbar/button.php
Line 32: Line 30:




{{subst:SeeAlso:JButton}}
 


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JButton
  category=JButton
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 01:20, 25 March 2017

Defined in

libraries/joomla/html/toolbar/button.php

Methods

Method name Description
__construct Constructor
getName get the element name
render
fetchIconClass Method to get the CSS class name for an icon identifier
fetchId Get the button id
fetchButton Get the button

Importing

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



Examples

Code Examples