[Dynapi-Help] onChange event and DynLayer...You'll
notice that there is a method called capture mouse events in which it contains
the following code:
if (is.ns4) elm.captureEvents(Event.MOUSEDOWN |
Event.MOUSEUP | Event.CLICK | Event.DBLCLICK);
elm.>
This is wh
You'll notice that there is a method called capture mouse events in which
it contains the following code:
if (is.ns4) elm.captureEvents(Event.MOUSEDOWN
| Event.MOUSEUP | Event.CLICK | Event.DBLCLICK);
elm.>
This is where is redirects these so that they trigger events that can
be detected
I have a DynLayer which contains (setHTML) a select element...
Every select html element has an onchange event... until now I beleived that
I can catch all the events of the inner html element in the DynLayer with an
eventListener
Is it correct? Can I do this?
Thank you
Andreas Gortsilas