摘要: http://www.open-open.com/lib/view/open1426816646039.html 阅读全文
posted @ 2017-03-20 16:05 lanware-shi 阅读(167) 评论(0) 推荐(0)
摘要: 转载自网址:http://www.2cto.com/kf/201311/260303.html; 近期发现以前的系统中存在一个如下的Bug Case: 在Session过期时,执行页面的ajax请求时,无法正常跳转到session过期提示页面,系统直接hold在那里不动,只有点击左侧菜单时,系统才能 阅读全文
posted @ 2016-11-24 13:55 lanware-shi 阅读(2129) 评论(0) 推荐(1)
摘要: 1、 我们可以参照http://jingyan.baidu.com/album/a17d528513abe28099c8f274.html?picindex=1按步骤进行插件安装操作。 如果chrome应用商店打不开,可以参照http://jingyan.baidu.com/article/0660 阅读全文
posted @ 2016-11-02 09:38 lanware-shi 阅读(252) 评论(0) 推荐(0)
摘要: webx5 单页模式打开方式:justep.shell.showpage(); 多页模式打开方式:window.loacation.href = require.tourl(); 阅读全文
posted @ 2016-10-28 10:40 lanware-shi 阅读(5672) 评论(0) 推荐(3)
摘要: 1、id冲突。 如果多个页面有相同id,通过id取dom节点时不能准确定位。 解决方式:用xid代替id,加载组件时会自动生成不同的id。 xid相关api: this.getIDbyXID(xid);//根据xid获取id this.comp(xid);//根据xid获取组件 document.g 阅读全文
posted @ 2016-10-28 10:28 lanware-shi 阅读(538) 评论(0) 推荐(0)