Is used to command ItsNat to transport the specified attribute of a client
DOM element and optionally synchronize it with the matched server DOM element.
After synchronization the server element has the same attribute value
as the client counterpart. If the client element has not the specified attribute
the server element attribute will be removed too.
With or without synchronization the attribute value can be obtained
calling
org.itsnat.core.event.ItsNatEvent.getExtraParam(String)
See Also: org.itsnat.core.ItsNatDocument.addEventListener(org.w3c.dom.events.EventTargetStringorg.w3c.dom.events.EventListenerbooleanintParamTransport[]Stringlong) author: Jose Maria Arranz Santamaria |