www/js/inv_yeasts.js

changeset 702
f0896a6f9b64
parent 701
3ce3df681be0
child 725
30346e5b9e12
equal deleted inserted replaced
701:3ce3df681be0 702:f0896a6f9b64
231 height: 630, 231 height: 630,
232 source: dataAdapter, 232 source: dataAdapter,
233 theme: theme, 233 theme: theme,
234 showstatusbar: true, 234 showstatusbar: true,
235 renderstatusbar: function(statusbar) { 235 renderstatusbar: function(statusbar) {
236 var rowCount = $("#jqxgrid").jqxGrid('getrows').length;
237 statusbar.append('<div style="float: left; margin: 8px; color: orange !important;">Aantal items: ' + rowCount + '</div>');
236 var container, addButton, impButton; 238 var container, addButton, impButton;
237 container = $('<div style="overflow: hidden; position: relative; margin: 5px;"></div>'); 239 container = $('<div style="overflow: hidden; position: relative; margin: 5px;"></div>');
238 addButton = $('<div style="float: right; margin-right: 15px;"><img style="position: relative; margin-top: 2px;" ' + 240 addButton = $('<div style="float: right; margin-right: 15px;"><img style="position: relative; margin-top: 2px;" ' +
239 'src="images/add.png"/><span style="margin-left: 4px; position: relative; top: -4px;">Nieuw</span></div>'); 241 'src="images/add.png"/><span style="margin-left: 4px; position: relative; top: -4px;">Nieuw</span></div>');
240 impButton = $('<div style="float: right; margin-right: 50px;"><img style="position: relative; margin-top: 2px;" ' + 242 impButton = $('<div style="float: right; margin-right: 50px;"><img style="position: relative; margin-top: 2px;" ' +

mercurial