示例#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"));
 }