在javascript tabContainer中重命名标签



有人知道如何使用dijit.layout.TabContainer更新选定选项卡的标题吗?

我能够使用this.tc.getChildren()[tabIndex].title检索当前标题,但试图将其设置为this.tc.getChildren()[tabIndex].title = newTabTitle似乎不起作用。

经过一些测试,我验证了

this.tc.getChildren()[tabIndex].set("title",newTabTitle);

就可以了!

我希望这有助于任何人有同样的问题在未来!

相关内容

  • 没有找到相关文章

最新更新