/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

  1. # name : simple form.textfield with id
  2. # key : tf.1
  3. # group : extjs.form
  4. # contributor : crazycode@gmail.com
  5. # --
  6. {
  7. id: '${1:model}_${2:attribute}_text',
  8. fieldLabel: '${3:label}',
  9. name: '$1[$2]'
  10. }, $0