- <?page title="new page title" contentType="text/html;charset=UTF-8"?>
- <zk>
- <window title="DragnDrop" border="normal" width="500px" apply="def.gpp">
- <box orient="horizontal" droppable="true">
- <window title="" border="normal" width="90px" draggable="true"">
- 1
- </window>
- <window title="" border="normal" width="90px" draggable="true" onDrag="alert(fooo)">
- 2
- </window>
- </box>
- </window>
- </zk>