Articles tagged with "editor"

Using FCKeditor with CakePHP

By Marko Markovic
FCKeditor is a powerful WYSIWYG editor that replaces the plain, old and boring textarea form element. It has file management functions (so you can upload images, flash and other files directly from it) and many more useful functions. To quote the FCKeditor website,
This HTML text editor brings to the web many of the powerful functionalities of desktop editors like MS Word. It's lightweight and doesn't require any kind of installation on the client computer.
It is compatible with most internet browsers which include: IE 5.5+ (Windows), Firefox 1.0+, Mozilla 1.3+ and Netscape 7+. On the server side, we're going to use PHP.
[Read more]

xStandard wysiwyg Helper

By David Coll
Based on the workaround made for fckEditor, I've made a little helper to render easily a wysiwyg editor that IS xHTML 1.1 compliant :)

This helper assumes you are using the prototype.js framework.

xStandard
[Read more]