Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
mantra #1
coldfusion mx and fck editor integration
Hi, was just wondering if anybody could help me out with something . i am
attempting to get fck editor to work with coldfusion mx. Initially i had to
change one of the paths in the sample file, as it couldn't find a required
template .. Once doing that it simply tells me that 'page cannot be found' i
was wondering if anybody has gotten this to work? i am using a localhost
environment to do so .. iis 5 , win2000. Thanks in advance, Mark
mantra Guest
-
Flash coldfusion integration
I'm trying to insert a record in a database using coldfusion and a flash form, coldfusion is receiving the field from flash, but the cfquery tag is... -
Flex/ColdFusion Integration
I am quite new to Flex and am looking for someone who can point me to a working example or put together a very simple sample project that sends data... -
Coldfusion Flash Integration
I m a coldfusion developer. I really want to integrate flash and coldfusion. I know basics of flash, never used it for interactivity with db. Please... -
ColdFusion and .NET Integration HAS ARIVED!
This is the coolest thing ever. We currently have lots of ColdFusion development on our frontend and tons of .NET on the backend, but all of it was... -
UPS Coldfusion Integration
I need to integrate my shopping cart with UPS to get on the fly shipping rates. UPS used an XML system. (my knowledge of XML is dodgy at best.) Is... -
dannyra #2
Re: coldfusion mx and fck editor integration
I've just recently downloaded it and haven't had any problems using in in mx 7.
I did modified the cfc that is provided in the download so I could control some
of the parameters. You may need to download a newer version if you haven't
recently.
<form.......>
<cfinvoke
component="FCKeditor.fckeditor"
method="create">
<cfinvokeargument name="InstanceName" value="Test">
<cfinvokeargument name="width" value="550">
<cfinvokeargument name="height" value="600">
<cfinvokeargument name="value" value="#form.test#">
</cfinvoke>
.....
</form>
dannyra Guest



Reply With Quote

