|
DemoGWTTextBoxExpander
Text box expansion
Updated 10/22/2011I have made this better. Try out the demo - Demo Auto Text Box Growth or ExpansionTextBox and TextArea auto expand dynamically changing size during typing into the inputs. Grow the textbox as one types.
Cloning CSS and Calculating SizeThe challenge is to clone the css from the textbox to a html span and figure out the size and then set it back to the textbox. A textbox is easy to change the size, but the TextArea I have found more difficult because there are more variables to deal with. RichTextAreaCouple things I like to note for RichTextArea
|
► Sign in to add a comment