Designing and Implementing Composite Applications : webMethods CAF and OpenCAF Development Help : User Interface Controls Concepts : Client-Side Libraries : CAF.Tooltip Class
CAF.Tooltip Class
You can programmatically attach a tool tip to any HTML element. The following code attaches a tool tip with the text "This control does something." to the control with the ID myControlId:
CAF.Tooltip.attachHover("#{activePageBean.clientIds['myControlId']}",
"This control does something.");
Copyright © 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback