Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

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(){

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center