多模态Windows

时间:2015-10-29 14:26:29

标签: smartclient

我想在现有的几乎全屏模式上打开此窗口。问题是模态蒙版不覆盖父模态,而父模后面的模态是暗的两倍。有解决方案吗?

isc.Window.create({
    height: 100,
    width: 250,
    autoCenter: true,
    isModal: true,
    showModalMask: true,
    modalMask: this
});

1 个答案:

答案 0 :(得分:0)

我不认为设置modalMask是你需要的。请尝试改为设置modalMaskOpacity(默认值为50,100表示​​无不透明度)。