feature request for qwindow

1 view
Skip to first unread message

andy

unread,
Jun 10, 2010, 5:46:04 PM6/10/10
to Qutensil
hi, im using qwindow at the moment and have managed to amend the code
to my needs as I like it to be more feature rich for web apps,

this primarily is the ability to display a standard qwindow as modal
(just like an alert)

is there the possibility in future release to put something like:

this.holder.addClassName("q-window-blocking").setStyle({zIndex:
99998});
this.protection=new Element("div").addClassName("q-protective-
layer");
this.div.insert({top:this.protection});
this.protection.hide();

in the window build function if option ismodal is set.

and the other changes would be in the onshow/onhide

onshow: this.protection.appear({duration:0.1,to:0.5}); I have added

onhide: this.holder.remove();
this.protection.remove();

thanks

andy
Reply all
Reply to author
Forward
0 new messages