/javascript-mode/extjs.form.tf.1
http://github.com/ridgetang/snippets · Unknown · 10 lines · 10 code · 0 blank · 0 comment · 0 complexity · 0d53bdb46f89764067091abd65cbd9bc MD5 · raw file
- # name : simple form.textfield with id
- # key : tf.1
- # group : extjs.form
- # contributor : crazycode@gmail.com
- # --
- {
- id: '${1:model}_${2:attribute}_text',
- fieldLabel: '${3:label}',
- name: '$1[$2]'
- }, $0