ckeditor4.x Questions
4
I'm developing a web based ERP and I need some help.
As text editor, I choose CKEditor, works great and do everything I need.
Well...not exactly everything...
I've added a plugin name "wordcou...
Coition asked 26/12, 2015 at 17:5
2
Solved
Simple question : how can I make the inline CKEditor toolbar float top right (or bottom right) of my editable element instead of the default top left position ?
Have been googling it but no luck s...
Greensickness asked 5/6, 2013 at 19:13
1
Using the Simple Upload Adapter, according to the CKEditor 5 documentation upon a successful image upload, the server should return either:
This for a single image:
{
default: 'http://example.co...
Tatia asked 19/2, 2020 at 16:25
2
I have opened ckeditor inside bootstrap modal but format and size drop down are not working properly. When I click on size or format drop down it opens and close immediately, I read that it is a bu...
Cathexis asked 2/3, 2017 at 21:9
1
Solved
Problem statement:
I recently updated from CKEditor 4 to CKEditor 5 and facing an issue with rendering Html page. I found that when I provide HTML content to CKEditor 5, it removes all the styling...
Eisegesis asked 14/8, 2019 at 12:5
2
I have use the following code to set default font and font size in CKEditor 4:
config.font_defaultLabel = 'Tahoma';
config.fontSize_defaultLabel = '24px';
But above code is not working on Mozill...
Hesler asked 16/6, 2018 at 10:47
1
Solved
I tried to keep my jinja code in CKEditor as it was after I toggle the view between code view and WYSIWYG view.
And I could get this result by adding below line in my config.js file
CKEDITOR.conf...
Oxytocic asked 9/2, 2019 at 18:32
2
While CKEditor supports creation of HTML forms including the use of checkboxes, my needs are slightly different.
I would like users to be able to check and uncheck checkboxes while creating their...
Northwesterly asked 26/9, 2018 at 15:26
1
Solved
I'm playing around with CKEditor4 and I want to add a custom class to all images that I inserted. Unfortunately it seems as the dataFilter rule which works for adding classes on inserted <p> ...
Halliday asked 7/10, 2018 at 14:40
1
I am trying to load dynamic input values for a drop down field in ckeditor:
As you can see below when pressing the button no values are loaded in the drop-down:
I would like to have loaded the ...
Eyebrow asked 28/7, 2018 at 20:11
2
Solved
As title.
I tried to find the available event list in official doc but can't. Though I can find all available event from its source code by search .fire("/s+"). But it is not efficient because I s...
Alvin asked 27/7, 2016 at 12:1
1
Solved
I'm trying to figure out how to upload images with CK Editor 5. Now I've seen a whole size of different plugins, but I would like to learn how this works for myself. What I have noticed is that if ...
Sweeping asked 13/3, 2018 at 19:8
1
how to use wordcount or any other plugin when referrring to CDN script.
Question-1:
I'm referring to below CDN and I have added extraplugin in config.js. But it says unable to find "wordcount". it...
Bagger asked 18/1, 2018 at 23:42
0
I am getting "Cannot set property 'dir' of undefined" whenever I try to load Ckeditor. I am using angular-cli for development of my Angular2 application.
CKEditor version : 4.4.7
When i run the a...
Fermentation asked 11/4, 2017 at 9:53
3
Solved
I use plugin CKEDITOR for word editor in my web. Inside the editor I have a table which have two columns . I want to achieve that in the first column if the user input number it will add to (50) an...
Sampling asked 30/7, 2015 at 8:14
2
Solved
I am creating an internal CMS for work, and it is important that all pages be mobile-friendly. When you view a page with CKEditor 4.4.7 installed from a phone, the editor shows up as a normal texta...
Brisance asked 11/6, 2015 at 18:20
4
I have a Drupal 7 site using ckeditor 4.2. I've created a basic page node and put a span inside an h2 heading in the body. I hard coded it in the html view. It looks fine but if I go back to edit t...
Takeoff asked 21/8, 2013 at 4:48
4
Solved
The inline CKEditor is scrolling with the text correctly when the scroll is done on body. The following is an official demo.
http://sdk.ckeditor.com/samples/inline.html
However, when the scroll i...
Landis asked 1/12, 2015 at 11:21
1
Solved
I'm currently working on a port of CKEditor into concrete5. As part of that, concrete5 has the ability to create "Snippets" which can be inserted via the editor. Developers have the ability to defi...
Florance asked 20/11, 2015 at 15:7
1
Solved
I'm working on a custom CMS where CKEditor (4.5.1) is integrated for friendly HTML content generation.
One of the features we're shipping is the ability to restrict parts of the page to specific g...
Wightman asked 7/8, 2015 at 13:16
1
Solved
We are trying to add a custom dropdown to CKeditor that will have a list of pre-set values we will find and replace, for the life of me, I cannot find a simple way to do this. Looking at TinyMCE it...
Intemerate asked 15/4, 2015 at 8:53
1
© 2022 - 2024 — McMap. All rights reserved.