Sha256: 4cac8cab625971b07a370ad1fa9a15c5bdf47c811ea9f856332f8a65fca6bf8f
Contents?: true
Size: 439 Bytes
Versions: 25
Compression:
Stored size: 439 Bytes
Contents
{ initComponent: function(params){ this.callParent(); this.on('tabchange', function(self, tab){ if (tab && tab.wrappedComponent && !tab.items.first() && !tab.beingLoaded) { tab.beingLoaded = true; // prevent more than one request per tab in case of fast clicking this.netzkeLoadComponent(tab.wrappedComponent, {container: tab.id, callback: function(){tab.beingLoaded = false}}); } }, this); } }
Version data entries
25 entries across 25 versions & 1 rubygems