View Full Version : code to blur
niranjan_19
22 Aug 2011, 3:23 AM
what is the code to blur the layout and show the messagein extjs
christocracy
22 Aug 2011, 4:24 AM
I think you mean "How do I show a modal message window?".
Ext.MessageBox.alert("Title", "Message");
Ext.MessageBox.prompt("Title", "Please tell me something", function(btn) {
console.info("You pressed: ", btn);
});
See docs for
Ext.MessageBox for more.
skirtle
22 Aug 2011, 7:40 PM
Or maybe a loadmask?
http://docs.sencha.com/ext-js/4-0/#!/api/Ext.LoadMask
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.