AJAX-ZOOM has some callbacks that can be used to develop custom applications. It is planed to extend the callbacks and API in general with high priority. So if You miss something please contact us and we will implement whatever you need in the next release or as quick patch. The API documentation will be updated bit by bit. Thank You.
After the initialization of AJAX-ZOOM the callback functions are stored in the object jQuery.axZm.userFunc e.g. jQuery.axZm.userFunc.onZoomInClickStart so you can access them later by redifining them if needed:
jQuery.axZm.userFunc.onZoomInClickStart = function(){
// Do something
alert('This is a test');
// Or disable the function
jQuery.axZm.userFunc.onZoomInClickStart = null;
};
|
See AJAX-ZOOM in action on
Magento
Integration quide |
|
See AJAX-ZOOM in action on
xt:Commerce (xtcModified, Gambio, VEYTON 4)
Integration quide |
|
See AJAX-ZOOM in action on
Oxid eSales
Integration quide |
| More comming soon... |
| Name (required): | ||
| Email (required): | ||
| Website: |
|
Your comment (no html): | |
| Looking for a place to add a personal image? Visit www.gravatar.com to get Your own gravatar, a globally-recognized avatar. After you're all setup, Your personal image will be attached every time you comment. | |