Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Is FCKeditor viable for a ColdFusion site

Contributor ,
Oct 08, 2014 Oct 08, 2014

I'm just returning to programing a long dormant site of mine. In the past, I handcrafted an online editor, but now, I'd like something more sophisticated and am thinking about FCKeditor. Does anyone have experience with it? (Does this forum use FCKeditor?)

A web search returned this link (FCKeditor 2.x/Developers Guide/Integration/ColdFusion - CKSource Docs) related to ColdFusion. Is this information up-to-date?

1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Enthusiast , Oct 09, 2014 Oct 09, 2014

You can use the old FCKEditor CustomTag with the new CKEditor.  (All it does it auto-generate some HTML & inline Javascript.)  I highly recommend checking out the new CKEditor and either updating the existing FCKEditor tag to meet your needs or use the integration samples here:
http://nightly.ckeditor.com/14-10-09-06-07/standard/samples/

Do NOT use the old FCKEditor.

If you need file uploads, check out CKFinder ($99) or the ColdFusion File Manger for CKEditor 4 (free). (NOTE: CKFinder is also bundl

...
Translate
Enthusiast ,
Oct 09, 2014 Oct 09, 2014

You can use the old FCKEditor CustomTag with the new CKEditor.  (All it does it auto-generate some HTML & inline Javascript.)  I highly recommend checking out the new CKEditor and either updating the existing FCKEditor tag to meet your needs or use the integration samples here:
http://nightly.ckeditor.com/14-10-09-06-07/standard/samples/

Do NOT use the old FCKEditor.

If you need file uploads, check out CKFinder ($99) or the ColdFusion File Manger for CKEditor 4 (free). (NOTE: CKFinder is also bundled with Mura.)

http://cksource.com/ckfinder

http://cflove.org/2013/11/coldfusion-file-manager-for-ckeditor-4.cfm

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Oct 09, 2014 Oct 09, 2014
LATEST

Thanks for the very quick reply! Also, Lanex.com, my sites' hosting company, supports and approves this, too.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources