Navigation: Advanced topics > Events > Sample events > Appearance
To change the width of a text field on the Quick Search panel, use the following code in the JavaScript OnLoad event.
$("input[name^='value_make'], select[name^='value_make']").width(150);
See also:
•Customizing CSS
•JavaScript API: SearchField object
•About Search API
•JavaScript API