Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当有一个基于框架的界面时,CKEditors 模态对话框只会阻止编辑器已加载的框架。有没有办法使对话框成为整个窗口的模态?
安德烈
CKEditor 对话框呈现在外框的 DOM 中,而不是内框。因此,渲染模型应该“阻塞”整个窗口。
但是请注意,这不是真正的“阻止”操作,例如alert,而是绝对定位在整个窗口上的 div 覆盖。从技术上讲,它不会阻止下面的窗口,而只是阻止访问下面的 UI。