1

请帮助我如何在 joomla 3.0 中调用函数 addnew()

受保护的函数 addToolbar() { $canDo = ComboscategoriesHelpersLendr::getActions();

    // Get the toolbar object instance
    $bar = JToolBar::getInstance('toolbar');

    JToolbarHelper::title(JText::_('Combos Category'));

   if ($canDo->get('core.admin'))
    {
        JToolBarHelper::addNew();
       /* JToolbarHelper::preferences('com_comboscategories');*/
        JToolBarHelper::save();
        JToolBarHelper::cancel();
        JToolBarHelper::deleteList();
        JToolBarHelper::publishList();
        JToolBarHelper::unpublishList();
    }
}

我在 html.php 文件中添加了这个函数。必须调用此函数的位置。

4

0 回答 0