Main
Index
Search
Posts
Who's
Online
Log
In

Home: Products: Off Topic / Other:
Great tool to use with ColdFusion

 

 


sonya
New User

May 13, 2003, 7:17 AM

Post #1 of 5 (5212 views)
Shortcut
Great tool to use with ColdFusion Can't Post

Hi there, I just wanted to post a quick note to say what a relief it was to find this fantastic app. I made some modifications (changed insert_image to a .cfm) to get it to use a list of pre-loaded images which I store on the server and reference in a database table instead of having the user enter the url and it's working great. You can see my code attached if you like.

Thanks again!!
Attachments: insert_image.cfm (9.07 KB)


Cliff
Staff


May 13, 2003, 3:43 PM

Post #2 of 5 (5200 views)
Shortcut
Re: [sonya] Great tool to use with ColdFusion [In reply to] Can't Post

Hi Sonya

Thanks for the feedback, this is just the kind of post we love to receive :)
Regards,
Cliff Stefanuk - Customer Service Manager
[email]support@interactivetools.com[/email]


cfxdigerati
New User

Jul 31, 2003, 10:25 AM

Post #3 of 5 (5077 views)
Shortcut
Re: [sonya] Great tool to use with ColdFusion [In reply to] Can't Post

Sonya,



What did you have to change in the editor.js to get the template to work???

Scott


Ppieter
New User

Oct 22, 2003, 7:00 AM

Post #4 of 5 (4896 views)
Shortcut
Re: [sonya] Great tool to use with ColdFusion [In reply to] Can't Post

Sonya, thank you!
I gave up building my own imagemanager after i tried yours. it works great!

Pieter


(This post was edited by Ppieter on Oct 22, 2003, 7:02 AM)


sonya
New User

Oct 22, 2003, 7:49 AM

Post #5 of 5 (4891 views)
Shortcut
Re: [Ppieter] Great tool to use with ColdFusion [In reply to] Can't Post

Great to hear. Also, I forgot to post my editor.js per the previous post. I know it's probably too late to do any good but here it is. Note line 382 has the changed insert_image call.

// insert image
else if (cmdID.toLowerCase() == 'insertimage'){
showModalDialog(_editor_url + "popups/insert_image.cfm", editdoc, "resizable: yes; help: no; status: no; scroll: no; ");
}