
<script type="text/javascript">
function GridSum() {
var myMask = new Ext.LoadMask(document.body, { msg: '正在加载,请稍等...' });
myMask.show();
Ext.net.DirectMethods.GetTimeStamp(100, {
success: function () { myMask.hide(); },
failure: function () { myMask.hide(); }
});
}
</script>
本文详细介绍了在Ext.Net框架中如何使用蒙板功能,包括何时以及如何在页面或组件上显示和移除蒙板,以实现用户交互时的界面阻塞效果。
2276

被折叠的 条评论
为什么被折叠?



