/javascript-mode/extjs.2col

http://github.com/ridgetang/snippets · Unknown · 24 lines · 23 code · 1 blank · 0 comment · 0 complexity · ef16eae26e592060a34597e1c40eb97b MD5 · raw file

  1. # name : 2col
  2. # key : 2col
  3. # group : extjs
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. items: [
  8. {
  9. layout: 'column',
  10. defaults: {
  11. columnWidth: 0.5,
  12. layout: 'form',${1:
  13. style: 'padding: 0 5px;'}
  14. },
  15. items: [
  16. {
  17. $0
  18. },
  19. {
  20. }
  21. ]
  22. }
  23. ]