예제 #1
0
 public static function use_boundable_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_javascripts(), array());
 }
예제 #2
0
파일: Home.php 프로젝트: emilymwang8/cms
 public static function use_boundable_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_javascripts(), array($path . "Home.js", $path . "bootstrap-paginator.js"));
 }
예제 #3
0
 public static function use_boundable_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_javascripts(), array($path . "Issuedtopiclist.js", $path . "jquery.autocomplete.js"));
 }
예제 #4
0
파일: Test.php 프로젝트: emilymwang8/cms
 public static function use_boundable_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_javascripts(), array($path . 'Test.js', $path . "ajaxfileupload.js"));
 }
예제 #5
0
 public static function use_boundable_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_javascripts(), array($path . "RoleManage.js", $path . "Tree.js"));
 }