frontend-frameworks-showcase/dojo_demo2/widgets/SimpleWidget.html

16 lines
566 B
HTML
Raw Normal View History

<div>
Simple Widget
<div data-dojo-attach-point="point">
<span>No implementation to check how different values for domConstruct.place first, last, only and so on will behave</span>
</div>
<button data-dojo-attach-event="onclick: clickMeHandle">Click me</button>
<ul>
<li><a href="https://dojotoolkit.org/api/?qs=1.10/dijit/_WidgetBase">More documentation under this link #1 WidgetBase</a></li>
<li><a href="https://dojotoolkit.org/reference-guide/1.10/dojo/dom-construct.html">More documentation under this link #2 domConstruct</a></li>
</ul>
</div>