Ejemplo n.º 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;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 4
0
 /**
  * getJSFiles
  *
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     $list[] = 'modules/XC/CanadaPost/button/js/void_shipment.js';
     return $list;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 9
0
 /**
  * Return JS files for the widget
  * 
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     $list[] = 'modules_manager/js/install_modules_selected.js';
     return $list;
 }
Ejemplo n.º 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;
 }