Singleton
caplin.element.handler

ChangeHandler

Notifies all registered caplin.element.RendererEventListeners when the control value is changed by the user.

ChangeHandler is typically used in the XML Renderer Framework. The event type is "change" and is triggered on the keyup and blur events if the element "value" attribute has changed in comparison to the elements previous value. The previous value is stored on the element as the attribute "oldValue".

Constructor Summary

Attributes Name and Description
caplin.element.handler.ChangeHandler()

Methods inherited from class caplin.element.Handler:
initialise

Constructor Detail

caplin.element.handler.ChangeHandler()