/** * 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; }
/** * getJSFiles * * @return array */ public function getJSFiles() { $list = parent::getJSFiles(); $list[] = 'button/js/delete_address.js'; return $list; }
/** * Get a list of JavaScript files required to display the widget properly * * @return array */ public function getJSFiles() { $list = parent::getJSFiles(); $list[] = 'modules/XC/PitneyBowes/asn/right_actions/print_label.js'; return $list; }