Dear Community,

if I use the setAjaxContent method and set the modal parameter true, the 
displayed window content isn't scrollable (if extends size of window).

example:
   var win = new Window('regisztracio', {className: "alphacube", title: 
cim ,top:100, left:100,  width:300, height:420, zIndex:150, opacity:1, 
resizable: true, hideEffect:Element.hide, showEffect:Element.show, 
draggable:true, wiredDrag: true});
   win.setAjaxContent('something.php', {method: 'get'}, true, true);
   win.setDestroyOnClose();

What do I miss?

_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to