开发者

textarea inside jQueryUI resizeable dialog

开发者 https://www.devze.com 2023-04-06 00:56 出处:网络
I have a jQueryUI resizeable .dialog() with a <textarea> inside. My 开发者_高级运维question is:

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/

0

精彩评论

暂无评论...
验证码 换一张
取 消