API16

JButton

From Joomla! Documentation

The "API16" 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.php

Methods[edit]

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[edit]

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



Examples[edit]

Code Examples[edit]