Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tom on Jan 05, 2008 08:00
open dhtmlx forum
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%";