is the CFIDE directory mapped?  or inside your webroot for the hosting
provider?  I usually upload the CFIDE directory, and add the scriptsrc=CFIDE
location, and then you should have no problems.
HTH

Rob

On Fri, Feb 6, 2009 at 3:13 PM, Terry Troxel <te...@it-werks.com> wrote:

>
> My provider updated my server to cf801 and I have been calling FCK Editor
> from the siteroot/admin/fckeditor folder structure very successfully with
> the install from fckeditor's site.
>
> My question is what do I do to switch to the embedded version in stead of
> the one I downloaded?
>
> This is how I am trying to call the embedded editor:
>
> <cfform>
> <cftextarea richtext = true name="richtext1">1234</cftextarea>
> </cfform>
> It gives me a plain textbox.
>
>
> This is how I call it with the downloaded version:
>
> <cfmodule
> template="fckeditor/fckeditor.cfm"
> basePath="fckeditor/"
> instanceName="pagecontent"
> value='1234'
> width="760"
> height="400"
> >
>
> This works.
>
> Any positive help will be greatly appreciated.
>
> Terry
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319000
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to