Re: TinyMCE issue - CakePHP 2.0.4

2012-01-14 Thread Ishan Talathi
Yes, I tried adding all files, but it still didn't work. Finally this worked - http://ask.cakephp.org/questions/view/how_to_use_tinymce_plugin The plugin isn't really needed, I created an Element for it. On Jan 14, 3:26 pm, daf182 wrote: > Hi Ishan, > > As I saw, the problem withhttp://gprotoco

Re: TinyMCE issue - CakePHP 2.0.4

2012-01-14 Thread daf182
Hi Ishan, As I saw, the problem with http://gprotocol.com/sai/ is that TinyMCE can not load further component. It tries to download them but the response is 404. (check it in firebug or chrome developer tool and check the console tab): GET http://gprotocol.com/sai/js/langs/en.js 404 (Not Found) ti

Re: TinyMCE issue - CakePHP 2.0.4

2012-01-13 Thread Jon Price
Have you tried using this plugin? http://cakedc.com/eng/downloads/view/tinymce On Fri, Jan 13, 2012 at 3:35 PM, mike karthauser wrote: > 13 Jan 2012, at 20:10, Ishan Talathi > wrote: > > > Hi, > > > > I am trying to use TinyMCE in a text area for an Add form. > > > > It works with the sample cod

Re: TinyMCE issue - CakePHP 2.0.4

2012-01-13 Thread mike karthauser
13 Jan 2012, at 20:10, Ishan Talathi wrote: > Hi, > > I am trying to use TinyMCE in a text area for an Add form. > > It works with the sample code given by TinyMCE - > > http://gprotocol.com/tinymce/ > > But, when i use it in CakePHP it simply refuses to work. > > http://gprotocol.com/sai/

TinyMCE issue - CakePHP 2.0.4

2012-01-13 Thread Ishan Talathi
Hi, I am trying to use TinyMCE in a text area for an Add form. It works with the sample code given by TinyMCE - http://gprotocol.com/tinymce/ But, when i use it in CakePHP it simply refuses to work. http://gprotocol.com/sai/ I have stripped out everything from default.ctp so that above 2 code