dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
20 lines • 710 B
HTML
<div>
<div data-dojo-attach-point="simpleWidgetList"
data-dojo-type="dojox/mvc/WidgetList"
data-mvc-child-type="My.Widget"
data-mvc-child-mixins="My.Mixin"
data-dojo-props="children: this.childData">
</div>
<div data-dojo-attach-point="simpleWidgetListWithRegularDijit"
data-dojo-type="dojox/mvc/WidgetList"
data-mvc-child-type="dijit/form/TextBox"
data-mvc-child-mixins="My.Mixin"
data-dojo-props="children: this.childData">
</div>
<div data-dojo-attach-point="simpleWidgetListWithRegularDijitInMixin"
data-dojo-type="dojox/mvc/WidgetList"
data-mvc-child-type="My.Widget"
data-mvc-child-mixins="My.Mixin,dijit/_Container"
data-dojo-props="children: this.childData">
</div>
</div>