Articles tagged with "fck"

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]

Simple FCK Editor helper

By Jonathan Bossenger
FCK Editor is my favourite HTML editor, mainly used for website cms. There is already another great article on the topic (http://bakery.cakephp.org/articles/view/using-fckeditor-with-cakephp) which helped me a great deal, but I wanted to find a simpler way to create a reusable FCK editor within CakePHP.
[Read more]

CKEditor 3.x - New FCKEditor Version

By Valkum
Now FCKEditor is called CKEditor. And here is an running Version of CKEditor and CakePHP.

CKEditor is an WYSIWYG Javascript Editor.



[Read more]