Questions tagged as 'summernote'

2
answers

How to insert text at cursor position?

How can I enter text at the position of a cursor? the field is a contenteditable so it may contain in addition to normal html css texts and images. I took the example in the plugin's documentation: Summernote - How to insert text to cursor p...
asked by 24.07.2017 / 14:32
1
answer

Textarea with 'disable' does not automatically break the line

Follow the code (with disable): $('#summernote').summernote({ toolbar: false, height: 100, callbacks: { onInit: function() { $('#summernote').summernote('disable'); $('#summernote').summernote('code', 'kkkkkkkkkkkkkkkkkkk...
asked by 14.11.2017 / 01:05
0
answers

Summernote - How to display full screen out of the modal?

I use this plugin: link Follow the code in jsfiddle: link When I click "full screen", it is full screen within the modal. I want it to be full screen out of the modal. Any solution?     
asked by 21.09.2017 / 20:20
1
answer

Calling JS loading toolbar in place it should not - SUMMERNOTE

I think I'm pretty bad with js and their derivatives. But I'll try to make the most of my mistake. I have a navbar with two options. <ul class="nav nav-tabs" data-tabs="tabs"> <li class="nav-...
asked by 21.11.2018 / 19:47
1
answer

How to configure the Summernote editor to display a web page inside the window?

Good morning, I wanted a little help and tips to make the text editor summernote open a web page, for example in a page I'm typing the HTML normally and click to see the code, it would appear the page ready. example:     
asked by 16.08.2018 / 15:10
1
answer

Validate textarea field with summernote and php

We're using summernote in a Bootstrap project. It looks like this: HTMLlookslikethis:<textareaclass="md-form-control md-static" id="summernote" name="Mensagem" rows="18" ></textarea> JQuery: $(document).ready(function() {...
asked by 24.05.2018 / 20:17
1
answer

Summernote post WYSIWYG in PHP does not carry HTML

I have a textarea field using Summernote WYSIWYG, I'm making a post for a php page. but the post takes only text, the HTML tags it does not load for the post. Below is the html that contains the tag textarea <form method="p...
asked by 20.06.2018 / 05:45
1
answer

Summernote error while removing Bold

I'm using Summernote with these settings: $('#editor1').summernote({ toolbar: [ ['custom', ['comment']], ['style', ['style']], ['font', ['bold', 'underline', 'clear']], ['fontname', ['fontname']], ['...
asked by 17.04.2018 / 21:42
0
answers

How to prevent copying styles and drag'n drop in Summernote?

When I copy something into Summernote, everything goes in the origin of the copy (images, styles and etc). Is there any way to prevent this?     
asked by 29.08.2017 / 20:33
1
answer

How to recover the functions of a cloned editor?

I'mdynamicallyaddingthesummernotebelowingreen.I'mactuallycloningtheonesabove.OfcourseIwouldhaveaproblemwiththatotherwiseitwouldnotbeprogramming.Addedpublisherfunctionsdonotwork.CouldanyonetellmewhatIshoulddotogetaroundthisproblem?I'musingthecod...
asked by 03.08.2017 / 22:09