Skip to main content
This topic has been closed for replies.

6 replies

JavageneAuthor
Inspiring
April 2, 2008
Please post TinyMCE docs for CF.
How to configure TinyMCE?.
March 24, 2008
Kapitaine, Oguz.Demirkapi,

Thanks. I tried tiny_MCE a few weeks ago. Very easy to get it working for a simple page, however, it failed when I tried to call it from a cfwindow, quite a lot of logic involved with the cfwindow, my ap essentially runs inside it...

Have either of you actually run it inside a cfwindow?

I've created a WYSIWYG editor myself in last few days, however, it failed inside a cfwindow. Even with Firebug, hard to tell what's preventing it from running. I kind of suspect that some javascript kitty or the like may be playing foul with my box, have run all the top brand security tools already... reformatting the HD is unthinkable...

Participating Frequently
March 24, 2008
Yers there is no connection between TinyMCE and cfwindow.

There would be directory defining issues. Be careful for your directory structure etc. I also realized that some CSS issues may be a problem while formatting any item inside of the cfwindow.
Participating Frequently
March 21, 2008
xstandard.com rulez! :)

I think it depends on what you need. What I am basically looking for is the generated code. I mostly need XHTML compatible output and both FCKEditor and TinyMCE have these features.

But for example if you are getting some content from MS Word (copy&paste), the best one that I found is the xstandard which is a commercial product and not free.

JM2C :)
Inspiring
March 21, 2008
I actually use tiny_mce. I find that to be much better, and loads of less files to deal with.
March 22, 2008
To AlwaysWannaLearn,

Have you used tiny_mce within a cfwindow? Or a step further multiple instances of tiny_mce inside a cfwindow?

Thks.
March 23, 2008
quote:

Originally posted by: ghfftttyyudsderycv76
To AlwaysWannaLearn,

Have you used tiny_mce within a cfwindow? Or a step further multiple instances of tiny_mce inside a cfwindow?

Thks.


I can't answer for him but I have used TinyMCE and it works great. No reason why it shouldn't work within a CFWINDOW...are you having problems with this?

TinyMCE is my prefered option because the latest version is very XHTML complient and there aren't too many fiels to deal with. It also have some very nice features and customizing the toolbars is quite easy too.

Cheers.
Mikey.
Participating Frequently
March 21, 2008
http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Integration/ColdFusion

? :)

There is nothing to do with any CF version just to install FCKEditor.

You may only need to customize file upload features etc.
JavageneAuthor
Inspiring
April 2, 2008
Any version of FCKEditor will work with CF?.

Or CF compatible FCKEditor version is available?. Where to download CF FCKEditor version.