Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

layer.open方式加载kindeditor无法编辑的问题 #2

Open
super-bo opened this issue Jul 25, 2017 · 0 comments
Open

layer.open方式加载kindeditor无法编辑的问题 #2

super-bo opened this issue Jul 25, 2017 · 0 comments

Comments

@super-bo
Copy link

super-bo commented Jul 25, 2017

如存在上述问题,请将初始化方法放到layer.open的success回调方法中执行,代码如下:
layer.open({
type: 1,
content: $('#add-news'),
success: function(layero, index){
//先销毁再初始化
KindEditor.ready(function(K) {
K.remove('#descripe3')
})
initEditor3({el: "#descripe3"});
}
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant