View Full Version : Ext.ux.MessageBox.flash
oaugustus
24 Jan 2010, 12:03 PM
This component is based in Ext.example.msg. Basicaly it show a message (error, success, warning, info) and hide it after a defined number of seconds. The diference is in the css and complementary code of this class. The result is like the attached image.
Example Code:
Ext.ux.Msg.flash({
msg: 'O registro foi excluído com êxito!',
time: 2,
type: 'success'
});
Demo: http://www.neton.com.br/lib/ext/ux/flashmessage/
Change LOG:
Version: 1.1.1
Fixes:
- Fixed transparency bug in top right box
- Fixed bug in flash message pause time
- Fixed documentation
Addons:
- Added autoWidth config option
javaman
24 Jan 2010, 5:30 PM
simple but very nice and useful
[]'s
extnam01
20 Feb 2010, 2:51 AM
very useful but i have this problem: if i've a long message the message box generate an error because of use a background image. There is a possible fix for it?
Thank you... for the answer...
oaugustus
22 Feb 2010, 12:10 PM
Hi extnam01,
Thanks for report. Fixed in version 1.1.
Cheers.
javaman
22 Feb 2010, 12:15 PM
the download file is corrupted, now
update it, please or post a download link
[]'s
oaugustus
22 Feb 2010, 12:56 PM
Please, try again. Normal now.
[]'s
talha06
6 Apr 2010, 2:20 AM
this is really great extension, thanx for sharing..
I want to learn that if we can use this extension with Ext 2.0..
Thanx in advance...
talha06
6 Apr 2010, 6:43 AM
this is really great extension, thanx for sharing..
I want to learn that if we can use this extension with Ext 2.0..
Thanx in advance...
I tested it with Ext 2.0, it works great.. I wanted to inform you all this..
Thanks a lot again oaugustus for this great extension.. :)
oaugustus
6 Apr 2010, 8:48 AM
Thanks in advanced for report talha06.
Cheers.
meesham
7 Apr 2010, 3:56 AM
Many thanks for this ux. I like that it's nice and simple, it makes a user notice the message but doesn't get in their way, very useful!
steffenk
7 Apr 2010, 2:19 PM
looks good! You should preload the graphics, first call looks bit strange.
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.