ericabouaf / wireit

A javascript wiring library to create web wirable interfaces for dataflow applications, visual programming languages or graphical modeling.
http://neyric.github.io/wireit/docs/
Other
520 stars 90 forks source link

how to capture focus/blur/change events on inputEx form elements #37

Closed DerManoMann closed 14 years ago

DerManoMann commented 14 years ago

To properly detect whether things have changed I would like to detect events on inputEx fields. I've had a look and it looks like the inputEx.Field or inputEx.BaseField class might be the right place. However, I am not sure where/how to extend modify those to get custom code executed on those events

DerManoMann commented 14 years ago

ah, just realized there is an onchange method that fires an event - sorry to bother