Questions tagged as 'ckeditor'

3
answers

Get img src="" when pressing image to insert in editor

Good morning companions. A huge doubt. There is a possibility that when you press an image this me of its <img src= ""> I say it because I am implementing an editor with ckeditor but I want that when pressing the image it is put i...
asked by 04.08.2017 / 18:19
3
answers

I need to add a php text

I need to add a text that I define in a textarea that is at the end of the code but when wanting to enter it for the first time I get an indefinite variable as I do to correct this attached code <?php session_start(); if (!isset($_SESSION[...
asked by 28.11.2017 / 17:20
1
answer

CKEditor does not save special characters

I'm using CKEditor version 4 and all good but the problem is that when I try to save a code block of the language that is for example: HTML, C #, JavaScript, Java, etc., it does not save it in the database , when I put words with accents or with...
asked by 05.11.2018 / 19:16
1
answer

Remove text "body" from the footer in WYSIWYG editor

I'm working with a ckeditor, and everything works fine, but I would like to know, how can you erase the body tag so that it does not appear once you start typing. I add my code <div class="col-sm-12"> <textarea id="ckedit...
asked by 21.06.2018 / 00:40
0
answers

Problem loading image on CKEditor

I am using ckeditor 4.11 and the problem is that you do not want to upload an image, it sends me a message that says "Incorrect server response". This is what I have code: index.php: <form action="" method="post"> <textarea name...
asked by 13.12.2018 / 16:31
1
answer

CKEditor does not load video plugin

I am using CKEditor 4.8.0 The problem here is that it does not load the video plugin I have made these configurations in the config.js of the ckeditor Video plugin: config.extraPlugins = 'video'; HTML5 Video Plugin config.extraPl...
asked by 13.12.2018 / 19:22
0
answers

Ckeditor error Request too large entity

Hi, I have a question about Ckeditor, is there a size limit? I guess when we talk about size does not influence Ckeditor if not rather the database but has this limit? In the database I have the field of Ckeditor configured as longtext and witho...
asked by 16.11.2018 / 18:54
1
answer

Change the value of a textarea from buttons in CKEDITOR - Laravel

Well, the issue is as follows, I implemented CKEDITOR in my Laravel project to be able to use images and text format within some textarea. The issue is that before implementing it had a small script that changed the value of textarea by adding p...
asked by 23.10.2018 / 05:24
0
answers

Ckeditor starts twice when opening modal

I have a JS function to open a modal, Code: $(document).ready(function() { $('#eventosanalisis').on('click', '#editar_evento', function(e) { e.preventDefault(); editor = CKEDITOR.replace( 'editor1', { }); var filaactual = $(thi...
asked by 05.10.2018 / 23:15
1
answer

How do you show the content saved with ckeditor?

After saving the contents of ckeditor in the database as you show it so that it interprets the content and does not show it as such, for example: hello community I thought about the htmlspecialchars () function but I would also le...
asked by 29.09.2018 / 15:21