- 注册时间
- 2012-8-9
- 最后登录
- 2018-4-2
- 阅读权限
- 10
- 积分
- 27
- 精华
- 0
- 帖子
- 6

|
问题一:如图,在tab哪里的右键菜单,在tab里点左键右键菜单消失,这个没问题,能否实现在tab下面,就是中间的页面点左键,右键菜单消失?
问题二:我在datagrid做了删除操作,删除成功后用 :success : function(result) { mini.showTips({
content : "<b>"+result.text+"!</b>",
state : 'default',
x : 'center',
y : 'center',
timeout : 3000
});
grid.reload();
},可以有提示信息,为什么我在增加记录哪,在采用mini.open后,无论在open出的页面中写success : function(result) {
CloseWindow("save");
mini.showTips({
content : "<b>"+result.text+"!</b>",
state : 'default',
x : 'center',
y : 'center',
timeout : 33000
});
},在CloseWindow("save")后面写tips没有效果,或者在本页面的ondestroy事件里写,都不行,
|
|