wc.widget.Tooltip

The Tooltip widget is an extension of dijit.Tooltip and is used to display tooltips that match the overall style of the Aurora starter store. It inherits all the functionality from dijit.Tooltip, but does not have the default dijit.Tooltip styles.

Sample Output

Comparison between dijit.Tooltip and wc.widget.Tooltip
dijit.Tooltip wc.widget.Tooltip
dijit.Tooltip sample output wc.widget.Tooltip sample output

Example


<span id="promotionTooltip" dojoType="wc.widget.Tooltip" connectId="promotionDetails"></span>

Parameters

params
(Object) Optional: The Dijit parameters to use with the container.
srcNodeRef
(DomNode|String) The pointer to the original dom node.