Class ecm.widget._HoverHelpMixin

Provides a base class for creating and displaying hover help in the user interface.
Defined in: <ecm\widget\_HoverHelpMixin.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
The ID of the ecm.widget.HoverHelp object that this widget points to.

Method Summary

Method Attributes Method Name and Description
 
 
setHoverHelp(hoverHelp)
Set the hover help that should be opened when the user hits Ctrl F1.

Constructor Detail

ecm.widget._HoverHelpMixin()

Field Detail

hoverHelpId

The ID of the ecm.widget.HoverHelp object that this widget points to.
Since:
2.0.3.6

Method Detail

postCreate()


setHoverHelp(hoverHelp)

Set the hover help that should be opened when the user hits Ctrl F1.
Parameters:
hoverHelp