references:joomla.framework:html:jbutton-fetchiconclassTable of Contents
fetchIconClass
Method to get the CSS class name for an icon identifier. This method dan be redefined in the final button class. Syntaxstring fetchIconClass ( $identifier )
ExamplesExample $bar =& new JToolBar( 'My ToolBar' ); $button =& $bar->loadButtonType( 'Standard' ); echo $button->fetchIconClass( 'example' ); might produce: Result icon-32-example
Discussion |


