下午好。我希望得到一个带有HTML标记的文本字符串,但是summernote解释它们并显示富文本,我想要的是显示带有标记的文本,但我没有成功:
var content = '<b>Content</b> and <b>tags</b> and <i>HTML</i>';
//I have tried this:
$('#summernote').summernote('code',content);
$('#summernote').val(content)
我在应用程序方面有一些问题。
在小部件的工具栏中,我有按钮(.btn-fullscreen)。当用户单击此按钮时,我想更改一些块,所以我添加了javascript,但不幸的是,它不起作用。
$(".note-toolbar").on("click", ".btn-fullscreen", function () {
// Some code
console.log('CLICK'); <!-- Dont work
});
$(".btn-fullscreen").click(function
我正在创建一个组件来在我的angular应用程序中使用summernote,但是我得到了"$(...).summernote is not a function“错误。正确加载页面后,summernote没有加载。但是我真的不知道该怎么解决这个问题。
组件中的代码:
import { Component,OnInit,ElementRef } from '@angular/core';
declare var $: any;
@Component({
selector: 'app-root',
templateUrl: './app.c
我试图在一个应用程序中使用,但是当我在我的项目中包含summernote.js时,我一直收到这个错误:
未明错误:无法在需要时(内部/module.js:20:19)在(C:\Users\me\AppData\Roaming\npm\node_modules\electron\dist\resources\electron.asar\common\reset-search-paths.js:35:12) at Function.Module._load (module.js:418:25) at Module.require (module.js:498:17)的Module._resolv
我得到了这个旧代码
// myenter.js, enter key is binded to insertParagraph command.
$.summernote.addPlugin({
name : 'myenter',
events : {
// redefine insertParagraph
'insertParagraph' : function(event, editor, layoutInfo) {
//you can use summernote enter