ckeditor Questions

2

I've notice when extracting the data from the editor it filters some classes and styles. I want to use the exact same styling as the editor uses. So, i have 2 problems i need to solve. How can i...
Schaller asked 3/6, 2020 at 13:47

9

I got a problem since I use the CKEditor (http://ckeditor.com/). The problem is that I can't find a way to make the editor ReadOnly and I can't just use a textarea since I want to keep consistency....
Lyndonlyndsay asked 26/4, 2013 at 12:58

3

Solved

Currently, I am using CKEditor in my React app. To integrate into the react application I use ckeditor4-react of version 4.1.2. It was working completely fine but today the editor shows an error &q...
Primalia asked 8/2 at 4:33

5

Solved

I have found a few similar posts on this on Stack overflow but there are none with an answer that is working. I have a few tabs on a page, depending on that li they click on they will see a speci...
Bennir asked 9/4, 2014 at 8:54

7

import CKEditor from '@ckeditor/ckeditor5-react'; import ClassicEditor from '@ckeditor/ckeditor5-build-classic'; import Base64UploadAdapter from '@ckeditor/ckeditor5-upload/src/adapters/base64uploa...
Memoir asked 13/3, 2020 at 8:22

5

Solved

I got stuck at import the CUSTOM CKEditor 5 to ReactJS. I had already searching the docs but it seems to hard to understand. First, I go to the Onine Builder in here: https://ckeditor.com/ckeditor-...
Shcherbakov asked 7/6, 2020 at 9:20

4

Solved

I've been looking for a solution for this for a while now and the only fixes I found only affect the way the text is displayed in the editor itself and not how the generated text will look when sen...
Oleaginous asked 30/10, 2012 at 15:26

2

Solved

I am wondering how to insert an image by it's URL only (a user gets it from some other website). I need to implement a simple img src="" in CKEditor 5. The problem is that by default, the editor re...
Beichner asked 1/8, 2018 at 21:45

2

Solved

I've managed to customize the header and highlight dropdowns for CKEditor 5 – classic editor build by creating a new custom build. But I don't know how to add additional buttons to the toolbar. For...
Sacral asked 21/9, 2018 at 13:44

5

Solved

I've got a project in which I use a modal with a form and a ckeditor and the Link input doesn't work. Here's a fiddle that recreates this problem: http://jsfiddle.net/8t882a2s/3/ And the code of...
Theophrastus asked 13/12, 2016 at 12:50

10

Solved

I'm trying to create a Bootstrap modal which contains an instance of CKEditor, but there are a lot of problems... So basically the fields are left unenabled, they don't look like, but I can't inte...
Wrong asked 20/1, 2013 at 0:5

4

Solved

I use the media embed plugin for ckeditor. It works fine, the code is correctly saved in the database and youtube, soundcloud etd. players display ok on the page. But when the user goes to his admi...
Murrelet asked 7/6, 2013 at 3:39

5

Solved

I am trying to use CKEditor5 in NextJS. Here are my package versions: "@ckeditor/ckeditor5-build-classic": "^22.0.0", "@ckeditor/ckeditor5-code-block": "^22.0.0&q...
Stereograph asked 24/9, 2020 at 9:2

4

I have come across an error while using ckeditor in bootstrap 5 modal and it looks like it's a very known error and many have given solution for it for different bootstrap versions but i am not abl...
Undoubted asked 21/9, 2021 at 13:7

4

Solved

I need to change the background color dynamically on load with my ckEditor the page that it is on is a dynamically loading page where they user has a specific bg color. I can not load a css it has ...
Suksukarno asked 9/7, 2012 at 14:49

12

Solved

(Possible duplicate: CKEditor - No toolbars) I'd like to create a CKEditor instance without a toolbar. I tried defining an empty toolbar to use in the instance's config oConfigName.toolbar = 'Cus...
Cockcroft asked 28/11, 2012 at 17:52

4

I am working on a blog site and struggling to find the way to display the raw content of ckeditor in react js tried setInnerHtml <- (bad formating) ? How to display the content in the exact same...
Carrousel asked 26/9, 2021 at 18:36

31

In CKEditor 4 to change the editor height there was a configuration option: config.height. How do I change the height of CKEditor 5? (the Classic Editor)
Alister asked 4/10, 2017 at 7:31

3

Solved

I have uploaded some images within the CKEditor in the Django admin interface. I can browse and select images by clicking the "Image" button in the editor, and then click "Browse Server" in the win...
Catiline asked 5/10, 2014 at 9:17

6

This question may have already answers but none of them is Angular specific. Here are some of them CKEditor 5 and Image Button How to enable image upload support in CKEditor 5? Insert image to C...
Rabbinate asked 28/8, 2018 at 7:38

8

Solved

I have an HTML form with a few fields. One of them is a textarea managed by CKEditor. When the user wants to submit the form, I want to check whether he entered values in all the fields. I know...
Chong asked 18/7, 2010 at 21:2

2

I'm building SPA website with VueJS for frontend and Laravel for backend. Now I want to add CKEditor custom build to Vue, I have do following steps in CKEditor Documentation, but I received this er...
Overstuffed asked 24/11, 2022 at 10:34

6

I have an HTML code as follows <div class="editable" ...> <div class="code"> This is an example. This is a new line </div> </div> In CSS, code has "word-wrap: pre" at...
Caveat asked 8/7, 2013 at 13:38

5

Solved

Anyone know how to autofocus on the CKEDITOR text area on page load? Currently the user has to click in the text area before they can start typing. Like Google, I'd like the page to load and the u...
Buyse asked 22/12, 2009 at 4:39

17

If I use the CKEditor plugin in an HTML page based on a Bootstrap template, it works great, however if I insert the editor on a Bootstrap Modal like this <!-- Modal --> <div class="modal...
Kalimantan asked 25/3, 2014 at 14:24

© 2022 - 2024 — McMap. All rights reserved.