Hi,
I am inheriting the CuteEditor.Impl.FileStorage class to customize the CuteEditor to get images, flash and templates from a Web Service. Is there a property, or method that returns information on which button ("Insert Image" or "Insert Flash") has be clicked to get to the File Dialog page?
Below is how I set the CuteEditorFileStorageType:
Editor1.Setting["CuteEditorFileStorageType"] = typeof(Ttg.Sfa.ContentManagement.RemoteFileStorage).AssemblyQualifiedName;
and the RemoteFileStorage class is declared as
public class RemoteFileStorage : CuteEditor.Impl.FileStorage
Thank you,
GCS