Hi,
hoping to find some tolerance for newbie questions..
Just wanted to understand if I can achieve this with CKEditor:
1. Add editing capabilities to a html page (yes..)
2. Save/post to the same page?
3. Add button to create new pages and name them?
4. Show editor only to certain users?
Any good example out there that looks like that?
Thanks!
Thu, 11/10/2011 - 13:22
#1
Re: New to this concept
1. you can edit your html webpage but just simple html. Try the demo to see the limitations.
2,3 ckfinder will handle the editing.You'll get the htmlcontent, you have to save the content yourself.You can use a additonal input field for the title.
4. yes, just dont enable it on your webpage.
You can solve problems 2 to 4 with php.
Re: New to this concept
I'm moving this topic to the right forum.
Just let me add that CKEditor can be used to edit whole HTML pages, if fullPage configuration setting is set.
2,3,4 are doable, but depending on what did you mean, basically you must code it by yourself. CKEditor is "just" a replacement for the textarea field on the client side.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: New to this concept
From Where i get tutorials ? ? ? Any one help . . . Thanks in Advance