Advertisement
Guest User

Untitled

a guest
May 28th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. scheduler.attachEvent("onEventSave",function(id,ev,is_new){
  2.     if (is_new != null) {
  3.         /*GRAVAR NOVO EVENTO*/
  4.     }else{
  5.     /*GRAVAR ALTERAÇÕES A EVENTO QUE JA EXISTIA*/
  6.     }
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement