blob: d37908b3b1668985bc012b58658c37448983a05d (
plain)
1
2
3
4
5
|
{% load dojox.dtl.contrib.dijit dojox.dtl.contrib.dom %}
<div>
<div style="top: {{ y }}px; left: {{ x }}px; 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>
|