GetSimple Support Forum

Full Version: CKEditor in components editing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everybody!
Does anybody know how to add CKEditor tools above a textarea in components editing?
I'm just a designer and not a developer, but I'd know if it's possible Smile

Thank you

Lohren
no. I tried, too. I think I am going to try to turn components into pages, and that way people can edit their pages. If I am successful I will repost :-)
components have the ability to be parsed for PHP, so having a CKEditor instance there will not work for those with PHP in the textarea.

There might be ways around this (ask if a component is CODE or TEXT), but right now it can't be implemented within the core
Lohren,
I found what I was looking for, and it should help you too:
http://get-simple.info/extend/plugin/sim...ontent/87/
this will let you embed a "page" (which uses the CKEditor) into another page, but strips out everything but the content for you.
I only wish I had found this hours ago :-)
Thanks just-no-one,
I think that SimplePageContent is the better way for now. I'll try!

L