org.apache.wicket.extensions.captcha.kittens.kittencaptcha.min.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wicket-extensions Show documentation
Show all versions of wicket-extensions Show documentation
Wicket Extensions is a rich component library for the Wicket framework.
function getEventX(b,c){var a;if(c.offsetX!=null){a=c.offsetX}else{a=c.pageX;do{a=a-b.offsetLeft;b=b.offsetParent}while(b!=null)}return parseInt(a,10)}function getEventY(b,c){var a;if(c.offsetY!=null){a=c.offsetY}else{a=c.pageY;do{a=a-b.offsetTop;b=b.offsetParent}while(b!=null)}return parseInt(a,10)}function getImage(){return Wicket.$("imageContainer").getElementsByTagName("img")[0]}function showLoadingIndicator(){Wicket.$("loading").style.visibility="visible"}function hideLoadingIndicator(){Wicket.$("loading").style.visibility="hidden"};
© 2015 - 2024 Weber Informatics LLC | Privacy Policy