Beispiel #1
0
 function appendScript($selector = NULL)
 {
     parent::appendScript();
     echo self::getFilterScript();
 }
Beispiel #2
0
 function isTheAction()
 {
     $actions = array('activate', 'delete');
     return parent::isTheAction() and !empty($_GET['action']) and in_array($_GET['action'], $actions);
 }