comparison client/digitallibrary/jquery/jquery-digilib-plugins.txt @ 796:6aa9908303f1 jquery

added redisplay handler to birdseye. updated plugin docu.
author robcast
date Fri, 18 Feb 2011 19:18:14 +0100
parents 63c1b33e38b1
children ae8e98c479d5
comparison
equal deleted inserted replaced
795:00d37112d062 796:6aa9908303f1
33 33
34 * digilib calls the "init" function from the plugin object with the data object instance as a parameter in digilibs init phase. 34 * digilib calls the "init" function from the plugin object with the data object instance as a parameter in digilibs init phase.
35 35
36 * further actions should be implemented as custom events on the data object. 36 * further actions should be implemented as custom events on the data object.
37 37
38 * events should be documented here... 38 * events triggered by digilib on the data object:
39 "setup": in the init phase, after scalerDiv and buttons have been set up.
40 "update", updateDisplay(): after small updates in the display, e.g. when the scaler-img finished loading.
41 "redisplay", redisplay(): after changes in the display, e.g. after changing zoom factor.
42 "dragZoom(newZoomArea)": while dragging the zoom area (with parameter newZoomArea).