ブートストラップエディタをロードするとwysithml5
、このコマンドまたはwysihtml5
ブートストラップがサポートするコマンドが機能しません。
警告するeditor.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');`
});