www/js/inv_yeasts.js

changeset 776
5189ee5445cd
parent 767
08c0343b622b
child 785
aa79acfdf8a9
equal deleted inserted replaced
775:3f2f6e483a4e 776:5189ee5445cd
237 $('#cells').jqxNumberInput(Spin1dec); 237 $('#cells').jqxNumberInput(Spin1dec);
238 $('#tolerance').jqxTooltip({ content: 'Alcohol tolerantie van de gist' }); 238 $('#tolerance').jqxTooltip({ content: 'Alcohol tolerantie van de gist' });
239 $('#tolerance').jqxNumberInput(Perc1dec); 239 $('#tolerance').jqxNumberInput(Perc1dec);
240 $('#tolerance').jqxNumberInput({ max: 25 }); 240 $('#tolerance').jqxNumberInput({ max: 25 });
241 $('#sta1').jqxCheckBox({ theme: theme, width: 120, height: 23 }); 241 $('#sta1').jqxCheckBox({ theme: theme, width: 120, height: 23 });
242 $('#sta1').jqxTooltip({ position: 'top-left', content: 'STA1 gen (var diastaticus), ook wel glucoamlylase+ genoemd.' }); 242 // $('#sta1').jqxTooltip({ position: 'top-left', content: 'STA1 gen (var diastaticus), ook wel glucoamlylase+ genoemd.' });
243 $('#sta1').on('checked', function(event) { dataRecord.sta1 = 1; }); 243 $('#sta1').on('checked', function(event) { dataRecord.sta1 = 1; });
244 $('#sta1').on('unchecked', function(event) { dataRecord.sta1 = 0; }); 244 $('#sta1').on('unchecked', function(event) { dataRecord.sta1 = 0; });
245 $('#bacteria').jqxCheckBox({ theme: theme, width: 120, height: 23 }); 245 $('#bacteria').jqxCheckBox({ theme: theme, width: 120, height: 23 });
246 $('#bacteria').on('checked', function(event) { dataRecord.bacteria = 1; }); 246 $('#bacteria').on('checked', function(event) { dataRecord.bacteria = 1; });
247 $('#bacteria').on('unchecked', function(event) { dataRecord.bacteria = 0; }); 247 $('#bacteria').on('unchecked', function(event) { dataRecord.bacteria = 0; });
249 $('#harvest_top').on('checked', function(event) { dataRecord.harvest_top = 1; }); 249 $('#harvest_top').on('checked', function(event) { dataRecord.harvest_top = 1; });
250 $('#harvest_top').on('unchecked', function(event) { dataRecord.harvest_top = 0; }); 250 $('#harvest_top').on('unchecked', function(event) { dataRecord.harvest_top = 0; });
251 $('#harvest_time').jqxNumberInput(PosInt); 251 $('#harvest_time').jqxNumberInput(PosInt);
252 $('#pitch_temperature').jqxNumberInput(YeastT); 252 $('#pitch_temperature').jqxNumberInput(YeastT);
253 $('#pofpos').jqxCheckBox({ theme: theme, width: 120, height: 23 }); 253 $('#pofpos').jqxCheckBox({ theme: theme, width: 120, height: 23 });
254 $('#pofpos').jqxTooltip({ position: 'top-left', content: 'POF+ gist' }); 254 // $('#pofpos').jqxTooltip({ position: 'top-left', content: 'POF+ gist' });
255 $('#pofpos').on('checked', function(event) { dataRecord.pofpos = 1; }); 255 $('#pofpos').on('checked', function(event) { dataRecord.pofpos = 1; });
256 $('#pofpos').on('unchecked', function(event) { dataRecord.pofpos = 0; }); 256 $('#pofpos').on('unchecked', function(event) { dataRecord.pofpos = 0; });
257 $('#zymocide').jqxDropDownList({ 257 $('#zymocide').jqxDropDownList({
258 theme: theme, 258 theme: theme,
259 source: ZymocideAdapter, 259 source: ZymocideAdapter,

mercurial