timeline/timeline.html
changeset 82 f00eb382bff1
parent 81 bf6adf981cc2
child 84 2448fdcef656
equal deleted inserted replaced
81:bf6adf981cc2 82:f00eb382bff1
    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) {
    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));
    42                     console.log(_event.type + " called with data " + JSON.stringify(data));
    43                 });
    43                 });
    44             }); 
    44             }); 
    45         </script>
    45         </script>
    46     </head>
    46     </head>
    47 
    47