D
D
Dauren S2017-02-13 14:18:14
Laravel
Dauren S, 2017-02-13 14:18:14

Laravel ckeditor not working?

I installed Laravel5.4, I put ckeditor, it seems to want to work, it hides the text field, but it doesn’t substitute its own form instead, as a result, there is no form at all, the standard field has the attribute visibility: hiddden;

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Kuznetsov, 2017-10-19
@dima9595

I have this, compare:

$(function(){
    CKEDITOR.replace('description');
});

Where " description " is the class of the form itself.

V
vlad-004, 2020-01-16
@vlad-004

In my case, along with connecting ckedit styles, I connected my styles that I use on the client side

<link rel="stylesheet" href="/styles/module.css">
<link rel="stylesheet" href="/modules/scedit/minified/themes/default.min.css" />

in the end, something went wrong and the editor worked just like you.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question