-
5 Sep 2011 12:40 AM #11
Do a 'View Source' on the examples page and you can see several ways of using it.
Regards,
jm
-
5 Sep 2011 8:12 AM #12
Thanks for the reply. But the site does not access here.

-
5 Sep 2011 8:16 AM #13
Here's an example:
I'm not using any icon, if you want to use an icon you have to define it in the css.Code:Ext.create('widget.uxNotification', { corner: 'tr', manager: 'instructions', //iconCls: 'notification-icon-information', title: 'Test', html: 'Test message', autoDestroyDelay: 4000, slideInDelay: 500, slideDownDelay: 500, slideInAnimation: 'bounceOut', slideDownAnimation: 'easeIn' }).show();
Regards,
jm
-
5 Sep 2011 8:25 AM #14
-
8 Sep 2011 11:13 PM #15
Great! Thanks for sharingExtensions:
Ext.ux.DatePickerPlus (Multimonth,Multiselect,...)
Ext.ux.menu.StoreMenu - Ajax Store as menu-item config
Extended Window - Aero Shadows, nested grayscaled modal windows
Ext.MessageBox.promptCombo/promptRadio/promptCheckbox
Ext.ux.plugin.triggerfieldTooltip (for Comboboxes, Datefields...)
Ext.util.MD5
Ext.util.Utf8 (encode/decode)
Ext.util.base64 (encode/decode)
Using:
ExtJS 3.4.1.1/4.2
XPsp3/W7sp1
IE8/9/10
FF 20
Chrome 26
-
11 Sep 2011 9:49 PM #16
good job!!!
a small suggest: add some ext-like doc tags so that jsduck(https://github.com/senchalabs/jsduck) can gen doc@from: china
@web: http://atian25.iteye.com
@extensions: (extjs 4.x)
* Ext.ux.grid.plugin.RowEditing - add some usefull features (v1.4 updated 2011-09-11)
* Ext.ux.button.AutoRefresher
* Ext.ux.form.field.DateTime
-
12 Sep 2011 8:03 AM #17
-
13 Sep 2011 5:33 AM #18
Version 1.2
Version 1.2
jmaia,
I have created a new version 1.2 including your feature suggestion.
There are now two new config options: stickOnClick and stickWhileHover
They both default to true.
The stickOnClick enables/disables the pinning of the notification if clicked on.
The stickWhileHover enables/disables temporary pinning of the notification while the mouse hovers over it.
I have updated the demo page and also added an alternative styling to it:
http://www.eirik.net/Ext/ux/window/Notification.html
-
13 Sep 2011 5:43 AM #19
Erik,
It's super cool !
Thanks for the update,
jm
-
13 Sep 2011 6:47 AM #20


Reply With Quote
