Hello,
I have updated the editor of my site from FCKEditor to CKEditor . Everything seems to be fine , but when i want to edit an article or something from my site , the ckeditor don't shows me the initial content. Why ? Thanks
I have updated the editor of my site from FCKEditor to CKEditor . Everything seems to be fine , but when i want to edit an article or something from my site , the ckeditor don't shows me the initial content. Why ? Thanks
Re: Show the initial textarea
Re: Show the initial textarea
Re: Show the initial textarea
Re: Show the initial textarea
So .. I call the CKEditor through a function ... In that function i have a case syntax and for CKEditor it looks like that:
Where am I wrong ?
Re: Show the initial textarea
Re: Show the initial textarea
The $db_info->tab_content is the information I parsed from my database which is parsed prior to the HTML output. If you're spitting out everything with just straight PHP it won't be hard at all to use what I showed right there to your advantage.
Did that help you any? Or are you looking for something different?
PS: Keep in mind you need to make the call to the CKEDITOR.replace AFTER you initialize your textarea.
Re: Show the initial textarea
I've found the error ! This code works perfectly :