我正在使用Dojo 1.10和Dijit Widgets。我没有使用TabContainer,而是需要将StackContainer与StackController一起使用。我无法找到一种方法来制作这些"标签"关闭。认为有可能与TabContainer相媲美,但我无法找到解决方案。
我希望你能帮助我! 非常感谢你!
答案 0 :(得分:0)
stackContainer
的孩子应该有一个属性closable: true
实际上它应该具有StackContainer.ChildWidgetProperties
中定义的所有属性。 (参见StackContainer.js代码)
然后在stackController
中你必须将一个click事件(例如一个链接)附加到方法onCloseButtonClick
(你可以在TabController.js代码中看到它是如何完成的)