How can i return the selected file url to my page from PGRFileManager when it is used as a standalone?
Hi
You can try this:
var PGRFileManager = window.open(URL_TO_PGRFILEMANAGER.PHP, "PGRFileManager", "width=780,height=500"); PGRFileManager.opener.SetUrl = function(url){ ... };
Cheers, Grzesiek
Log in to post a comment.
Hi
You can try this:
var PGRFileManager = window.open(URL_TO_PGRFILEMANAGER.PHP, "PGRFileManager", "width=780,height=500");
PGRFileManager.opener.SetUrl = function(url){ ... };
Cheers, Grzesiek