Custom Image Handling

  •  06-01-2006, 10:26 AM

    Custom Image Handling

    We are a direct sales company and plan to use the Cute Editor to allow our sales consultants to create HTML emails which they can send to their customers.  We want to have a home office managed library of images which the consultants will be able to select from and also allow them to upload their own images.  Additionally we want the capability to programmatically delete user uploaded images when they have not been used in the last 90 days.  Because of this, I am trying to figure out how to substitute our own image selection pages where I will handle the uploads and selection.  These image selection pages are already complete.
     
    My question is two part.  First how do I change the toolbar to load my image selection pages?  I will need to be able to pass a variable in the querysting on the call to my page.  Second, I assume there is a javascript function on the editor page that I will need to use to pass the information back to it on the image that was chosen.  What is the function and what arguments need to be passed?
     
    Thank you!
View Complete Thread