/javascript-mode/extjs_textfield
http://github.com/ridgetang/snippets · #! · 11 lines · 11 code · 0 blank · 0 comment · 0 complexity · 6e67c39365aea594a62b1bf85ca8e215 MD5 · raw file
- # name : textfield
- # key : textfield
- # group : extjs
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- {
- xtype: 'textfield',
- fieldLabel: '${1:Label}',
- name: '${2:${1/(.*)/\l$1/}}'
- }$0