this.inherited(arguments);
// create the tab list that will have a tab (a.k.a. tab button) for each tab panelvar TabController = dojo.getObject(this._controllerWidget);
this.tablist = new TabController({
id: this.id + "_tablist",
tabPosition: this.tabPosition,
doLayout: this.doLayout,
containerId: this.id}, this.tablistNode);