www/js/prod_edit.js

changeset 817
6ee186182c70
parent 789
e6e696add0b3
child 818
f9c071906643
equal deleted inserted replaced
816:d76f623d487c 817:6ee186182c70
6411 autoHeight: false, 6411 autoHeight: false,
6412 position: 'top' 6412 position: 'top'
6413 }); 6413 });
6414 6414
6415 // Buttons below 6415 // Buttons below
6416 $('#Export').jqxButton({ template: 'info', width: '80px', theme: theme });
6417 $('#Export').bind('click', function() {
6418 saveRecord(0);
6419 });
6420
6421 $('#Delete').jqxButton({ template: 'danger', width: '80px', theme: theme }); 6416 $('#Delete').jqxButton({ template: 'danger', width: '80px', theme: theme });
6422 $('#Delete').bind('click', function() { 6417 $('#Delete').bind('click', function() {
6423 // Open a popup to confirm this action. 6418 // Open a popup to confirm this action.
6424 $('#eventWindow').jqxWindow('open'); 6419 $('#eventWindow').jqxWindow('open');
6425 $('#delOk').click(function() { 6420 $('#delOk').click(function() {

mercurial