www/js/rec_edit.js

changeset 283
879b81864e4e
parent 271
af0270694d1e
child 286
124af734af68
equal deleted inserted replaced
282:f765249d57d7 283:879b81864e4e
82 var miscData = {}; 82 var miscData = {};
83 var yeastRow = 0; 83 var yeastRow = 0;
84 var yeastData = {}; 84 var yeastData = {};
85 var mashRow = 0; 85 var mashRow = 0;
86 var mashData = {}; 86 var mashData = {};
87
88 /*
89 * Remove the top menu so that we MUST use the buttons to leave the editor.
90 */
91 $('#jqxMenu').jqxMenu('destroy');
87 92
88 console.log("record:" + my_record + " return:" + my_return + " theme:" + theme); 93 console.log("record:" + my_record + " return:" + my_return + " theme:" + theme);
89 $("#jqxLoader").jqxLoader({ 94 $("#jqxLoader").jqxLoader({
90 width: 250, 95 width: 250,
91 height: 150, 96 height: 150,
3654 3659
3655 // Tabs inside the popup window. 3660 // Tabs inside the popup window.
3656 $('#jqxTabs').jqxTabs({ 3661 $('#jqxTabs').jqxTabs({
3657 theme: theme, 3662 theme: theme,
3658 width: 1280, 3663 width: 1280,
3659 height: 630, 3664 height: 660,
3660 autoHeight: false, 3665 autoHeight: false,
3661 position: 'top' 3666 position: 'top'
3662 }); 3667 });
3663 3668
3664 $("#Print").jqxButton({ template: "info", width: '80px', theme: theme }); 3669 $("#Print").jqxButton({ template: "info", width: '80px', theme: theme });

mercurial