Hi
We have developed a MediaBrowserProvider that gives the editor the ability to select medias from the Media Organizer from Unik Pine Tree.
The window that opens when clicked is opened in 800 x 600px frame. We would like it to be opened as 1024 x 768px.
The script is found in FileManager_browse2.js:
function browseExternalMediaDatabase(strCaller, browserUrl) {
DW_browse_window = window.open(browserUrl "?Control=" strCaller, "DW_browse_window", "resizable=yes,scrollbars=auto,toolbar=no,location=no,directories=no,status=no,minimize=no,width=800,height=600,left=200,top=120");
DW_browse_window.focus();
}
Are you able to change this for us?
Allan