Skip to main content
Message:
A short message providing information on the associated item. Takes precedence over message from resources.
Title:
The title is displayed by most browsers when hovering over the button and used for accessibility.
Href:
Usually specified as a relative link to find more information on the associated item. Takes precedence over href from resources.
Base Href:
The "baseHref" usually comes from resources and is a global setting. It used as a prefix to the "href".
Profile:The "profile" can be set directly or can inherit from the default value.
Default Profile:The "default profile" affects all HoverHelp instances that are set to use the default even after construction.
Show Delay:
The millisecond delay before showing the popup. Defaults to 600ms in "oneui" theme.
Topic ID:
Specify this to lookup message and/or href in resources.
Message Key Prefix:
Prefix used with "topicID" to build the key for looking up the message in resources.
Message Key Suffix:
Suffix used with "topicID" to build the key for looking up the message in resources.
Href Key Prefix:
Prefix used with "topicID" to build the key for looking up the href in resources.
Href Key Suffix:
Suffix used with "topicID" to build the key for looking up the href in resources.
Disabled:
Disables the hover help widget.
Click to Open:
Check this to force click-to-open behavior.
Resources:
{ }
Example:
{
  "topic_userInfo_given_name_message": "The user's given name.",
  "topic_userInfo_given_name_href": "/infocenter/myproduct/userinfo#givenName",
  "defaultHrefLabel": "Learn more....",
  "defaultTitle": "Click or display help",
  "defaultMessage": "[No Help Available]",
  "baseHref": "http://publib.boulder.ibm.com"
}