-
19 Jul
Adding a toolbar at backend of joomla component
This Joomla blog post will show you how to add toolbar at the backend of Joomla Component. Class Used for Toolbar : JToolBarHelper Class Location : “htdocs\administrator\includes\toolbar.php” . Setting Title of toolbar Function Used : title() of JToolBarHelper class. Function Prototype : public static function title($title, $icon = ‘generic.png’);
$title = title of the toolbar- Category :
- Joomla
- Joomla Component