You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
328 B
5 lines
328 B
{% 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> |