www/js/inv_yeasts.js

changeset 729
eabc100b3d6b
parent 727
08f91a68e757
child 730
c161d703ee88
equal deleted inserted replaced
728:6bb819bf919b 729:eabc100b3d6b
177 width: 180, 177 width: 180,
178 height: 23, 178 height: 23,
179 autoDropDownHeight: true 179 autoDropDownHeight: true
180 }); 180 });
181 $('#gr_hl_lo').jqxNumberInput(PosInt); 181 $('#gr_hl_lo').jqxNumberInput(PosInt);
182 $('#gr_hl_lo').jqxNumberInput({ min: 30, max: 200 }); 182 $('#gr_hl_lo').jqxNumberInput({ min: 5, max: 400 });
183 $('#sg_lo').jqxNumberInput(SGopts); 183 $('#sg_lo').jqxNumberInput(SGopts);
184 $('#gr_hl_hi').jqxNumberInput(PosInt); 184 $('#gr_hl_hi').jqxNumberInput(PosInt);
185 $('#gr_hl_hi').jqxNumberInput({ min: 30, max: 200 }); 185 $('#gr_hl_hi').jqxNumberInput({ min: 5, max: 400 });
186 $('#sg_hi').jqxNumberInput(SGopts); 186 $('#sg_hi').jqxNumberInput(SGopts);
187 $('#pitch_lo').jqxInput({ theme: theme, width: 100, height: 23 }); 187 $('#pitch_lo').jqxInput({ theme: theme, width: 100, height: 23 });
188 $('#but_pitch_lo').jqxButton({ template: 'success', width: '23px', height: 23, theme: theme }); 188 $('#but_pitch_lo').jqxButton({ template: 'success', width: '23px', height: 23, theme: theme });
189 $('#but_pitch_lo').bind('click', function() { $('#pitchloWindow').jqxWindow('open'); }); 189 $('#but_pitch_lo').bind('click', function() { $('#pitchloWindow').jqxWindow('open'); });
190 $('#pitchloReady').jqxButton({ template: 'success', width: '90px', theme: theme }); 190 $('#pitchloReady').jqxButton({ template: 'success', width: '90px', theme: theme });

mercurial