Groups
Groups
Sign in
Groups
Groups
Qutensil
Conversations
About
Send feedback
Help
feature request for qwindow
1 view
Skip to first unread message
andy
unread,
Jun 10, 2010, 5:46:04 PM
6/10/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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