예제 #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());
 }