コード例 #1
0
ファイル: ImageAbstract.php プロジェクト: kewaunited/xcart
 /**
  * Register files from common repository
  *
  * @return array
  */
 public function getCommonFiles()
 {
     $list = parent::getCommonFiles();
     $list['js'][] = 'cloud-zoom/cloud-zoom.js';
     $list['css'][] = 'cloud-zoom/cloud-zoom.css';
     return $list;
 }
コード例 #2
0
ファイル: Gallery.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Register files from common repository
  *
  * @return array
  */
 public function getCommonFiles()
 {
     $list = parent::getCommonFiles();
     $list['js'][] = 'js/jquery.colorbox-min.js';
     $list['css'][] = 'css/colorbox.css';
     return $list;
 }
コード例 #3
0
ファイル: APage.php プロジェクト: kingsj/core
 /**
  * Register files from common repository
  *
  * @return array
  */
 public function getCommonFiles()
 {
     $list = parent::getCommonFiles();
     $list['js'][] = 'js/jquery.blockUI.js';
     return $list;
 }