Welcome Guest, Not a member yet? Register   Sign In
which wysiwyg is best for CI
#1

[eluser]umefarooq[/eluser]
Hi
i want to know which wysiwyg editor is best for the CI to use and easy to implement with CI
#2

[eluser]abmcr[/eluser]
All wysiwyg are esay to implemnet with CI, because they are different code... i use TinYMCE.... you insert a folder into your application root folder, and, in your views, simply write the js code for transform a textarea into the editor...
In the wiki you find for example http://codeigniter.com/wiki/FCKeditor/ for use FCK....
Ciao
#3

[eluser]umefarooq[/eluser]
hi
i tried fckeditor using and i tried this example which u give but not use i already put my question about fckeditor integration on forum but no reply. here is my post.

Fckeditor Intigration
#4

[eluser]abmcr[/eluser]
TRy with TinyMCE: the integration is with a simple js script....
#5

[eluser]OES[/eluser]
I like fckeditor.

Has a built in photo upload feature which makes it nice and easy for clients to understand.

Also a very small simple one to integrate is NiceEdit.

Happy hunting.
#6

[eluser]abmcr[/eluser]
Try this
for managing photos
;-)http://www.phpletter.com/Our-Projects/Fc...r-Project/
#7

[eluser]umefarooq[/eluser]
i tried fckeditor now a little luck but again i got this message


Quote:404 Page Not Found

The page you requested was not found.

in iframe path is this

Quote:system/plugins/fckeditor/editor/fckeditor.html?InstanceName=FCKEDITOR1&Toolbar=Default
#8

[eluser]Velo Studios[/eluser]
The Yahoo Rich Text Editor is simple and works quite well.

http://developer.yahoo.com/yui/editor/

good docs and video...

uploading images, you will need to do a little editing to get it working but for sure recommend it.

You can also link to all the files on Yahoos servers and not run them on your server to save a bit of bandwidth...etc.
#9

[eluser]Colin Williams[/eluser]
CodeIgniter can run somewhat obliviously to any WYSIWYG editor. On the CI end, you can just expect to get markup up HTML from the WYSIWYGs, which simply extract the source from the content-editable iFrame and post it along with the form.
#10

[eluser]gon[/eluser]
I recently tried Spaw2.

In my opinion it's better than TinyMCE and FCK, but it's not free, though quite cheap.




Theme © iAndrew 2016 - Forum software by © MyBB