Is it possible to control the height of a cftextarea dynamically? In short,
instead of letting the vertical scroll bar appear, let the cftextarea grow to
accommodate any additional text that a client is typing in. Any ideas or
examples would be appreciated.
Thank you
Ali Soylu - 29 Dec 2005 23:40 GMT
This can be accomplished with JavaScript, some discussion and examples here:
http://www.webdeveloper.com/forum/archive/index.php/t-61552.html
ALi
jzipperian - 30 Dec 2005 12:27 GMT
Ali,
Thank you for your reply. We are going to use ColdFusion MX 7 in our next
project. Is it possible to do the same sort of thing if you have set the
cfform style attribute to flash? Any ideas or examples would be appreciated.
Thank you
Ali Soylu - 30 Dec 2005 20:16 GMT
The javascript is client code, it will work with any server side technology
(or even without one)
I do not have any experience with flash forms, so can't help you there.
ALi
Dan Bracuk - 30 Dec 2005 13:13 GMT
Why don't you try the suggestion? It'll take a couple of minutes.