Please enable JavaScript to view this site.

Navigation: Advanced topics > Events > Sample events > Appearance

Change the width of a text field on the Quick Search panel

Scroll Prev Next More

 

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

 

Created with Help+Manual 7 and styled with Premium Pack Version 3 © by EC Software