Questions tagged as 'ckeditor'

0
answers

Error 403 depending on situation

I have a page where I post and edit post.php stuff, I use ckeditor in it in the content part, but the following is happening: when I insert a code <iframe scr="yotube.bla.bla.bla" ... </iframe> after submit it it goes to the page...
asked by 22.10.2015 / 18:00
0
answers

Customize the CKEditor taskbar (Java version) [closed]

I'm using the lib integration of CKEditor with JSF (ck-jsf-editor-0.9.4.jar) and is working correctly, but the toolbar is appearing is aa standard and I would like to set this up. Would anyone know how to do it? I tried to change the file...
asked by 27.05.2014 / 13:27
2
answers

FCKEDITOR - Force all text to the left

How to force text if inserted in FCKEDITOR like this: Na frase: para discutir e levantar sugestões que possam trazer a solução definitiva.   a)A sustentabilidade, que hoje tem caráter extremamente relevante, deve ser amplamente divulgada...
asked by 26.05.2018 / 23:47
1
answer

Problem in CkEditor with PHP PDO

I have a PHP script that does an update in the database to change the css properties of some texts, however the inclusion is being done as follows: <h2><span style=\"color:#fff; font-family:tahoma,geneva,sans-serif\">INFORMA&Cc...
asked by 25.03.2015 / 07:04
1
answer

Block an element within the textarea

I need to block a part of a text that is inside ckeditor so that the user does not delete and does not change that part of the text, but it can complement the text only can not change that part <p>Essa parte nao pode ser alterada&...
asked by 18.04.2018 / 17:12
1
answer

Multiples Ckeditor on the same page

I'm creating a system in which the user can place as many textarea as he wants, the system is ready. The code to do this is this: function addPergunta(){ pergunta++; var corpo = "<div id='pergunta-" + pergunta + "'><hr><...
asked by 27.05.2016 / 03:06
2
answers

Links in javascript

Good morning, I'm having a problem when calling a link in javascript, in php I have a rule where everytime I put # URL # link .... it replaces it with the server address. Example # URL # public it replaces for link , in javascript I could not g...
asked by 02.03.2016 / 12:09
1
answer

Uncaught ReferenceError: CKEDITOR is not defined

I'm using CKEditor so the user can fill in some text. On the Home page of the site I was looking at DevTools from Chrome and found the error.    Uncaught ReferenceError: CKEDITOR is not defined - jquery.js: 5     
asked by 09.09.2014 / 18:12
0
answers

How to leave a predefined HTML inside a WYSIWYG editor, such as CKEditor 4?

Good evening, just find out recently about the WYSIWYG editors. I'm using CKEditor 4, and would like to know if there is a possibility to put pre-defined text inside it. In other words put an already pre-defined HTML text where the person will o...
asked by 09.08.2018 / 02:15
0
answers

CKEDITOR - Problems with formatting coming from WORD

If I get a formatted text from the word and paste it into the ckeditor it comes full of css, spam, brs, etc ... In the editor of Wordpress this does not happen, it leaves everything clean, but keeps the paragraphs, strongs, lists. Can you lea...
asked by 29.06.2018 / 23:57