【问题标题】:Multiple Modal Windows多模式窗口
【发布时间】:2015-10-29 14:26:28
【问题描述】:

我想在现有的几乎全屏模式的顶部打开此窗口。问题是模态掩码没有覆盖父模态,并且父模态后面的模态是两倍暗。有解决办法吗?

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

【问题讨论】:

    标签: smartclient


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-12-24
      • 2020-01-19
      • 1970-01-01
      • 1970-01-01
      • 2018-01-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多