Esempio n. 1
0
 public static function use_javascripts()
 {
     $apf = APF::get_instance()->get_request();
     $path = apf_classname_to_path(__CLASS__);
     $pageType = $apf->get_attribute('pageType');
     $script = array($path . 'HouseManageV2.js');
     return array_merge(parent::use_javascripts(), $script);
 }
Esempio n. 2
0
 public static function use_javascripts()
 {
     $apf = APF::get_instance()->get_request();
     $path = apf_classname_to_path(__CLASS__);
     $pageType = $apf->get_attribute('pageType');
     $script = array($path . 'HouseManage.js', PageHelper::pure_static_url("/js/jquery.cookie.js"));
     if ($pageType == 'ajk') {
         $script = array($path . 'HouseManageAjk.js');
     }
     return array_merge(parent::use_javascripts(), $script);
 }
 public static function use_javascripts()
 {
     return array_merge(parent::use_javascripts(), array(array(PageHelper::pure_static_url("/js/jquery-1.7.2.min.js"), PHP_INT_MAX, true), array(PageHelper::pure_static_url("/js/jquery-ui/jquery-ui-1.10.4.custom.min.js")), array(PageHelper::pure_static_url("/js/jquery.align.js"), PHP_INT_MAX - 1)));
 }
Esempio n. 4
0
 public static function use_javascripts()
 {
     return array_merge(parent::use_javascripts(), array(PageHelper::pure_static_url("/js/jquery.cookie.js")));
 }
Esempio n. 5
0
 public static function use_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_javascripts(), array($path . 'Pay.js'));
 }
Esempio n. 6
0
 public static function use_javascripts()
 {
     return array_merge(parent::use_javascripts(), array(PageHelper::pure_static_url("/js/uploadify-3.1/jquery.uploadify.modify.js")));
 }
 public static function use_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_javascripts(), array(array(PageHelper::pure_static_url("/js/jquery-ui/jquery-ui-1.10.4.custom.min.js")), array(PageHelper::pure_static_url("/js/jquery.align.js"), PHP_INT_MAX - 1)));
 }
Esempio n. 8
0
 public static function use_javascripts()
 {
     return array_merge(parent::use_javascripts(), array("http://api.map.baidu.com/api?v=1.3"));
 }
Esempio n. 9
0
 public static function use_javascripts()
 {
     return array_merge(parent::use_javascripts(), array(array(PageHelper::pure_static_url("/js/jquery_1.6.2.min.js"), PHP_INT_MAX, true)));
 }
Esempio n. 10
0
 public static function use_javascripts()
 {
     return array_merge(parent::use_javascripts(), array(array(PageHelper::pure_static_url("/js/highcharts4.0.1/highcharts.js"), PHP_INT_MAX - 1)));
 }
Esempio n. 11
0
 public static function use_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_javascripts(), array($path . 'HouseManageAjk.js', PageHelper::pure_static_url("/js/jquery.cookie.js")));
 }
Esempio n. 12
0
 public static function use_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     $script = array($path . 'HouseManageAjkV2.js');
     return array_merge(parent::use_javascripts(), $script);
 }
Esempio n. 13
0
 public static function use_javascripts()
 {
     return array_merge(parent::use_javascripts(), array(PageHelper::pure_static_url('/js/uploadify-3.1/ajaxfileupload.js')));
 }