is possible programmatically change width of drop-down list object when user clicks on arrow?
i have form requires many drop-down lists on left , right margins of page. these margins little more quarter of inch wide. drop-down lists have text value require width of 3 inches, store (and display) 1 or 2 digit code such .275 inch field width suffice.
i tried obvious script on click event of drop-down -
this.width = "3in";
- no success.
i have form requires many drop-down lists on left , right margins of page. these margins little more quarter of inch wide. drop-down lists have text value require width of 3 inches, store (and display) 1 or 2 digit code such .275 inch field width suffice.
i tried obvious script on click event of drop-down -
this.width = "3in";
- no success.
More discussions in LiveCycle pre-ES (6.x and 7.x) discussions
adobe
Comments
Post a Comment