Singleton
caplin.element.handler

ImageHoverHandler

The class has been deprecated and may be removed in future releases.

Constructor Summary

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

Applies the specified numeric value as a negative "top" when the control is hovered over by the user.

Methods inherited from class caplin.element.Handler:
initialise

Constructor Detail

caplin.element.handler.ImageHoverHandler()

Applies the specified numeric value as a negative "top" when the control is hovered over by the user. The events that will trigger the setting of the value are "mouseover" which uses the control attribute value "top-mouseover" and "mouseout" which uses the attribute value "top-mouseout".

Deprecated
supports adding a class attribute in the template, which allows hover styling via CSS, negating the need for this handler.