/javascript-mode/extjs_glt
http://github.com/ridgetang/snippets · #! · 13 lines · 13 code · 0 blank · 0 comment · 0 complexity · ca1ce4251a226daf76d7119934484540 MD5 · raw file
- # name : glt
- # key : glt
- # group : extjs
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- /**
- * Returns the HTML element to render child components to
- * @return {Ext.Element} The element child components will be rendered to
- */
- getLayoutTarget: function() {
- return ${1:this.layoutTarget};
- }