%PDF- %PDF-
| Direktori : /etc/apache2/sites-available/crm_new/include/javascript/yui3/build/event/ |
| Current File : //etc/apache2/sites-available/crm_new/include/javascript/yui3/build/event/event-base-ie.js |
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
(function(){var stateChangeListener,GLOBAL_ENV=YUI.Env,config=YUI.config,doc=config.doc,docElement=doc&&doc.documentElement,EVENT_NAME='onreadystatechange',pollInterval=config.pollInterval||40;if(docElement.doScroll&&!GLOBAL_ENV._ieready){GLOBAL_ENV._ieready=function(){GLOBAL_ENV._ready();}
/*! DOMReady: based on work by: Dean Edwards/John Resig/Matthias Miller/Diego Perini */
;if(self!==self.top){stateChangeListener=function(){if(doc.readyState=='complete'){GLOBAL_ENV.remove(doc,EVENT_NAME,stateChangeListener);GLOBAL_ENV.ieready();}};GLOBAL_ENV.add(doc,EVENT_NAME,stateChangeListener);}else{GLOBAL_ENV._dri=setInterval(function(){try{docElement.doScroll('left');clearInterval(GLOBAL_ENV._dri);GLOBAL_ENV._dri=null;GLOBAL_ENV._ieready();}catch(domNotReady){}},pollInterval);}}})();YUI.add('event-base-ie',function(Y){var IEEventFacade=function(){Y.DOM2EventFacade.apply(this,arguments);};Y.extend(IEEventFacade,Y.DOM2EventFacade,{init:function(){IEEventFacade.superclass.init.apply(this,arguments);var e=this._event,resolve=Y.DOM2EventFacade.resolve,x,y,d,b,de,t;this.target=resolve(e.srcElement);if(('clientX'in e)&&(!x)&&(0!==x)){x=e.clientX;y=e.clientY;d=Y.config.doc;b=d.body;de=d.documentElement;x+=(de.scrollLeft||(b&&b.scrollLeft)||0);y+=(de.scrollTop||(b&&b.scrollTop)||0);this.pageX=x;this.pageY=y;}
if(e.type=="mouseout"){t=e.toElement;}else if(e.type=="mouseover"){t=e.fromElement;}
this.relatedTarget=resolve(t);if(e.button){switch(e.button){case 2:this.which=3;break;case 4:this.which=2;break;default:this.which=e.button;}
this.button=this.which;}},stopPropagation:function(){var e=this._event;e.cancelBubble=true;this._wrapper.stopped=1;this.stopped=1;},stopImmediatePropagation:function(){this.stopPropagation();this._wrapper.stopped=2;this.stopped=2;},preventDefault:function(returnValue){this._event.returnValue=returnValue||false;this._wrapper.prevented=1;this.prevented=1;}});var imp=Y.config.doc&&Y.config.doc.implementation;if(imp&&(!imp.hasFeature('Events','2.0'))){Y.DOMEventFacade=IEEventFacade;}},'3.3.0');