a tinymce element for cakePHP
Thursday, March 29th, 2007To demonstrate the power of Elements in cakePHP, I’m going to use as an example TinyMCE. TinyMCE is basically a LGPLed web based Javascript HTML WYSIWYG editor. It has many features but it’s not the aim of this post to introduce it, rather to demonstrate how we can use it as an element. TinyMCE can be used on textareas ( and probably some other tags ) .
(more…)