/javascript-mode/extjs_ffield

http://github.com/ridgetang/snippets · #! · 10 lines · 10 code · 0 blank · 0 comment · 0 complexity · 6e57967ea1f552c1ba3be0bc59a0215a MD5 · raw file

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