Re: How to make a TextArea auto-growing...?
We have a good implementation of both an auto-sizing TextArea
(vertical) and an auto-sizing TextBox (horizontal) that automatically
adjust to the CSS specified for the box (accommodating different
fonts, line-height, padding, etc).
I've been meaning to share it for a while and will do it this weekend.
It's currently dependent on GQuery.curCSS to get the computed styles.
I was hoping to remove that dependency before adding it to our gwt-
traction library but since we use GQuery in other places, it hasn't
been a priority for me. I'll try to remove that, but the first version
may require GQuery.
I should be able to have it up by Monday. Hopefully you can wait that
long. I'll update this thread when it's available.
Cheers,
Andy
On Feb 18, 6:38 am, Carlo Alberto Degli Atti <lordk...@gmail.com>
wrote:
> Hi,
>
> I've looked around but I haven't found any solution, so I post it
> here:
>
> how can I make a TextArea that expands its height depending on the
> text inside?
>
> Thanks
>
> CA
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home