Wysiwyg Editor |
Hello everybody,
I need to implement a wysiwyg editor in some of my forms. A long time ago I used to use FCKeditor but I remember it was quite a pain in the @$$. What would you recommand today ? Has any old libs been modified yet to support CI 3 ? Thank you, Mariek
IgnitedCMS comes with its own wysiwyg editor. It also has its very own drag and drop page builder developed entirely by me (although I did pinch wordpress's shortcodes php file), and it's open source.
Check signature for details.
Practical guide to IgnitedCMS - Book coming soon, www.ignitedcms.com
Thanks everyone.
@iamthwee, I don't need a CMS, I develop a webapp with some public pages, for which I need the wysiwyg editor, but thanks for the info. Is there any public demo for it ?
FCKeditor was renamed a few year back to CKeditor. Since its just a frontend app its very easy to incorporate it in your view files. All you need is to link to the ckeditor.js file and add a textarea with a class called 'ckeditor' and your done.
Code: $ckeditorData = $arrayName = array(
I finally chose tinyMCE, very easy to use and configure, lightweight compared to CKEditor. I bought the file manager moxiemanager, which is a bit expensive for its use, but easy to use and configure too.
I use and recommend Redactor:
http://imperavi.com/redactor/ Not free, but very clean, modern and functional. Regularly updated as well. Just as long as you don't need full HTML templates in it, as it doesn't support <html>, <body> etc. tags (I found out the hard way). |
Welcome Guest, Not a member yet? Register Sign In |