PageRenderTime 30ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/javascript-mode/extjs.form.hidden.1

http://github.com/ridgetang/snippets
Unknown | 10 lines | 10 code | 0 blank | 0 comment | 0 complexity | 1919326959ad0b781dd23945defe510f MD5 | raw file
  1. # name : extjs hidden form field
  2. # key : hidden.1
  3. # group : extjs.form
  4. # contributor : crazycode@gmail.com
  5. # --
  6. {
  7. xtype: 'hidden',
  8. name: '${1:model}[${2:attribute}]',
  9. value: ${3:value}
  10. }, $0