赞
踩
- layer.open({
- type: 1,
- title : title,
- skin: 'layui-layer-rim', //加上边框
- area: ['55%', '90%'], //宽高
- content: $("#saveWindow"),
- shadeClose: true, //开启遮罩关闭
- fixed: false, //不固定
- maxmin: false,
- btn: ['保存', '关闭', ],
- success:function(layero, index){
- initUEditor("赋值");
-
- },
- end:function () {
- UE.getEditor('container').destroy();
- $('#container').attr('style','width:500px;height:200px;');
- }
- })
-
- function initUEditor(content){
- var containerUe = UE.getEditor('container');
- containerUe.ready(function () {
- containerUe.setContent(content);
- })
- }
初始化赋值之后再销毁。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。