Displaying 1 result from an estimated 1 matches for "recenterauto".
2008 Jun 20
0
Slider as Scrollbar in a window
...ffect from : http://prototype-window.xilinus.com/
// generates a nice window with <div> inside.
win = new Window({Id: "mywindow", name:"mywindow", className:
"mac_os_x", title: "Mainboard", width:400, resizable:false, height:
500, destroyOnClose: true, recenterAuto:false});
win.keepMultiModalWindow=true;
// generateComponentChooserAsHTML() gives only simple html code back.
win.setHTMLContent(generateComponentChooserAsHTML());
win.showCenter();
win.refresh();
Now I update the div inside the window via Ajax which works fine. (But
even without updateing the scr...