HI community:
I have a problem with replace() from Ckeditor. I have two textareas in my page .php; Both called different ways and this is my problem:
When i call ckeditor.js with absolute path , the second area converts automatically, without no orders from me. I dont want this second will converts, i wanna the first one but i dont know why this happens.
The only code is " <script src="......./ckeditor.js"></script>
If I call the first one in class ckeditor, or If i do the replace with the attribute name=[], its converted with no problems.
I dont know if i must write some line in config, or something like that. As a post-data: i should say that the second, when converts automatically, its not a "real" conversion, because only appear a cke_editor_top that its like a pop-up or tooltip with the features of a ckeditor, none seems like the conversion i do in the first case
why does it happen it?
Ty a lot