tabview.js revision 1c118aa68b37ac03c2dddad1c0916a56af19abc0
templates = {
contentBox: '<div></div>',
tablist: '<ul></ul>',
tab: '<li><a href="#"><em>{label}</em></li>',
content: '<div></div>',
tabPanel: '<div>{content}</div>'
};
{ // prototype
}
}
},
this.initClassNames(index);
}
this.fire('tabAdded', {
});
return this;
},
}, this);
},
// create or use existing container
// create tab and panel containers
if (config) {
}
return this;
},
this.fire('tabRemoved', {
});
}
},
{// static
ATTRS: {
node: {
getter: function() {
return this._node;
},
return node;
}
},
activeIndex: {
return index;
},
getter: function() {
}
}
}
}
);
}, '@VERSION@' ,{requires:['substitute', 'tabview-base', 'widget', 'widget-parent', 'widget-child']});