references:joomla.framework:html:jbutton-getnamegetName
Gets the button name. Syntaxstring getName () ExamplesExample $bar =& new JToolBar( 'My ToolBar' ); $button =& $bar->loadButtonType( 'Standard' ); $button->fetchId( 'Standard', 'send', 'Activate', 'activate', false ); echo $button->getName(); might produce: Result Standard Discussion |


