5 lines
338 B
HTML
5 lines
338 B
HTML
|
{% 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>
|