道场1.10。 "可关闭的标签"使用StackContainer / StackController

时间:2015-08-12 12:24:16

标签: dojo widget

我正在使用Dojo 1.10和Dijit Widgets。我没有使用TabContainer,而是需要将StackContainer与StackController一起使用。我无法找到一种方法来制作这些"标签"关闭。认为有可能与TabContainer相媲美,但我无法找到解决方案。

我希望你能帮助我! 非常感谢你!

1 个答案:

答案 0 :(得分:0)

stackContainer的孩子应该有一个属性closable: true 实际上它应该具有StackContainer.ChildWidgetProperties中定义的所有属性。 (参见StackContainer.js代码)
然后在stackController中你必须将一个click事件(例如一个链接)附加到方法onCloseButtonClick(你可以在TabController.js代码中看到它是如何完成的)