Пример #1
0
 public static function use_javascripts()
 {
     return array_merge(parent::use_javascripts(), array('http://api.map.baidu.com/api?v=1.2'));
 }
Пример #2
0
 public static function use_javascripts()
 {
     return array_merge(parent::use_javascripts(), array(PageHelper::pure_static_url("/js/localforage/localforage.min.js")));
 }
Пример #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), array(PageHelper::pure_static_url("/js/uploadify-3.1/ajaxfileupload.js"), PHP_INT_MAX - 3), PageHelper::pure_static_url('/swf/uploadify-2.1.0/swfobject.js'), PageHelper::pure_static_url('/js/jquery-1.3.2/jquery.uploadify.v2.1.0.min.fv9.js')));
 }
Пример #4
0
 public static function use_javascripts()
 {
     return array_merge(parent::use_javascripts(), array(PageHelper::pure_static_url('/html/editor/kindeditor-3.5.3/kindeditor-min.js')));
 }