I was able to modify the toolbar to include the "Imagebutton" and "Image" toolbar buttons, but I'm getting an error when I attempt to use the "Browse" button after clicking the "Image" toolbar button.
I suspect it has to do with the fact that I'm using a different webroot that is specified or expected in the FCKEditor documents. I had to create a virtual directory in IIS to get the FCKEditor to show up using the cftextarea tag to start with. Perhaps some path (I couldn't find where) needs to be modified in the FCKEditor docs so that it responds to "localhost" as being at E:\inetpub\webroot, instead of C:\inetpub\wwwroot. Or it could be a problem as with originally trying to get FCKEditor to show up, where I had to create the virtual directory in IIS for the CFIDE directory. Here's the error message (at least the top part). I think the key is the last line below that states that the page cannot be found. FCK is looking for XML data and instead is getting code from a "Page cannot be found" error. Rick ---------------------------------------------------------------------------------------------------- ---------- The server didn't send back a proper XML response. Requested URL: http://localhost/CFIDE/scripts/ajax/FCKeditor/editor/filemanager/browser/default/connectors/asp/conn tector.asp?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=%2F <!DOCTYPE HTML PUBLIC "-//W3c//DTD HTML 3.2 Final//EN"> <html dir=ltr> <head> <style> a:link {font:8pt/11pt verdana; color:FF0000} a:visited {font:8pt/11pt verdana; color:#4e4e4e} <title>The page cannot be found</title> ---------------------------------------------------------------------------------------------------- ------- > -----Original Message----- > From: Azadi Saryev [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 15, 2007 3:32 AM > To: CF-Talk > Subject: Re: What do I have to do to get toolbars to show in a cftextarea? > > while stand-alone fckeditor does have image upload functionality, it has > been disabled in its implementation in CF8. > however, Rakshith from Adobe CF team has posted on his blog how to > enable it:http://www.rakshith.net/blog/?p=41 > > hth > > --- > Azadi Saryev > Sabai-dee.com > http://www.sabai-dee.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294873 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

