|
this.shellImpl = new ShellImpl(this, {
contentsXid : "pages",
wingXid : "wing",
pageMappings : {
"login" : {
url : "$UI/rb/login.w"
},
"mainActivity" : {
url : "$UI/rb/mainActivity.w"
},
"index_main" : {
url : "$UI/rb/index_main.w"
},
"classSetting" : {
url : "$UI/demo/account/classSetting.w"
}
}
});
};
就是如上这种模式,我不允许滑动到登录界面。
如果用contents是可以,做到的,但如上这种模式我不知如何办? |
|