Class idx.widget.HoverHelpTooltip


Extends dijit.Tooltip.
HoverHelpTooltip provides pop-up information that displays when users hover the mouse pointer over an help indicator. HoverHelpTooltip is implemented following the standard and specified IBM One UI(tm) Hover Help
Defined in: <idx\widget\HoverHelpTooltip.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
draggable: Boolean Toggles the moveable aspect of the HoverHelpTooltip.
 
Milliseconds to fade in/fade out
 
Focus HoverHelpTooltip once it shown.
 
Learn more link value
 
Whether to show Learn more link

Method Summary

Method Attributes Method Name and Description
 
close(force)
 
 
hide(aroundNode, force)
 
 
 
orient(node, aroundCorner, HoverHelpTooltipCorner, spaceAvailable, aroundNodeCoords)
 
 
 
show(innerHTML, aroundNode, position, rtl, textDir, showLearnMore, learnMoreLinkValue, showCloseIcon, forceFocus, ariaLabel)

Constructor Detail

idx.widget.HoverHelpTooltip()

     <span data-dojo-type="idx.widget.HoverHelpTooltip" data-dojo-props='
     connectId:["anchor"],
     forceFocus: true,
     showLearnMore:true,
     learnMoreLinkValue:"http://www.ibm.com"'
     style="width: 300px">
     Passwords must be between 5 and 20 characters. There must be a combination of alphanumeric characters, starting with a letter and at least one number.<br /><br />
     </span>
See:
dijit.Tooltip

Field Detail

{boolean} draggable

draggable: Boolean Toggles the moveable aspect of the HoverHelpTooltip. If true, HoverHelpTooltip can be dragged by it's grippy bar. If false it will remain positioned relative to the attached node

{Integer} duration

Milliseconds to fade in/fade out

{Boolean} forceFocus

Focus HoverHelpTooltip once it shown.

{String} learnMoreLinkValue

Learn more link value

{Boolean} showLearnMore

Whether to show Learn more link

Method Detail

close(force)

Parameters:
force

focus()


hide(aroundNode, force)

Parameters:
aroundNode
force

hideOnClickClose()


onBlur()


orient(node, aroundCorner, HoverHelpTooltipCorner, spaceAvailable, aroundNodeCoords)

Parameters:
node
aroundCorner
HoverHelpTooltipCorner
spaceAvailable
aroundNodeCoords

postCreate()


postMixInProperties()


show(innerHTML, aroundNode, position, rtl, textDir, showLearnMore, learnMoreLinkValue, showCloseIcon, forceFocus, ariaLabel)

Parameters:
innerHTML
aroundNode
position
rtl
textDir
showLearnMore
learnMoreLinkValue
showCloseIcon
forceFocus
ariaLabel