references:joomla.framework:html:jbuttonhelp-fetchidfetchId
Gets the button’s CSS ID. The value returned is a concatenation of the parent’s name property and the string ‘help’. Syntaxstring fetchId ( $type )
ExamplesExample $bar =& new JToolBar( 'My ToolBar' ); $button =& $bar->loadButtonType( 'Help' ); echo $button->fetchId( 'Help', 'screen.config', true ); might produce: Result My ToolBar-help Discussion |


