PDA

View Full Version : How should I do to lock the browser screen?



apaa
9 Apr 2008, 10:12 PM
If some body is not authenticated,I will show the login window,and I want to lock the browser screen besides the login window,How should I do ?

jsakalos
10 Apr 2008, 3:29 AM
I'm not quite sure what you mean by "lock". There are 2 options: 1) display login window modal (user cannot click but still can use keyboard to tab through controls) or 2) Ext.getBody().hide().

apaa
10 Apr 2008, 9:46 PM
like the Ext.msg.alert...,I have used the first option,thx!!!