timeline/timeline.html
changeset 80 00a3532ad8cf
parent 77 04b8157f077b
child 81 bf6adf981cc2
equal deleted inserted replaced
79:be3defb1bbdb 80:00a3532ad8cf
    36                     container: "timeline",
    36                     container: "timeline",
    37                     level: 1,
    37                     level: 1,
    38                     sync_now: false,
    38                     sync_now: false,
    39                     central_time: Date.parse("2012-07-26T00:00:00Z")
    39                     central_time: Date.parse("2012-07-26T00:00:00Z")
    40                 });
    40                 });
       
    41                 $("body").bind("AjoutOccurrenceEditeur MiseAJourOccurrenceEditeur SuppressionOccurrenceEditeur AjoutDependanceEditeur SuppressionDependanceEditeur AjoutDependanceTimeline AjoutOccurrenceTimeline MiseAJourOccurrenceTimeline SelectionOccurrenceTimeline SelectionOccurrenceMediadata", function(_event, _data) {
       
    42                     console.log(_event.type + " called with data " + JSON.stringify(_data));
       
    43                 });
    41             }); 
    44             }); 
    42         </script>
    45         </script>
    43     </head>
    46     </head>
    44 
    47 
    45     <body>
    48     <body>