Home
last modified time | relevance | path

Searched refs:pageX (Results 101 – 111 of 111) sorted by last modified time

12345

/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js634 …il eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue re…
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js792 …CompactEventPainter.prototype._onClickDurationEvent=function(F,B,C){if("pageX" in B){var A=B.pageX;
1280 …etailedEventPainter.prototype._onClickDurationEvent=function(F,B,C){if("pageX" in B){var A=B.pageX;
2119 …riginalEventPainter.prototype._onClickDurationEvent=function(F,B,C){if("pageX" in B){var A=B.pageX;
/plugin/processing/
H A Dscript.js11394 p.mouseX = e.pageX - offsetX;
/plugin/jquery/
H A Djquery-1.4.2.min.js56 …===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=s.documentElement;d=s.b…
H A Djquery-1.4.2.js1989 if ( event.pageX == null && event.clientX != null ) {
1991 …event.pageX = event.clientX + (doc && doc.scrollLeft || body && body.scrollLeft || 0) - (doc && do…
H A Dscript.js19 …et?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=d…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js106 …eenY;}else if (FCKBrowserInfo.IsSafari){x=A.clientX;y=A.clientY;}else{x=A.pageX;y=A.pageY;};B._Pan…
H A Dfckeditorcode_gecko.js105 …eenY;}else if (FCKBrowserInfo.IsSafari){x=A.clientX;y=A.clientY;}else{x=A.pageX;y=A.pageY;};B._Pan…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckcontextmenu.js197 x = ev.pageX ;
/plugin/chat/
H A Dscript.js49 if (e.pageX || e.pageY) {
50 posx = e.pageX;
/plugin/aimg/
H A Dscript.js425 mouseX = e.pageX || e.clientX + document.documentElement.scrollLeft;

12345