TabView.js revision 9926068ded9f3b496105fa24091e6d6fa6b93391
(function() {
var M = function(Y) {
TabView = function(attributes) {
};
};
};
var proto = {
initializer: function(attributes) {
this._initSubNodes();
},
renderer: function() {
if (tabs) {
}
}
}
}
},
this._onActiveChange(tab);
}, this, true);
},
//this.set('tabs', tabs);
},
return i;
}
}
return -1; // not found
},
},
},
_initSubNodes: function() {
this._uiInitSubNode('list');
this._uiInitSubNode('content');
},
_uiInitSubNode: function(name) {
}
//console.log(this.get(name + 'Node').att('class'));
}
}
},
_onActiveChange: function(tab) {
},
_setActiveTab: function(val) {
return;
}
if (current) {
}
}
}
};
listNode: {
},
contentNode: {
},
'tabs': {
readOnly: true
},
'length': {
readOnly: true,
get: function() {
}
},
'activeTab': {
}
};
};
})();