WYSIWYG

Jan
19th
10

Integrating a file browser into ckeditor & CakePHP

Although there isn’t a  file browser built into CKEditor, they do have a tool you can download. Unfortunatly they charge for it. Boo.

There are a few alternatives on the web however, so I have selected the best, and integrated it with CkEditor in my cakePHP powerd CMS.
(more…)


Sep
14th
09

Integrating CK Editor with CakePHP

ckeditorCkEditor is the new WYSIWYG editor from the maker of FckEditor – which has been one of the best editors around for a while now.

To use CkEditor instead of a boring old textarea input in your cakephp views all you have to do is follow these very simple instructions.
(more…)