如何根据它显示的主体(只是一个简单的表格)的尺寸设置 modalDialog 弹出窗口的尺寸?
如何根据 modalDialog 弹出窗口显示的主体尺寸设置其尺寸?
我以从父页面调用的 modalDialog 的形式在弹出窗口中显示一个小表格。我需要在弹出窗口出现时根据表格的高度显示弹出窗口。这样,弹出窗口就不会显示其主体中未被表格占据的空白部分......对,而且看起来会更好。这就是我正在寻找的。
How do i set the dimensions of a modalDialog popup according to the dimensions of the body that it displays?
I am displaying a small table in a popup in the form of a modalDialog called from a parent page. I need to show the popup according to the table's height, as and when the popup appears. In that way the popup won't show a blank portion of its body unoccupied by the table..right, and it'd look better. This is what i am looking for.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 validate() 重新计算布局。
Use
validate()
to recalculate the layout.