www/js/prod_edit.js

changeset 525
8bbc5730aaa8
parent 518
00e110567fee
child 533
be8691b7d634
child 538
41d21817608e
equal deleted inserted replaced
524:55a246085522 525:8bbc5730aaa8
791 } 791 }
792 } 792 }
793 } 793 }
794 ] 794 ]
795 }); 795 });
796 }, 796 };
797 797
798 // Inline hops editor 798 // Inline hops editor
799 editHop = function(data) { 799 var editHop = function(data) {
800 var hopSource = { 800 var hopSource = {
801 localdata: data.hops, 801 localdata: data.hops,
802 datatype: 'local', 802 datatype: 'local',
803 cache: false, 803 cache: false,
804 async: false, 804 async: false,
1004 } 1004 }
1005 } 1005 }
1006 } 1006 }
1007 ] 1007 ]
1008 }); 1008 });
1009 }, 1009 };
1010 1010
1011 // Inline miscs editor 1011 // Inline miscs editor
1012 editMisc = function(data) { 1012 var editMisc = function(data) {
1013 var miscSource = { 1013 var miscSource = {
1014 localdata: data.miscs, 1014 localdata: data.miscs,
1015 datatype: 'local', 1015 datatype: 'local',
1016 cache: false, 1016 cache: false,
1017 async: false, 1017 async: false,
1248 } 1248 }
1249 } 1249 }
1250 } 1250 }
1251 ] 1251 ]
1252 }); 1252 });
1253 }, 1253 };
1254 1254
1255 // Inline yeasts editor 1255 // Inline yeasts editor
1256 editYeast = function(data) { 1256 var editYeast = function(data) {
1257 var yeastSource = { 1257 var yeastSource = {
1258 localdata: data.yeasts, 1258 localdata: data.yeasts,
1259 datatype: 'local', 1259 datatype: 'local',
1260 cache: false, 1260 cache: false,
1261 async: false, 1261 async: false,
1460 } 1460 }
1461 } 1461 }
1462 } 1462 }
1463 ] 1463 ]
1464 }); 1464 });
1465 }, 1465 };
1466 1466
1467 // inline mash editor 1467 // inline mash editor
1468 editMash = function(data) { 1468 var editMash = function(data) {
1469 var mashSource = { 1469 var mashSource = {
1470 localdata: data.mashs, 1470 localdata: data.mashs,
1471 datatype: 'local', 1471 datatype: 'local',
1472 cache: false, 1472 cache: false,
1473 async: false, 1473 async: false,
5333 height: 23, 5333 height: 23,
5334 autoDropDownHeight: true 5334 autoDropDownHeight: true
5335 }); 5335 });
5336 $('#starter_sg').jqxTooltip({ content: 'Het ideale starter SG moet tussen de 1.030 en 1.040 zijn. Optimaal is 1.037.' }); 5336 $('#starter_sg').jqxTooltip({ content: 'Het ideale starter SG moet tussen de 1.030 en 1.040 zijn. Optimaal is 1.037.' });
5337 $('#starter_sg').jqxNumberInput(SGopts); 5337 $('#starter_sg').jqxNumberInput(SGopts);
5338 $('#starter_viability').jqxTooltip({ content: 'De gist conditie te berekenen vanaf de productie datum. Vloeibare gist verlist iedere maand ongeveer 20% active cellen.' }); 5338 $('#starter_viability').jqxTooltip({
5339 content: 'De gist conditie te berekenen vanaf de productie datum. Vloeibare gist verlist iedere maand ongeveer 20% active cellen.'
5340 });
5339 $('#starter_viability').jqxNumberInput(Perc0); 5341 $('#starter_viability').jqxNumberInput(Perc0);
5340 $('#starter_try').jqxButton({ template: 'primary', width: '100px', height: 23, theme: theme }); 5342 $('#starter_try').jqxButton({ template: 'primary', width: '100px', height: 23, theme: theme });
5341 5343
5342 // Tab 7, Mashing 5344 // Tab 7, Mashing
5343 $('#mash_name').jqxTooltip({ content: 'De omschrijving van dit maisch profiel.' }); 5345 $('#mash_name').jqxTooltip({ content: 'De omschrijving van dit maisch profiel.' });

mercurial