www/js/profile_fermentation.js

changeset 245
3649c3d31d15
parent 217
318aab371497
child 286
124af734af68
equal deleted inserted replaced
244:3755db604432 245:3649c3d31d15
223 }); 223 });
224 }; 224 };
225 225
226 // initialize the input fields. 226 // initialize the input fields.
227 $("#name").jqxInput({ theme: theme, width: 640, height: 23 }); 227 $("#name").jqxInput({ theme: theme, width: 640, height: 23 });
228 $("#inittemp_lo").jqxNumberInput( Spin1dec5 ); 228 $("#inittemp_lo").jqxNumberInput( Spin1dec );
229 $("#inittemp_lo").jqxNumberInput({ max: 40 }); 229 $("#inittemp_lo").jqxNumberInput({ max: 40 });
230 $("#inittemp_hi").jqxNumberInput( Spin1dec5 ); 230 $("#inittemp_hi").jqxNumberInput( Spin1dec );
231 $("#inittemp_hi").jqxNumberInput({ max: 40 }); 231 $("#inittemp_hi").jqxNumberInput({ max: 40 });
232 $("#fridgemode").jqxCheckBox({ theme: theme, height: 23, enableContainerClick: false }); 232 $("#fridgemode").jqxCheckBox({ theme: theme, height: 23, enableContainerClick: false });
233 233
234 var editrow = -1; 234 var editrow = -1;
235 // initialize jqxGrid 235 // initialize jqxGrid

mercurial