www/js/prod_edit.js

changeset 177
325bd6425978
parent 172
684c651dd165
child 223
0de4455bd2a1
equal deleted inserted replaced
176:316f86778b6d 177:325bd6425978
3354 // Open print in a new tab. 3354 // Open print in a new tab.
3355 var url="prod_print.php?record=" + my_record; 3355 var url="prod_print.php?record=" + my_record;
3356 window.open(url); 3356 window.open(url);
3357 }); 3357 });
3358 3358
3359 $("#Export").jqxButton({ template: "info", width: '80px', theme: theme });
3360 $("#Export").click(function () {
3361 // Open print in a new tab.
3362 var url="prod_export.php?record=" + my_record;
3363 window.open(url);
3364 });
3365
3359 $("#Delete").jqxButton({ template: "danger", width: '80px', theme: theme }); 3366 $("#Delete").jqxButton({ template: "danger", width: '80px', theme: theme });
3360 $("#Delete").click(function () { 3367 $("#Delete").click(function () {
3361 // Open a popup to confirm this action. 3368 // Open a popup to confirm this action.
3362 $('#eventWindow').jqxWindow('open'); 3369 $('#eventWindow').jqxWindow('open');
3363 $("#delOk").click(function () { 3370 $("#delOk").click(function () {

mercurial