I have implemented a custom FileBrowserContentProvider which is used with RadEditor. I am searching for a way to pass a parameter to the custom FileBrowserContentProvider during its creation. It can be through the constructor or another way but it must be passed on creation of the object. Is it possible?
If not, is there another way that the dialogs and the file browser could query for this parameter? I was able to pass it with querying the content Request url referrer but when the dialogs were opened, the referrer changed and the parameter was no longer present.
If not, is there another way that the dialogs and the file browser could query for this parameter? I was able to pass it with querying the content Request url referrer but when the dialogs were opened, the referrer changed and the parameter was no longer present.