www/js/rec_edit.js

changeset 814
de4a74899969
parent 811
4e3409cfd2b1
equal deleted inserted replaced
813:752bb80362fb 814:de4a74899969
2043 height: 660, 2043 height: 660,
2044 autoHeight: false, 2044 autoHeight: false,
2045 position: 'top' 2045 position: 'top'
2046 }); 2046 });
2047 2047
2048 // Buttons below 2048 // Button below
2049 2049 $('#Terug').jqxButton({ template: 'primary', width: '80px', theme: theme });
2050 $('#Cancel').jqxButton({ template: 'primary', width: '80px', theme: theme }); 2050 $('#Terug').bind('click', function() {
2051 $('#Cancel').bind('click', function() {
2052 window.location.href = my_return; 2051 window.location.href = my_return;
2053 }); 2052 });
2054 2053
2055 $('#Save').jqxButton({ template: 'success', width: '80px', theme: theme });
2056 $('#Save').bind('click', function() {
2057 window.location.href = my_return;
2058 });
2059 }); 2054 });
2060 2055

mercurial