/javascript-mode/extjs_fieldset

http://github.com/ridgetang/snippets · #! · 18 lines · 18 code · 0 blank · 0 comment · 0 complexity · 1362f0c0230c9e7bcde0bc7efba2598b MD5 · raw file

  1. # name : fieldset
  2. # key : fieldset
  3. # group : extjs
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. {
  8. xtype: 'fieldset',${1:
  9. title: '${2:Title}',}
  10. autoHeight: true,${3:
  11. defaults: {
  12. xtype: 'textfield',
  13. anchor: "-20"
  14. \},}
  15. items: [
  16. $0
  17. ]
  18. }