Skip to main content
Participating Frequently
June 28, 2009
Question

CFTextarea

  • June 28, 2009
  • 2 replies
  • 563 views

I am using the WYSIWYG look in my form for a CF 8 page using this example:
<cftextarea name="textarea1" richtext="yes" ...

I would like to edit the WYSIWYG look similiar to how it looks in this CF Adobe forum but it looks like I need to edit the FCKeditor in the CFIDE dirctory which I am not allowed to edit or touch on our server.

Is there another way to edit the cftextarea WYSIWYG look in the cftextarea?

    This topic has been closed for replies.

    2 replies

    Ken_Ford_-_ACP-QFo4AB
    Inspiring
    June 29, 2009

    You can use the BASEPATH attribute and then create your own.

    This blog post should help:

    http://www.rakshith.net/blog/?p=22

    Ken Ford
    Adobe Community Expert - Dreamweaver/ColdFusion
    Adobe Certified Expert - Dreamweaver CS4
    Adobe Certified Expert - ColdFusion 8
    Fordwebs, LLC
    http://www.fordwebs.com
    http://www.cfnoob.com

    Participating Frequently
    June 29, 2009

    Why do you think you need to edit the FCKeditor in the CFIDE directory

    ? As far as I know you don't need to.

    Mack