Questions tagged [mootools-events]

73 questions
0
votes
2 answers

Is there a way to capture x-browser paste events in mootools?

I want to capture when a user pastes data into a text input field using mootools event system. Anyone have experience of this?
citronic
  • 9,868
  • 14
  • 51
  • 74
0
votes
1 answer

Mootools Event firing

So this is kinda sketchy. DISCLAIMER: I am not a MooTools developer; pretty much never touched it. I am attempting to fire a MooTools event. I have a time tracking grid that I am attempting to auto-populate in AtTask using a JavaScript bookmarklet.…
kalisjoshua
  • 2,306
  • 2
  • 26
  • 37
0
votes
1 answer

Why is event in Firefox undefined when defining a pseudo event with MooTools?

I am trying to define a pseudo event with MooTools. It works in Chromium, but not in Firefox. Both browser are the newest stable version. Here is my event: DOMEvent.definePseudo('ctrl', function(split, fn, args){ if(event.ctrlKey == true)…
lino
  • 85
  • 11
0
votes
1 answer

slideIn after slideOut in mootools 1.1

I am trying to build a custom code in mootools 1.1, what am doing is when you click a button the container slideOut first and delay for few seconds let say 2sec then slideIn again, firstly the container is open... The…
SaurabhLP
  • 3,619
  • 9
  • 40
  • 70
0
votes
2 answers

How to prevent the default action with mootools

New Document