jQueryUI 可调整大小对话框内的文本区域
我有一个可调整大小的 jQueryUI .dialog() ,带有
即使在调整 testarea 大小之后,是否也可以将 textarea 的高度设置为 100%?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以挂钩对话框的调整大小事件。
您需要清理它的外观,但这里有一个示例:
http://jsfiddle.net/Jp7TM /2858/
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/