Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <div class="myDiv" style="height:400px">
  2. <div class="ui-layout-center">Center</div>
  3. <div class="ui-layout-north">North</div>
  4. <div class="ui-layout-south">South</div>
  5. <div class="ui-layout-east">East</div>
  6. <div class="ui-layout-west">West</div>
  7. </div>
  8.  
  9. $('.myDiv').layout({
  10. resizeWhileDragging: true,
  11. sizable: false,
  12. animatePaneSizing: true,
  13. fxSpeed: 'slow',
  14. west__spacing_closed: 0,
  15. west__spacing_open: 0,
  16. north__spacing_closed: 0,
  17. north__spacing_open: 0,
  18.  
  19. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement