GetSimple Support Forum
WYSIWYG Component Editing - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: WYSIWYG Component Editing (/showthread.php?tid=3271)



WYSIWYG Component Editing - Sean_McP - 2012-06-14

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.


WYSIWYG Component Editing - shawn_a - 2012-06-14

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.


WYSIWYG Component Editing - sal - 2012-06-14

+1

An editor toggle would be nice, Text editor (default) <-> WYSIWYG.


WYSIWYG Component Editing - Sean_McP - 2012-06-14

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.


WYSIWYG Component Editing - shawn_a - 2012-06-15

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.