Designing and Implementing Composite Applications 10.3 | 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 © 2018 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.