コード例 #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);
 }
コード例 #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);
 }
コード例 #3
0
 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)));
 }
コード例 #4
0
ファイル: ProInfoZf.php プロジェクト: emilymwang8/ajk-broker
 public static function use_javascripts()
 {
     return array_merge(parent::use_javascripts(), array(PageHelper::pure_static_url("/js/jquery.cookie.js")));
 }
コード例 #5
0
ファイル: Pay.php プロジェクト: emilymwang8/ajk-broker
 public static function use_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_javascripts(), array($path . 'Pay.js'));
 }
コード例 #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")));
 }
コード例 #7
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/jquery-ui/jquery-ui-1.10.4.custom.min.js")), array(PageHelper::pure_static_url("/js/jquery.align.js"), PHP_INT_MAX - 1)));
 }
コード例 #8
0
ファイル: CorrectMap.php プロジェクト: emilymwang8/ajk-broker
 public static function use_javascripts()
 {
     return array_merge(parent::use_javascripts(), array("http://api.map.baidu.com/api?v=1.3"));
 }
コード例 #9
0
ファイル: Loginok.php プロジェクト: emilymwang8/ajk-broker
 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)));
 }
コード例 #10
0
ファイル: Propview.php プロジェクト: emilymwang8/ajk-broker
 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)));
 }
コード例 #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")));
 }
コード例 #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);
 }
コード例 #13
0
ファイル: EditInfo.php プロジェクト: emilymwang8/ajk-broker
 public static function use_javascripts()
 {
     return array_merge(parent::use_javascripts(), array(PageHelper::pure_static_url('/js/uploadify-3.1/ajaxfileupload.js')));
 }