CFWindow 模态背景颜色 - ColdFusion 9
我想弄清楚如何更改模态 cfwindow 的背景颜色。不是窗口的背景颜色,而是 cfwindow 后面主页的颜色。我想让它比实际颜色更暗。
我知道它使用 ExtJS,所以我很确定它可以完成,但我似乎不知道如何做到这一点。
我想像在 jQuery 对话框中那样控制它。
我还想找到一种使窗口淡入的方法,而不是像弹出窗口那样。我不确定这是否可能。
对此的任何帮助都会很棒。
谢谢!
I am trying to figure out how to change the background color of a modal cfwindow. Not the background color of the window but rather the color of the main page behind the cfwindow. I want to make it darker than it is.
I know it uses ExtJS so I am pretty sure it can be done but I cannot seem to figure out how to do it.
I would like to have control over it like you can in jQuery dialog boxes.
I would also like to figure out a way to fade the windows in instead of the way they just kind of pop up. I am not sure if that is possible though.
Any help on this would be great.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试
Try
<cfwindow bodystyle="background-color: red;" ....>
我自己在这个博客上找到了答案 - http://blog.dkferguson.com/index.cfm/2007/10/9/CFWINDOW-change-modal-mask-color
I found the answer myself on this blog - http://blog.dkferguson.com/index.cfm/2007/10/9/CFWINDOW-change-modal-mask-color