当我加载wysithml5
引导编辑器时,此命令或wysihtml5
引导支持的任何命令都不起作用。
当我 alerteditor.composer.commands
时,它显示为未定义。
我能做些什么来解决这个问题?jQuery 加载了 jQuery-UI,我不知道这是否有帮助。
$(document).ready(function() {
$('#content').wysihtml5();
var editor = $('#content').wysihtml5().data("wysihtml5").editor;
editor.currentView.element.focus();
editor.composer.commands.exec('insertHTML' , 'Something');`
});