mirror of
https://github.com/esiur/iui.git
synced 2026-04-04 23:18:21 +00:00
docs
This commit is contained in:
@@ -132,9 +132,7 @@ export default IUI.module(class Tabs extends IUIElement {
|
||||
this._body.append(item);
|
||||
|
||||
|
||||
//this._bar.appendChild(label);
|
||||
//this._bar.insertAdjacentElement("afterBegin", label);
|
||||
|
||||
|
||||
this.list.push(item);
|
||||
var self = this;
|
||||
label.on("check", function (v) {
|
||||
@@ -142,9 +140,7 @@ export default IUI.module(class Tabs extends IUIElement {
|
||||
self.select(item);
|
||||
});
|
||||
|
||||
//this._updateSize();
|
||||
//this.updateBindings();
|
||||
|
||||
|
||||
if (item.selected)
|
||||
this.select(item);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user