www/js/rec_main.js

changeset 71
e1c50b21b7e3
parent 68
2ff83855d574
child 95
8dc0a00b1db4
equal deleted inserted replaced
70:4da2414eabbc 71:e1c50b21b7e3
54 container.append(addButton); 54 container.append(addButton);
55 statusbar.append(container); 55 statusbar.append(container);
56 addButton.jqxButton({ theme: theme, width: 120, height: 20 }); 56 addButton.jqxButton({ theme: theme, width: 120, height: 20 });
57 // add new recipe. 57 // add new recipe.
58 addButton.click(function (event) { 58 addButton.click(function (event) {
59 var url= "rec_new.php?return='rec_main.php'"; 59 var url= "rec_new.php?return=rec_main.php";
60 window.location.href = url; 60 window.location.href = url;
61 }); 61 });
62 }, 62 },
63 filterable: true, 63 filterable: true,
64 filtermode: 'excel', 64 filtermode: 'excel',

mercurial