0
froala js 1.9 js를 사용하고 있습니다. 요즘에는 입력 키가 정상적으로 작동하고 있었지만 이제는 입력 키가 편집기에서 작동하지 않습니다. 내가 체크 한 froaal 편집기에서 키가 작동하지 않습니다.
$('#txt_blog_editor').editable({
inlineMode: false,
minHeight: 700,
//height: 700,
plainPaste: false,
width: 1097,
allowedImageTypes: ["jpeg", "jpg", "png"],
borderColor: '#00008b',
inverseSkin: false,
spellcheck: true,
imageUploadURL: 'BlogPhotos.ashx',
autosaveInterval: 1000,
imageErrorCallback: function (data) {
if (data.errorCode == 1) {
}
// No link in upload response.
else if (data.errorCode == 2) {
}
// Error during file upload.
else if (data.errorCode == 3) {
}
// Parsing response failed.
else if (data.errorCode == 4) {
}
},
buttons: ['bold', 'italic', 'underline', 'strikeThrough', 'sep', 'align', 'insertOrderedList', 'insertUnorderedList', 'outdent', 'indent', 'sep', 'createLink', 'insertImage', 'insertVideo', 'undo', 'redo', 'insertHorizontalRule','color']
});
이 초기화하기 위해 내 코드입니다
...키가 다른 페이지 elemnts하지만이 편집기에 노력 입력합니다.