From: Raymond I. <xw...@ya...> - 2003-07-18 01:32:36
|
Hi Andrew, Please see below: --- Andrew Gillett <an...@zo...> wrote: > 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? You're correct. The onchange event it missing from both HTMLTextArea and HTMLTextbox. I'll add those soon but for now you can use onkeypress. -- Raymond Irving > > regards, > Andrew Gillett > > > > ------------------------------------------------------- > This SF.net email is sponsored by: VM Ware > With VMware you can run multiple operating systems > on a single machine. > WITHOUT REBOOTING! Mix Linux / Windows / Novell > virtual machines at the > same time. Free trial click here: > http://www.vmware.com/wl/offer/345/0 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |