- 注册时间
- 2016-4-28
- 最后登录
- 1970-1-1
- 阅读权限
- 10
- 积分
- 73
- 精华
- 0
- 帖子
- 17
|
本帖最后由 miniui_myc 于 2016-8-25 13:17 编辑
felt 发表于 2016-8-25 11:31
加一下mini_useShims="true"试一下 mini.open({
url:"${pageContext.request.contextPath}/course.do?method=editWare&courseId="+EcourseId+"&wareId="+EwareId,
title:"课程>信息修改",width:300,height:250,
iconCls: "icon-edit",
allowResize: true,
ondestroy: function (action) {
location=location;
}
});
在哪加属性啊 |
|