Questions tagged as 'ckeditor'

2
answers

CKeditor html content gets empty after using jQuery-ui Sortable in your parent div

I want to "sortable" 2 or more div's with a CKeditor populated with html, however when doing this the html of CKeditor loses the content and the editing space gets blocked. Follow fiddle: link HTML <div id='e'> <div id='e1...
asked by 06.11.2014 / 14:57
1
answer

How to create a default margin in the ckeditor?

I started using CKEditor And when initializing it, it comes as follows: And I would like it to come with a standard margin (I want it to look like A4 sheet) How could you make it come with a spacing?     
asked by 12.02.2015 / 21:07
4
answers

How to upload images using CKEditor?

I'm building a Knowledge Base system and I'm using CKEditor to edit the texts, but I wish I could make UPLOAD of images within the text. I'm using PHP with MYSQL and the text part is already working. How can I upload images within CKEditor...
asked by 21.09.2016 / 21:15
2
answers

Limit text in CKEDITOR

I'm trying to make a character limiter in CKEditor, but I did not find any way, the script I used to limit <textarea> does not work when I'm using CKEDITOR. I tried to use the wordcounter plugin which now seems to only count, doe...
asked by 20.06.2014 / 17:33
1
answer

Problem with links in ckeditor

When I add a link of type www.google.com?var=1&var=2&var=3 into CKEditor it automatically inserts &amp leaving the link looking like this: www.google.com?var=1&ampvar=2&ampvar=3 Has anyone ever had...
asked by 06.03.2015 / 13:57
2
answers

CKEditor does not recognize attribute required

I'm using CKEditor to create pages that can contain forms (in other words, forms can be inserted into content being edited , because I'm using the full package ). I would like to be able to use the required attribute in some fields of...
asked by 10.04.2015 / 18:41
2
answers

Add content at cursor position with CKEditor 4.5

I have a textarea where text will be typed. This text may contain some specific fields (type variables, which will be replaced later). I need to know how to insert these "variables" in the specific location where I need them, for example where t...
asked by 25.10.2016 / 19:55
1
answer

How do I convert text to HTML entities in a way compatible with CKEditor?

I need to do a textual search on a set of data produced by CKEditor. This editor converts text to HTML entities such as: Serviços oferecidos ---> Servi&ccedil;os oferecidos What I need, short-term, is that when the user enters a i...
asked by 18.11.2014 / 21:41
1
answer

CKEditor with MVC5 and EF6

I put CKEditor in my project. It works fine, but when I click the Save button it returns this error:    A possibly dangerous value Request.Form was detected on the client (Content=" <p> <span style="f..."). ") PS: I alre...
asked by 17.05.2014 / 19:17
1
answer

Spellchecker in Portuguese - Alternative to Webspellchecker

Recently webspellchecker stopped offering the free spell-checker in Portuguese. I wonder if you guys know a free alternative to this plugin. I've tried NanoSpell, but it also does not offer free for this language. Thank you.     
asked by 19.07.2017 / 18:35