www/js/inv_equipments.js

changeset 702
f0896a6f9b64
parent 701
3ce3df681be0
child 766
86289b0c4a27
equal deleted inserted replaced
701:3ce3df681be0 702:f0896a6f9b64
219 height: 630, 219 height: 630,
220 source: dataAdapter, 220 source: dataAdapter,
221 theme: theme, 221 theme: theme,
222 showstatusbar: true, 222 showstatusbar: true,
223 renderstatusbar: function(statusbar) { 223 renderstatusbar: function(statusbar) {
224 var rowCount = $("#jqxgrid").jqxGrid('getrows').length;
225 statusbar.append('<div style="float: left; margin: 8px; color: orange !important;">Aantal items: ' + rowCount + '</div>');
224 var addButton, container = $('<div style="overflow: hidden; position: relative; margin: 5px;"></div>'); 226 var addButton, container = $('<div style="overflow: hidden; position: relative; margin: 5px;"></div>');
225 addButton = $('<div style="float: right; margin-right: 15px;"><img style="position: relative; margin-top: 2px;" ' + 227 addButton = $('<div style="float: right; margin-right: 15px;"><img style="position: relative; margin-top: 2px;" ' +
226 'src="images/add.png"/><span style="margin-left: 4px; position: relative; top: -4px;">Nieuw</span></div>'); 228 'src="images/add.png"/><span style="margin-left: 4px; position: relative; top: -4px;">Nieuw</span></div>');
227 expButton = $('<div style="float: right; margin-right: 50px;"><img style="position: relative; margin-top: 2px;" ' + 229 expButton = $('<div style="float: right; margin-right: 50px;"><img style="position: relative; margin-top: 2px;" ' +
228 'src="images/database.png"/><span style="margin-left: 4px; position: relative; top: -10px;">Export</span></div>'); 230 'src="images/database.png"/><span style="margin-left: 4px; position: relative; top: -10px;">Export</span></div>');

mercurial