コード例 #1
0
ファイル: view.html.php プロジェクト: vladorf/absolventi
 public function addToolbar()
 {
     JToolbarHelper::Title('Ucitelia');
     JToolbarHelper::addNew('uciteliaAdmin.vytvorUcitela');
     JToolbarHelper::editList('uciteliaAdmin.update');
     JToolBarHelper::deleteList('Are you sure you want to delete this Site Table?', 'uciteliaAdmin.delete');
 }
コード例 #2
0
ファイル: view.html.php プロジェクト: vladorf/absolventi
 public function addToolbar()
 {
     JToolbarHelper::Title('Absolventi - Triedy');
     JToolbarHelper::addNew('triedyAdmin.vytvorTriedu');
     JToolbarHelper::editList('triedyAdmin.upravTriedu');
     JToolBarHelper::deleteList('Are you sure you want to delete this Site Table?', 'triedyAdmin.delete');
     JToolbarHelper::back('Ucitelia', 'index.php?option=com_absolventi&view=ucitelialist');
     JToolbarHelper::back('CSV', 'index.php?option=com_absolventi&task=csv.csv');
 }
コード例 #3
0
ファイル: controller.php プロジェクト: huynp/FamilyTree
 function listFamilyTree()
 {
     JToolbarHelper::Title('Family Tree List', 'family-tree-list');
     echo 'Back end list family tree';
 }