Home
last modified time | relevance | path

Searched refs:bindAsEventListener (Results 1 – 10 of 10) sorted by relevance

/plugin/freechat/phpfreechat/data/public/js/
H A Dactivity.js9 Event.observe(subject, 'mousemove', this._OnFocus.bindAsEventListener(this), false);
10 Event.observe(subject, 'mouseout', this._OnBlur.bindAsEventListener(this), false);
H A Dpfcclient.js90 …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 Dprototype.js213 bindAsEventListener: function() {
/plugin/issuetracker/
H A Dfabtabulous.js25 Event.observe(elm,'click',this.activate.bindAsEventListener(this),false)
H A Dtablekit.js828 form.onsubmit = this._submit.bindAsEventListener(this);
865 cancelLink.onclick = this._cancel.bindAsEventListener(this);
H A Dprototype.js395 function bindAsEventListener(context) { function
445 bindAsEventListener: bindAsEventListener,
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js70 this.eventMouseDown = this.startDrag.bindAsEventListener(this);
71 this.eventMouseUp = this.endDrag.bindAsEventListener(this);
72 this.eventMouseMove = this.update.bindAsEventListener(this);
H A Dcontrols.js90 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 Ddragdrop.js133 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 Dprototype.js295 function bindAsEventListener(context) { function
345 bindAsEventListener: bindAsEventListener,