PageRenderTime 61ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/javascript-mode/extjs.alert

http://github.com/ridgetang/snippets
Unknown | 14 lines | 14 code | 0 blank | 0 comment | 0 complexity | 1b1170f1777f0f31b92d2524803f5329 MD5 | raw file
  1. # name : Ext.Msg.alert
  2. # key : alert.extjs
  3. # group : extjs
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. Ext.Msg.alert(
  8. '${1:title}',
  9. '${2:description}',
  10. function() {
  11. $0
  12. },
  13. ${3:this}
  14. );