Warning: curl_setopt() [function.curl-setopt]: Unable to access /tmp/binget-cookie.txt in /home/flexstu1/public_html/wp-content/plugins/sniptorg-highlighted-code-embed/snipt_org_embed.php on line 135
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/flexstu1/public_html/wp-content/plugins/sniptorg-highlighted-code-embed/snipt_org_embed.php on line 136
Nothing huge here, but something that regularly bothers me: the TextArea component doesn’t resize itself automatically.
This one does.
A little example:
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.

Subscribe




…it doesn’t resize itself in the example. It’s just a larger text area with no scrollbar on the side, which make it even more difficult to navigate quickly through the text.
I should have put this thing a bit more in context: I regularly needed a TextArea component that automatically adapts its height to its content (content that would be dynamically injected using databinding for example). This functionality becomes all the more useful if your TextArea is used within VBox for example.
Hope it makes its function clearer.
Do you have an example of a TextArea that auto resizes when typing text inside it.
Merci!
Actually it doesn’t update when you make it editable, but I need this issue to be sorted out pretty soon for the project I’m currently working on so stay tuned, I’ll publish here the solution in a few of days (if nobody comes up with something else before that).