e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
5 lines
No EOL
338 B
HTML
5 lines
No EOL
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> |