Categories | Question details Back To List | ||
filter Can you tell me how to change the size of the input box (style='width:85')- for example if I try to change the size it does not change when the prgram is run... Below is an example of the code: <input onclick='return !((arguments[0]||event).cancelBubble=true);' id='projectId_box' type='text' style='width:85'> Answer posted by Support on Jan 14, 2008 09:38 The value hardcoded in dhtlmxgrid_filter.js; it will be resolved in next version, but for now the only way is to comment the next line dhtmlxgrid_filter.js , line 212 id.style.width = "90%"; |