ASP.NET Image Zoom Documentation - Client-side Methods

<%@ Register TagPrefix="obout" Namespace="OboutInc.ImageZoom" Assembly="obout_ImageZoom_NET" %>

Methods

Name Description
methodzoomIn Start loading big image and perform zooming in.

imageZoom.zoomIn();
 
methodzoomOut Close the zooming panel.

imageZoom.zoomOut();
 
methodgetStatus Get the status of imagezoom. The available value are "loading"|"opening"|opened"|"closing"|"closed".

alert(imageZoom.getStatus());
 
methodregisterEvent Register client-side event handles

Allowed events are:
"OnBeforeZoomIn"
"OnZoomIn"
"OnBeforeZoomOut"
"OnZoomOut"
"OnBeforeImageClick"
"OnImageClick"
"OnBeforeBigImageClick"
"OnBigImageClick"
"OnBeforeBackgroundClick"
"OnBackgroundClick"
"OnBeforeCloseButtonClick"
"OnCloseButtonClick"

imageZoom.registerEvent("OnZoomIn",function(sender,arg){
    alert("ZoomIn");
});

 

"I just discovered your control suite by accident and, after looking at your online demos, I was so impressed that I couldn't resist the temptation to download and put it through its paces. After several hours of experimentation, I congratulate you on a really great product. Your controls are well designed, robust and performance."

Tim Coulter

Random testimonial   All testimonials