Basic example using summernote-lite without bootstrap

jsPanel.create({
    content:     '
', contentSize: '830 auto', headerTitle: 'jsPanel with Summernote-lite Editor', position: 'center-top 0 100', theme: '#3FBEED', callback: function () { $('.sn-editor', this.content).summernote({ height: 350 }); $('.note-toolbar, .note-editor').css({borderRadius: 0}); this.style.height = 'auto'; } });