blob: 56c38f308bb85eefc04c985ca6ed4ab33c6a8839 (
plain)
1
2
3
4
5
|
{% load dojox.dtl.contrib.dijit dojox.dtl.contrib.html %}
<div>
<div tstyle="top: {{ y }}px; left: {{ x }}px;" style="width: 10px; height: 10px; background: red; position: absolute;"> </div>
<div dojoAttachPoint="blue" style="top: 10px; left: 0; width: 10px; height: 10px; background: blue; position: absolute;"> </div>
</div>
|