-
22 Aug 2011 3:23 AM #1
Unanswered: code to blur
Unanswered: code to blur
what is the code to blur the layout and show the messagein extjs
-
22 Aug 2011 4:24 AM #2
Question is blurry.
Question is blurry.
I think you mean "How do I show a modal message window?".
See docs forCode:Ext.MessageBox.alert("Title", "Message"); Ext.MessageBox.prompt("Title", "Please tell me something", function(btn) { console.info("You pressed: ", btn); });for more.PHP Code:Ext.MessageBox
/**
* @author Chris Scott
* @business www.transistorsoft.com
* @rate $120USD / hr; training $500USD / day / developer (5 dev min)
*
* @SenchaDevs http://senchadevs.com/developers/transistor-software
* @twitter http://twitter.com/#!/christocracy
* @github https://github.com/christocracy
*/
-
22 Aug 2011 7:40 PM #3


Reply With Quote