User Profile

User
 jtreglos
Location
 Saint-Malo, France
Time Zone
 (GMT 1): Austria, Belgium, Cameroon, France, Germany, Italy, Spain

Recent Articles

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 !
  • Published by jtreglos 09/23/06 - 14:09
  • 96568 views
  • 24 comments

Recent Comments

Posted 09/11/2006 07:41am
Good job on finding a way to use TinyMCE in an Ajax context. I haven't tried it yet, but I have an upcoming project where this will be needed, so I'll tell you how it does !
Posted 08/10/2006 12:05pm
This is an excellent idea ! Putting those few js lines in an element would avoid repetition of this code, and be evolutive enough to allow for params for specific instanciations.

I guess I'm not DRY enough ;)