Siebel Open UI - How to Create Tooltip On Siebel Form Applet Controls?
A customer has kindly provided the below solution on how to implement the tooltip functionality on Siebel Open UI form applet controls:
Please note questions related to implementing the custom Physical Renderer and integrating third party library is beyond the scope of Technical Support as per Scope of Service for Siebel Configuration and Scripting - Siebel Open UI(1513378.1). If further assistance is needed, please consider involving Oracle Consulting Services.
1) Find the attached PR file named TooltipPR.js with below content:
if(typeof(SiebelAppFacade.TooltipPR) === "undefined"){
SiebelJS.Namespace("SiebelAppFacade.TooltipPR");
define("siebel/custom/TooltipPR", ["siebel/viewpr"], function(){
SiebelAppFacade.TooltipPR = (function(){
function TooltipPR(){