/javascript-mode/extjs_glt

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

  1. # name : glt
  2. # key : glt
  3. # group : extjs
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. /**
  8. * Returns the HTML element to render child components to
  9. * @return {Ext.Element} The element child components will be rendered to
  10. */
  11. getLayoutTarget: function() {
  12. return ${1:this.layoutTarget};
  13. }