onAdd() public method

Renders the toolbar for the component's Add pages
public onAdd ( ) : void
return void
示例#1
0
 public function onProfilesAdd()
 {
     parent::onAdd();
     JToolbarHelper::title(JText::_('COM_AKEEBA') . ': <small>' . JText::_('COM_AKEEBA_PROFILES_PAGETITLE_NEW') . '</small>', 'akeeba');
     JToolbarHelper::spacer();
     JToolbarHelper::help(null, false, 'https://www.akeebabackup.com/documentation/akeeba-backup-documentation/using-basic-operations.html#profiles-management');
 }