https://github.com/mootools/mootools-core/blob/master/Source/Element/Element.Event.js#L137
You can add unsupported event to the list Element.NativeEvents.input = 1; it will work if browser support this event On Wed, Nov 24, 2010 at 11:41 AM, Maxim Lacrima <[email protected]> wrote: > Hi! > > I might be missing something obvious, but where can I find a list of > supported event names, which I can specify in addEvent method? > > For example, I want to use oninput event on my text box, but it seems > is not supported... > > Thanks in advance! > > -- > with regards, > Maxim >
