Example #1
0
 /**
  * Get a list of JavaScript files required to display the widget properly
  *
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     $list[] = self::BUTTON_JS;
     return $list;
 }
Example #2
0
 /**
  * Get a list of JavaScript files required to display the widget properly
  *
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     $list[] = 'button/js/remove.js';
     return $list;
 }
Example #3
0
 /**
  * Get a list of JavaScript files required to display the widget properly
  *
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     $list[] = self::JS_SCRIPT;
     return $list;
 }
Example #4
0
 /**
  * getJSFiles
  *
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     $list[] = 'modules/XC/CanadaPost/button/js/void_shipment.js';
     return $list;
 }
Example #5
0
 /**
  * Get a list of JavaScript files required to display the widget properly
  *
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     $list[] = 'button/js/print_invoice.js';
     return $list;
 }
Example #6
0
 /**
  * Get a list of JavaScript files required to display the widget properly
  *
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     $list[] = 'button/js/progress-state.js';
     return $list;
 }
Example #7
0
 /**
  * Get a list of JavaScript files required to display the widget properly
  *
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     $list[] = 'button/js/dropdown.js';
     return $list;
 }
Example #8
0
 /**
  * Get a list of JavaScript files required to display the widget properly
  *
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     $list[] = 'button/js/switcher.js';
     return $list;
 }
 /**
  * Return JS files for the widget
  * 
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     $list[] = 'modules_manager/js/install_modules_selected.js';
     return $list;
 }
Example #10
0
 /**
  * Get a list of JavaScript files required to display the widget properly
  *
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     $list[] = self::PRINT_INVOICE_JS;
     return $list;
 }