/javascript-mode/extjs_textarea

http://github.com/ridgetang/snippets · #! · 11 lines · 11 code · 0 blank · 0 comment · 0 complexity · 3dd85de5b5b42595b4bf3641effe011d MD5 · raw file

  1. # name : textarea
  2. # key : textarea
  3. # group : extjs
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. {
  8. xtype: 'textarea',
  9. fieldLabel: '${1:Label}',
  10. name: '${2:name}'
  11. \}$0