jQueryUI 可调整大小对话框内的文本区域

发布于 2024-12-05 08:05:13 字数 217 浏览 2 评论 0原文

我有一个可调整大小的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

水波映月 2024-12-12 08:05:13

您可以挂钩对话框的调整大小事件。

您需要清理它的外观,但这里有一个示例:

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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文