textarea inside jQueryUI resizeable dialog
I have a jQueryUI resizeable .dialog() with a <textarea>
inside. My 开发者_高级运维question is:
Is it possible to set somehow the height of the textarea to be 100% even after the testarea has been resized ?
You can hook into the resize event of the dialog box.
you'll want to clean up how it looks, but here is an example:
http://jsfiddle.net/Jp7TM/2858/
精彩评论