/javascript-mode/extjs_find
http://github.com/ridgetang/snippets · #! · 14 lines · 13 code · 1 blank · 0 comment · 0 complexity · aee4821b8dc2a7df5dcd6ed5ea9f3abe MD5 · raw file
- # name : find
- # key : find
- # group : extjs
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- ${1:ModelName}.findById(${2:id}, {${3:
- loadFailure: function(response) {
-
- \},}
- loadSuccess: function(${4:${1/(.+)\.([A-Za-z]*)$/\l$2/}}) {
- $0
- }
- });