GetSimple Support Forum

Full Version: WYSIWYG Component Editing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any way to get a WYSIWYG UI for editing components? I've done a quick search on the forum and in the Extend directory, but I haven't found anything.
components are typically used for code, so not much need, although a plugin that turns components with some kind of special name or comment in them into ckeditor inputs would be kinda neat.
+1

An editor toggle would be nice, Text editor (default) <-> WYSIWYG.
It's at least good to know there isn't one available. It just means I have to limit any client interaction with components to ensure that things are coded correctly.
Sean_McP Wrote:It's at least good to know there isn't one available. It just means I have to limit any client interaction with components to ensure that things are coded correctly.

Yeah they take php , so it could be a security risk depending on the class of users.

Problem with makign a toggle for components, is if the component contains code ckeditor will jack it up when saving. So its either or, hence I say name based or hardcoded to that component.