There is also needed a modify the method updateColumnHeadings to:
updateColumnHeadings : function (items) {
var me = this,
headerCt = items || me.view.headerCt;
...
Type: Posts; User: cojack
There is also needed a modify the method updateColumnHeadings to:
updateColumnHeadings : function (items) {
var me = this,
headerCt = items || me.view.headerCt;
...
REQUIRED INFORMATION
Ext version tested:
Ext 4.2.1 rev aed16176e68b5e8aa1433452b12805c0ad913836
Browser versions tested against:
Hello,
There is missing function rejectChanges in TreeStore, but can be easly done by:
this.getStore().tree.flatten().forEach(function(node) { node.reject(); });
or
...
As in title, there is no getter method for checked property
extjs ver:
# Build date: 2013-03-11 22:33:40
version.major=4
version.minor=2
version.patch=0
version.build=663...
./SenchaArchitect
Loading libion: /home/pczekaj/.local/share/data/Sencha, Inc./Sencha Architect 2.0/libion-1.4.0.so
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading...
Hello,
It'll be very nice if ExtJS will throw any exception when we try to double define some component.
FE:
Ext.define('myApp.view.user.Menu' ,{ /* some code */ });
file with the upper...
Hello,
I wish to ask when ExtJS will have support for this feature?
This link explain how browsers support it: http://caniuse.com/xhr2
Regards.