Skip to main content
Participating Frequently
December 16, 2009
Question

CF8.0.1 cftextarea richtext not loading - Please help!!!

  • December 16, 2009
  • 7 replies
  • 1875 views

code....

<cfform name="form01" >

   <cftextarea enabled="yes" richtext=true name="text01"

     <cfinput type="submit" value="Enter" name="submit01"/>

</cfform>

what i get

    This topic is closed to new replies. Start a new post to keep the conversation going.

    7 replies

    gmelansonAuthor
    Participating Frequently
    January 5, 2010

    Issue Resolved.

    Website had an allowed mime type: *.* application/octet-stream

    After that was remove, it started working.

    gmelansonAuthor
    Participating Frequently
    December 18, 2009

    I believe it has something to do with having more that 1 domain configured in IIS

    The code does work in 1 domain.

    Inspiring
    December 18, 2009

    Things to check:

    1. Do you have /CFIDE as a directory or virtual directory in all of your IIS sites?

    2. Can the browser access all required javascript files? Check what files are references in the HTML page your code generates and verify they all exist and are accessable.

    3. Does the browser have allow javascript to be run?

    4. Is the problem consistant across browsers?

    gmelansonAuthor
    Participating Frequently
    December 18, 2009

    1. Do you have /CFIDE as a directory or virtual directory in all of your IIS sites?

    YES, i can access the cfide/administrator on all domains.

    2. Can the browser access all required javascript files?  Check what files are references in the HTML page your code generates and verify they all exist and are accessable.

    YES, all good.

    3. Does the browser have allow javascript to be run?

    YES

    4. Is the problem consistant across browsers?

    Mostly, but safari is able to display the toolbar but gives javascript errors everywhere.

    PS. The component loads and works fine for one of the domains.

    Inspiring
    December 18, 2009

    The code sample you've provided is incomplete and will not run.  The cftextarea tag is not closed.  Please the complete code for the page in question.

    gmelansonAuthor
    Participating Frequently
    December 18, 2009

    my mistake when pasted on the code in

    <cfform name="form01" >

       <cftextarea enabled="yes" richtext=true name="text01"/>

         <cfinput type="submit" value="Enter" name="submit01"/>

    </cfform>