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
dijit.Tooltip | wc.widget.Tooltip |
---|---|
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.