CodeIgniter Forums
WYSWYG and admin_panel - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: WYSWYG and admin_panel (/showthread.php?tid=48799)



WYSWYG and admin_panel - El Forum - 01-29-2012

[eluser]zzzteph[/eluser]
Hello everyone.

I tried to build up admin panel for site where user can edit page's info like: content and short info. So , simple textareas are too simple and have less of functionality. I read just all what I can find about binding of FCK, CK and Tinymce Editors, but all of them are for old versions of CI (1.7 and etc) or only for integration without getting post of the editor. So I make admin_panel controller where all what i need exist except wyswyg editors, can you help me how to integrate simple wyswyg editors and get their response?


WYSWYG and admin_panel - El Forum - 01-29-2012

[eluser]vbsaltydog[/eluser]
Are you licensing your application as open source? If not, look at the license restrictions on WYSIWYG editors like CKEditor and TinyMCE before you integrate them.


WYSWYG and admin_panel - El Forum - 01-29-2012

[eluser]zzzteph[/eluser]
If for simple site usage is opensource(like make colorful comments), yes opensource.


WYSWYG and admin_panel - El Forum - 01-29-2012

[eluser]vbsaltydog[/eluser]
http://en.wikipedia.org/wiki/Open-source_software


WYSWYG and admin_panel - El Forum - 01-29-2012

[eluser]zzzteph[/eluser]
I think you are wrong with your link: there are nothing about integration WYSWYG editor in CI 2.


WYSWYG and admin_panel - El Forum - 01-29-2012

[eluser]vbsaltydog[/eluser]
wow


WYSWYG and admin_panel - El Forum - 01-29-2012

[eluser]Bondie[/eluser]
I think vbsaltydog was referencing to the way you defined your site as open source Smile