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.
我想要一个丰富的:modalPanel,它不会挡住它后面的窗户。
我没有找到任何地方,有人可以帮助我吗?
只需将 modal="false" 设置为
<rich:popupPanel id="nonModal" modal="false"> ... </rich:popupPanel>
MAG,米洛·范德泽
我通过创建样式解决了这个问题:
<style> .noMaskClass .rich-mpnl-mask-div{ display:none; } </style> <rich:modalPanel styleClass="noMaskClass" ... >