summernote Questions
1
Solved
I'm using summernote and sometimes I need fonts with higher value than is available in font-size list. This is my current code:
$('#summernote').summernote({
toolbar: [
['style', ['style']],
['...
Trimetric asked 22/4, 2016 at 5:36
2
In a form after submitting all fields get cleared other than the TEXTAREA.
I use summernote for textarea. (using bootstrap)
<script type='text/javascript'>//<![CDATA[
$(function(){
$('#d...
Petrography asked 17/10, 2014 at 12:46
3
Solved
I have been using summernote as my default text editor but I haven't been able to set a particular font-size by default when i initialize it.
so far I have tried
$('.active-textcontainer').summe...
Riella asked 19/11, 2014 at 7:41
1
I just strat using the latest version of summernote. Version 7.
For some reason this image upload code is not working. The line onImageUpload: function(files) {sendFile(files[0]);} is not even bein...
Muzzleloader asked 11/12, 2015 at 23:4
2
I had tried many WYSIWYG editors like TinyMCE, Ckeditor, and Summernote.
I like the simplicity of Summernote and the edit/save feature, but summernote seems not have an image manager plugin like T...
Bruyn asked 12/1, 2015 at 15:17
2
Solved
How do I know which functions can be enabled for the toolbar of summernote, and how to do it?
In the API docs all I can find is "toolbar : Array (optional)" without further explanation.
I've man...
Mordent asked 2/3, 2015 at 14:57
3
Solved
I have a jsFiddle here -> http://jsfiddle.net/cm910t89/2/
I created a custom button in Summernote WYSIWYG Editor and I can't seem to get my function to work properly inside the plugin.
I want th...
Ryter asked 14/4, 2015 at 16:1
0
I have a problem. I would like set rel="nofollow" Links in my summernote editor.
I tried to rng.insertNode($('' + sLinkText + '')[0]); on line 1757 but it doesn't work.
Can someone help me please...
Torrey asked 5/1, 2015 at 20:10
2
I would use summernote with AngularJS. I have found https://github.com/outsideris/angular-summernote, but this doesn't work for me. The only thing I get is an Error
Error: undefined is not a fun...
Perpetrate asked 31/10, 2014 at 18:59
© 2022 - 2024 — McMap. All rights reserved.