The following tables list the members exposed by ZoombarClientEvents.
Name | Description | |
---|---|---|
WindowDragEnded | Event fired when the user stops dragging the zoom window. Function takes arguments evt and ui. Use ui.zoomWindow.left to get the current zoom window left position as a fraction of the absolute width of the target. Use ui.zoomWindow.width to get the current zoom window width as a fraction of the absolute width of the target. Use ui.owner to get reference to igZoombar. | |
WindowDragEnding | Event fired when the user attemtps to stop dragging the zoom window. Function takes arguments evt and ui. Use ui.zoomWindow.left to get the current zoom window left position as a fraction of the absolute width of the target. Use ui.zoomWindow.width to get the current zoom window width as a fraction of the absolute width of the target. Use ui.owner to get reference to igZoombar. | |
WindowDragging | Event fired when the user drags the zoom window. Function takes arguments evt and ui. Use ui.zoomWindow.left to get the current zoom window left position as a fraction of the absolute width of the target. Use ui.zoomWindow.width to get the current zoom window width as a fraction of the absolute width of the target. Use ui.owner to get reference to igZoombar. | |
WindowDragStarted | Event fired when the user starts dragging the zoom window. Function takes arguments evt and ui. Use ui.zoomWindow.left to get the current zoom window left position as a fraction of the absolute width of the target. Use ui.zoomWindow.width to get the current zoom window width as a fraction of the absolute width of the target. Use ui.owner to get reference to igZoombar. | |
WindowDragStarting | Event fired when the user attempts to drag the zoom window. Function takes arguments evt and ui. Use ui.zoomWindow.left to get the current zoom window left position as a fraction of the absolute width of the target. Use ui.zoomWindow.width to get the current zoom window width as a fraction of the absolute width of the target. Use ui.owner to get reference to igZoombar. | |
WindowResized | Event fired after the user resizes the zoom window with the window's handles. Function takes arguments evt and ui. Use ui.zoomWindow.left to get the current zoom window left position as a fraction of the absolute width of the target. Use ui.zoomWindow.width to get the current zoom window width as a fraction of the absolute width of the target. Use ui.owner to get reference to igZoombar. | |
WindowResizing | Event fired when the user resizes the zoom window with the window's handles. Function takes arguments evt and ui. Use ui.zoomWindow.left to get the current zoom window left position as a fraction of the absolute width of the target. Use ui.zoomWindow.width to get the current zoom window width as a fraction of the absolute width of the target. Use ui.owner to get reference to igZoombar. | |
ZoomChanged | Event fired after a zoom action is applied. Function takes arguments evt and ui. Use ui.previousZoom.left to get the previous zoom window left position as a fraction of the absolute width of the target. Use ui.previousZoom.width to get the previous zoom window width as a fraction of the absolute width of the target. Use ui.newZoom.left to get the new zoom window left position as a fraction of the absolute width of the target. Use ui.newZoom.width to get the new zoom window width as a fraction of the absolute width of the target. Use ui.owner to get reference to igZoombar. | |
ZoomChanging | Event fired before a zoom action is applied. Function takes arguments evt and ui. Use ui.previousZoom.left to get the previous zoom window left position as a fraction of the absolute width of the target. Use ui.previousZoom.width to get the previous zoom window width as a fraction of the absolute width of the target. Use ui.newZoom.left to get the new zoom window left position as a fraction of the absolute width of the target. Use ui.newZoom.width to get the new zoom window width as a fraction of the absolute width of the target. Use ui.owner to get reference to igZoombar. |
View on GitHub