www/js/rec_edit.js

changeset 175
da16371538c3
parent 168
ce92dc75cb09
child 220
14e349ff2a10
equal deleted inserted replaced
174:12aacf0da982 175:da16371538c3
2720 // Open print in a new tab. 2720 // Open print in a new tab.
2721 var url="rec_print.php?record=" + my_record; 2721 var url="rec_print.php?record=" + my_record;
2722 window.open(url); 2722 window.open(url);
2723 }); 2723 });
2724 2724
2725 $("#Export").jqxButton({ template: "info", width: '80px', theme: theme });
2726 $("#Export").click(function () {
2727 // Open print in a new tab.
2728 var url="rec_export.php?record=" + my_record;
2729 window.open(url);
2730 });
2731
2725 $("#Delete").jqxButton({ template: "danger", width: '80px', theme: theme }); 2732 $("#Delete").jqxButton({ template: "danger", width: '80px', theme: theme });
2726 $("#Delete").click(function () { 2733 $("#Delete").click(function () {
2727 // Open a popup to confirm this action. 2734 // Open a popup to confirm this action.
2728 $('#eventWindow').jqxWindow('open'); 2735 $('#eventWindow').jqxWindow('open');
2729 $("#delOk").click(function () { 2736 $("#delOk").click(function () {

mercurial