Searched refs:bindAsEventListener (Results 1 – 10 of 10) sorted by relevance
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | activity.js | 9 Event.observe(subject, 'mousemove', this._OnFocus.bindAsEventListener(this), false); 10 Event.observe(subject, 'mouseout', this._OnBlur.bindAsEventListener(this), false);
|
H A D | pfcclient.js | 90 …y_window) this.detectactivity.onunactivate = this.gui.unnotifyWindow.bindAsEventListener(this.gui); 93 this.el_words.onkeypress = this.callbackWords_OnKeypress.bindAsEventListener(this); 96 …Event.observe(this.el_words, 'keydown', this.callbackWords_OnKeydown.bindAsEventListener(thi… 97 …Event.observe(this.el_words, 'keyup', this.callbackWords_OnKeyup.bindAsEventListener(this)… 98 …Event.observe(this.el_words, 'mouseup', this.callbackWords_OnMouseup.bindAsEventListener(thi… 99 …Event.observe(this.el_words, 'focus', this.callbackWords_OnFocus.bindAsEventListener(this)… 100 …Event.observe(document.body, 'unload', this.callback_OnUnload.bindAsEventListener(this), fa…
|
H A D | prototype.js | 213 bindAsEventListener: function() {
|
/plugin/issuetracker/ |
H A D | fabtabulous.js | 25 Event.observe(elm,'click',this.activate.bindAsEventListener(this),false)
|
H A D | tablekit.js | 828 form.onsubmit = this._submit.bindAsEventListener(this); 865 cancelLink.onclick = this._cancel.bindAsEventListener(this);
|
H A D | prototype.js | 395 function bindAsEventListener(context) { function 445 bindAsEventListener: bindAsEventListener,
|
/plugin/s5reloaded/ui/effects_support/ |
H A D | slider.js | 70 this.eventMouseDown = this.startDrag.bindAsEventListener(this); 71 this.eventMouseUp = this.endDrag.bindAsEventListener(this); 72 this.eventMouseMove = this.update.bindAsEventListener(this);
|
H A D | controls.js | 90 Event.observe(this.element, 'blur', this.onBlur.bindAsEventListener(this)); 91 Event.observe(this.element, 'keydown', this.onKeyPress.bindAsEventListener(this)); 298 Event.observe(element, "mouseover", this.onHover.bindAsEventListener(this)); 299 Event.observe(element, "click", this.onClick.bindAsEventListener(this)); 953 Event.observe(this.element,'keyup',this.delayedListener.bindAsEventListener(this));
|
H A D | dragdrop.js | 133 this.eventMouseUp = this.endDrag.bindAsEventListener(this); 134 this.eventMouseMove = this.updateDrag.bindAsEventListener(this); 135 this.eventKeypress = this.keyPress.bindAsEventListener(this); 284 this.eventMouseDown = this.initDrag.bindAsEventListener(this);
|
H A D | prototype.js | 295 function bindAsEventListener(context) { function 345 bindAsEventListener: bindAsEventListener,
|