예제 #1
0
 /**
  * Register JS files
  *
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     $list[] = $this->getDir() . '/js/listbox.js';
     return $list;
 }
예제 #2
0
파일: AModel.php 프로젝트: kewaunited/xcart
 /**
  * Defines the JS files
  *
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     $list[] = 'form_field/model_selector/controller.js';
     return $list;
 }
예제 #3
0
 /**
  * Get a list of JS files required to display the widget properly
  *
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     $list[] = 'modules/QSL/CloudSearch/dashboard_loader.js';
     return $list;
 }