Articles tagged with "fck editor"
Using TinyMCE with CakePHP
TinyMCE is a nice WYSIWYG web editor by Moxiecode, giving your users a very convenient way to edit HTML content. And guess what, its very easy to use it in your Cake apps !
[Read more] Using FCKeditor with CakePHP
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,
[Read more] 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.
Simple FCK Editor helper
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]
Latest Comments