|
|
To change width of edit box with AJAX popup use the following
code in Javascript OnLoad event.
Note: Change
the values listed in red to
match your specific needs.
|
var ctrl =
Runner.getControl(pageid, 'Make');
ctrl.getDispElem().css("width", "200px");
|
See also
|