Search Type: Posts; User: eirik.lorentsen
Search: Search took 0.02 seconds.
-
18 Feb 2013 5:50 AM
- Replies
- 99
- Views
- 30,207
Yes. In the demo there is a button called "BR - reuse" demonstrating exactly how to do this.
In short you store the pointer to the notification when you create it. This can be done in advance as... -
31 Jan 2013 12:12 PM
- Replies
- 99
- Views
- 30,207
Pass the following parameter to the constructor and the notification will not go anywhere:
autoClose: false -
11 Dec 2012 10:22 AM
- Replies
- 99
- Views
- 30,207
View the source from the demo page:
http://www.eirik.net/Ext/ux/window/Notification.html -
11 Dec 2012 10:21 AM
- Replies
- 99
- Views
- 30,207
Great idea. I wouldn't mind at all!
-
11 Dec 2012 10:18 AM
- Replies
- 99
- Views
- 30,207
If I understand it right, then close() is just an alias for hide() or destroy(), depending on what closeAction is set to. In previous versions I always destroyed the Notifications, but in the last...
-
16 Oct 2012 9:51 AM
- Replies
- 99
- Views
- 30,207
Previous versions can be found here:
2.0:
http://www.eirik.net/Ext/ux/window/tags/Notification/2.0/Notification.js
1.3:... -
16 Oct 2012 9:37 AM
- Replies
- 99
- Views
- 30,207
blagerweij:
Just pick the license that suits you. Meaning you are completely free to use it in any commercial application under the MIT license. -
13 Aug 2012 12:07 PM
- Replies
- 99
- Views
- 30,207
That is correct. The new 2.1 version should be backwards compatible with the previous 2.0 version. Just replace the Notification.js file with the one in the link and the changes will take effect.
-
12 Aug 2012 7:40 PM
- Replies
- 99
- Views
- 30,207
hpsam, dmurat, idonofrio:
I have sorted out the problem with destruction and reuse. The notifications now destroy their dom by default unless closeAction is set to 'hide' in which case the... -
21 May 2012 11:18 AM
- Replies
- 99
- Views
- 30,207
I'll have a look at this as soon as I can find some spare time ;)
-
19 Apr 2012 7:09 AM
- Replies
- 99
- Views
- 30,207
Yes. Efattal has authored a 3.x Notification extension:
http://www.sencha.com/forum/showthread.php?32365-Ext.ux.Notification
This was the inspiration for the 4.x version. -
6 Mar 2012 12:09 PM
- Replies
- 99
- Views
- 30,207
The wait is over! Version 2.0 is here!
The new features/improvements are as following:
Renamed some properties ending with "Delay" to the more correct: "Duration".
Moved the hiding animation... -
10 Feb 2012 9:41 AM
- Replies
- 99
- Views
- 30,207
I have been working on a new version with all the suggested improvments including center alignment. I'm expecting to have it ready pretty soon!
-
22 Dec 2011 7:03 AM
Jump to post Thread: Ext.ux.window.AlwaysOnTo by eirik.lorentsen
- Replies
- 6
- Views
- 2,288
I tried with 'component[floating=true]' and it worked on windows but didn't catch tooltips. Which are used for error messages in forms that may reside inside a alwaysOnTop window. So I used...
-
22 Dec 2011 6:14 AM
Jump to post Thread: Ext.ux.window.AlwaysOnTo by eirik.lorentsen
- Replies
- 6
- Views
- 2,288
mitchellsimoens:
Good point! That was also my original idea. But i wasn't sure how to format the ComponentQuery to match all floating panels.
I looked further into it and I think this would be... -
21 Dec 2011 10:23 AM
- Replies
- 99
- Views
- 30,207
crealivres:
I have created a alwaysOnTop controller that you can use to keep the notifications always on top.
See:... -
21 Dec 2011 10:18 AM
Jump to post Thread: Ext.ux.window.AlwaysOnTo by eirik.lorentsen
- Replies
- 6
- Views
- 2,288
Always On Top extension for Ext JS 4.x
I have created a 4.x controller adding alwaysOnTop feature to floating components.
NOTE: I changed the name of the extension to Ext.ux.util.AlwaysOnTop to... -
20 Dec 2011 3:06 PM
- Replies
- 488
- Views
- 68,575
The documentation (4.0.7) lists 'quicktip' as xtype for
Ext.tip.QuickTip
On:
http://docs.sencha.com/ext-js/4-0/#!/api/Ext.tip.QuickTip
to the right of the title
However in the sourcecode... -
25 Nov 2011 7:50 AM
Jump to post Thread: Ext.ux.Notification by eirik.lorentsen
- Replies
- 109
- Views
- 88,095
Grolubao:
I'm sorry but I haven't applied the styling to any 3.x code.
But if you set the config of the window to:
border: false,
preventHeader: true
and add a cls where you use the... -
6 Nov 2011 5:31 PM
- Replies
- 99
- Views
- 30,207
jmaia:
Nice suggestion adding center alignment. It shouldn't be too difficult to add it in a future version.
Meanwhile it should be possible to fake it relatively easy by overriding the paddingX... -
13 Sep 2011 7:17 AM
- Replies
- 99
- Views
- 30,207
Minor changes on how the component is destroyed.
-
13 Sep 2011 5:33 AM
- Replies
- 99
- Views
- 30,207
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... -
1 Sep 2011 7:05 AM
- Replies
- 99
- Views
- 30,207
thomaschang,
Thanx for reporting that bug! The Array.indexOf method that I was using is not universally implemented and failed in older IE versions. I replaced my array manipulations with the... -
30 Aug 2011 7:47 AM
- Replies
- 11
- Views
- 3,130
Since there has been no reply here for a while i'm taking the liberty to promote my port/rewrite of the efattal version:
145503
It has some improvements making it similar to this one in... -
30 Aug 2011 7:40 AM
Jump to post Thread: Ext.ux.Notification by eirik.lorentsen
- Replies
- 109
- Views
- 88,095
I have ported / rewritten a 4.x version of this extension that can be found here:
http://www.sencha.com/forum/showthread.php?t=145503
I placed it in the Ext.ux.window.Notification namespace.
And...
Results 1 to 25 of 27
