示例#1
0
 public static function use_boundable_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_javascripts(), array($path . 'Show.js'));
 }
示例#2
0
 public static function use_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_javascripts(), array(array(PageHelper::pure_static_url("/js/uploadify-3.1/ajaxfileupload.js"), PHP_INT_MAX - 3)));
 }
示例#3
0
 public static function use_component()
 {
     return array_merge(parent::use_component(), array("Global_GMultiPager"));
 }
示例#4
0
 public static function use_component()
 {
     return array_merge(parent::use_component(), array());
 }