Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 10th, 2012  |  syntax: None  |  size: 0.40 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?page title="new page title" contentType="text/html;charset=UTF-8"?>
  2. <zk>
  3. <window title="DragnDrop" border="normal" width="500px" apply="def.gpp">
  4. <box orient="horizontal" droppable="true">
  5.  
  6. <window title="" border="normal" width="90px" draggable="true"">
  7. 1
  8.  </window>
  9.  
  10. <window title="" border="normal" width="90px" draggable="true" onDrag="alert(fooo)">
  11. 2
  12.  </window>
  13.  
  14. </box>
  15.  
  16. </window>
  17. </zk>