references:joomla.framework:html:jbutton-fetchidfetchId
Gets the button ID. This method can be redefined in the final button class. The base class method does not return a value. Syntaxvoid fetchId () ExamplesThe following example illustrates the JButtonStandard class. Example $bar =& new JToolBar( 'My ToolBar' ); $button =& $bar->loadButtonType( 'Standard' ); echo $button->fetchId( 'Standard', 'send', 'Activate', 'activate', false ); might produce: Result My ToolBar-send Discussion |


