Singleton
caplin.element.styler

TooltipStyler

Styles a rate control with a tooltip.

TooltipStyler is typically used in the XML Renderer Framework.

Constructor Summary

Attributes Name and Description
caplin.element.styler.TooltipStyler()

Method Summary

Attributes Name and Description
void style(Variant vValue, Map mAttributes, caplin.control.Control oControl)

Styles a rate control with a tooltip.

Constructor Detail

caplin.element.styler.TooltipStyler()

Method Detail

void style(Variant vValue, Map mAttributes, caplin.control.Control oControl)

Styles a rate control with a tooltip. The tooltips attribute can be a combination of variables and static text. The current value can be referenced in the tooltip using the {0} token.

Attribute Options:

Option Description
tooltip the tooltip text to apply.

Parameters
Variant vValue the control value.
Map mAttributes the map of attributes.
caplin.control.Control oControl the control.