1
https://gist.github.com/3144842
2
https://gist.github.com/3144998
3
https://gist.github.com/3145089
4
https://gist.github.com/3145226
5
https://gist.github.com/3145525
6
https://gist.github.com/3145551
7
https://gist.github.com/3145587
8
https://gist.github.com/3145608
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @author Jack Slocum | |
* MIT License | |
* | |
* Adds support for "listens" config on components. | |
* http://jackslocum.com/blog/listens/ | |
*/ | |
Ext.define('xui.mods.Listens', { | |
override: 'Ext.Component', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @author Jack Slocum | |
* MIT License | |
* | |
* @class xui.util.DelayTimer | |
* Provides a convenient method for timing delayed show and hide of tooltips, callouts, etc | |
* @constructor | |
* @param {Object} config (optional) | |
*/ |