View Full Version : How should I do to lock the browser screen?
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().
like the Ext.msg.alert...,I have used the first option,thx!!!
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.