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:318997
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