![]() |
how do i build editor? - 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: how do i build editor? (/showthread.php?tid=2815) |
how do i build editor? - El Forum - 08-26-2007 [eluser]wildcard99[/eluser] Hi guys, I was just wondering, how do I build an editor like the one were using when posting a new topic in this forum.. what helpers and libraries should I use and if you have an example, it will be a big help.. tnx! how do i build editor? - El Forum - 08-26-2007 [eluser]thurting[/eluser] The one on this board is very simple and can easily be built with javascript. A 3rd party library like mootools or prototype would speed things up though you don't even really need those. Though for something with more features you may want to look at TinyMCE, FCKeditor or something similar. There are a couple good javascript libs out there. how do i build editor? - El Forum - 08-26-2007 [eluser]codelearn[/eluser] Use FCKeditor... |