Developer forum

Forum » Development » Change window size for browsing external media databases

Change window size for browsing external media databases

Allan Iversen
Reply

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


Replies

 
Nicolai Høeg Pedersen
Reply

Hi Allan

That can be arranged. From what version do you need this?

Nicolai

 
Allan Iversen
Reply

8.6.1 or 8.7.2 would be fine.

Allan

 
Allan Iversen
Reply

Hi Nicolai,

Anything new on this?

Allan

 
Nicolai Høeg Pedersen
Reply

Yes, it is coming up in a hotfix next week.

 
Christian Rud Skovgaard
Reply

This fix / request will appear in 8.7.2.8 later this week!

 

Kind regards

Christian

 
Kristian Kirkholt
Reply
This post has been marked as an answer

Hi Allan

The problem TFS#21450 "Change browser window to open in 1024x768" has now been fixed in version 8.7.2.8

You are able to find this build in the download section:

http://developer.dynamicweb-cms.com/downloads/dynamicweb-8.aspx

Please contact Dynamicweb Support if you need any additional help regarding this.

Kind Regards
Dynamicweb Support
Kristian Kirkholt

Votes for this answer: 1

 

You must be logged in to post in the forum