Hi,
Im really need your help, I try to do this:
How I make that ckeditor open a text file and can edit and store information at the same file?
I hope you can help me.
Im really need your help, I try to do this:
How I make that ckeditor open a text file and can edit and store information at the same file?
I hope you can help me.
Re: How I can open a file text to edit with ckeditor?
First you have to create your CMS using normal HTML forms and a textarea and after that it's easy to use CKEditor. Read this: http://alfonsoml.blogspot.com/2009/08/u ... sites.html
Re: How I can open a file text to edit with ckeditor?
So, How I do tha?, Exists a command o function in ckeditor that do this?
thanks
Re: How I can open a file text to edit with ckeditor?
I repeat again: first you have to code it using plain old html forms and then you can try to use CKEditor.