When parts of webpage is changed, automatically parkup window, and how to automatically move window to the top of page?
Thank you!
First you need to aply method allowPark()
Then you call method park():
docs.dhtmlx.com/doku.php?id=dhtm … ssngl_park
Thank you! There is a question:
My js:
If I click park button("_") to parkup dhtmlwindow, then excute reload() function to open it. There is always an error says: “Cannot get attribute ‘_isParkedAllowed’, object is null or undefind” on line “messageWin.park();”.
But “alert(messageWin.isParkable());” is working well, result is true.
I have the same problem. Is there any solution?
After I tried to understand the compressed code of the dhtmlxwindows.js for a long time, I found the following solution:
windows._parkWindow("window-id");
It works fine.