codeigniter-black-logo-edit1. Integrating WYSIWYG TinyMCE into CodeIgniter

TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source. It has the ability to convert HTML textarea fields or other HTML elements to editor instances. TinyMCE is very easy to integrate, all WYSIWYGs are. When I was picking WYSIWYG for my website then I was between this and CKEditor. I loved the size and placement of source button of CKEditor, but other buttons look pixelerated and low quality images in examples. That because I picked TinyMCE, but lets get to work

2. FCKeditor

The following explains how to incorporate FCKeditor using Code Igniter’s 1.4x Libraries.

Place your FCKeditor files in your CI base directory (in this example I’ve put the files under a folder called plugins).

3. Xinha WYSIWYG editor

Xinha WYSIWYG editor is a very useful tool to edit and create html. T his very useful tool is your Image Manager. It is possible to upload, view, edit and delete all images on the folder server. Using it in Code Igniter is very easy, but it is necessary to edit some lines of the code of the original tool.

4. SPAW Editors With CI

SPAW is a very powerful and easy to use visual editor that I like to use in my applications.

I wanted to keep it flowing with the rest of my CI app by using the loader class to load it (instead of including it at strange places in my views), so I turned it into a custom library which can be loaded.

— If you know any other Editors for Codeigniter with Good tutorials, Do let us know and we will add in this list. –  Matt

Leave a Reply

Your email address will not be published.