| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
HTML |
JButton |
getName |
getName() |
Never | Work in Progress |
Gets the button name.
string getName ()
Example
$bar =& new JToolBar( 'My ToolBar' ); $button =& $bar->loadButtonType( 'Standard' ); $button->fetchId( 'Standard', 'send', 'Activate', 'activate', false ); echo $button->getName();
might produce:
Result
Standard