Thursday, August 5, 2010

Decrease width of field on FORM

Sometime we need to decrease the width of a field on form, say a picklist showing integer 1 to 10. In this kind of field width should be less for a better look.
use :
crmForm.all.field.style.width= '100px';

No comments:

Post a Comment