【发布时间】:2015-10-29 14:26:28
【问题描述】:
我想在现有的几乎全屏模式的顶部打开此窗口。问题是模态掩码没有覆盖父模态,并且父模态后面的模态是两倍暗。有解决办法吗?
isc.Window.create({
height: 100,
width: 250,
autoCenter: true,
isModal: true,
showModalMask: true,
modalMask: this
});
【问题讨论】:
标签: smartclient