[symfony-users] Re: tinyMCE jQuery + symfony 1.4

2010-05-24 Thread Massimiliano Arione
The idea behind the tinyMCE widget (like any other js widget) is bad. It's javascript! All you need is include it and refer to correct id/ class in DOM, no need to use php for that. cheers Massimiliano On 22 Mag, 17:59, godbout guillaume.lecler...@gmail.com wrote: Hi! I've got some problems

[symfony-users] Re: tinymce in symfony

2010-01-28 Thread mr_question
Ok, now I use sfWidgetFormTextareaTinyMCE() but I still don't have tinymce. What is more I don't have in view - source in browser: script type=text/javascript src=/js/tiny_mce/tiny_mce.js/ script why ? On 28 Sty, 17:09, Gábor Fási maerl...@gmail.com wrote:

[symfony-users] Re: tinymce in symfony

2010-01-28 Thread David Joan
Hi Why don't you trying install sfFormExtPlugin again? On 28 ene, 12:30, mr_question lolekzbol...@gmail.com wrote: Ok, now I use sfWidgetFormTextareaTinyMCE() but I still don't have tinymce. What is more I don't have in view - source in browser: script type=text/javascript

[symfony-users] Re: tinymce in symfony

2010-01-28 Thread mr_question
I have installed it again but still the same. I must handly add to layout.php: script type=text/javascript src=/js/tiny_mce/tiny_mce.js/ script And then it works - but I don't understand why ? On 28 Sty, 23:09, David Joan new.skin...@gmail.com wrote: Hi Why don't you trying install

[symfony-users] Re: TinyMCE in Symfony 1.1?

2009-01-16 Thread Sid Bachtiar
Thank you so much, I got it working very easily from using files in: See http://trac.symfony-project.org/ticket/2863 There's a few Javascript errors picked up by firebug but things seem to work fine. On Wed, Jan 14, 2009 at 6:38 PM, Yevgeniy A. Viktorov w...@osmonitoring.com wrote: See

[symfony-users] Re: TinyMCE in Symfony 1.1?

2009-01-13 Thread Yevgeniy A. Viktorov
See http://trac.symfony-project.org/ticket/2863 There is some helpfull files attached. And http://www.symfony-project.org/forum/index.php?t=msgth=7923; Seems like there is fixed version has been attached in some post... p.s. Also you might be interested: