From: Andrew G. <an...@zo...> - 2003-07-17 23:45:49
|
Hi, I've been looking at using DynAPI3 to build the front-end for a data-entry application. So far, I have been very impressed by this library. I have a question regarding event handling for the HTMLTextBox component. I want to add an event listener for the "onchange" event, but this event doesn't seem to be handled by the library at all. "Change" events are needed if you want to validate each field in a form as they are entered. How can I capture onchchange events in DynAPI? Is there a reason why "onchange" seems to have been left out of the event processing code in DynAPI? regards, Andrew Gillett |