I implemented custom FileBrowserContentProvider with the new RadControls (2008.03.1125.20), but I have an issue with Save As TextBox in ImageEditor. It shows the url of the item selected in ImageManager, but url is something like domainName.com/SomeFile.ashx?SomeQuery, which is not meaningfull for the user.
How can I change content of this TextBox from the base page (page I open dialogs from)? Or at least make it unvisible (worst solution). I fire dialogs from DialogOpener and I tried with DialogOpener.OnClientOpen event on client. I do not intent to include dialogs as aspx files, I want them to stay in dll.
Second question is how to get SelectedImage object of imageManager from base page in a DialogOpener.OnClientOpen event when opening ImageEditor?
Third question is when is FileBrowser stand alone control scheduled for and will it be based on existing FileBrowserContentProvider?
Regards,
Alex
How can I change content of this TextBox from the base page (page I open dialogs from)? Or at least make it unvisible (worst solution). I fire dialogs from DialogOpener and I tried with DialogOpener.OnClientOpen event on client. I do not intent to include dialogs as aspx files, I want them to stay in dll.
Second question is how to get SelectedImage object of imageManager from base page in a DialogOpener.OnClientOpen event when opening ImageEditor?
Third question is when is FileBrowser stand alone control scheduled for and will it be based on existing FileBrowserContentProvider?
Regards,
Alex