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

MOSC Banner

Adding Applet Title - Applet PR Code

edited Nov 30, 2018 12:29AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 1 commentAnswered

Hi,

I am trying to add Applet title, which is working fine. But ading this code actually made all the fields disappear from list applet.

To explain: this code has been added to ShowUI

Init, BindData,BindEvents,End life has not been disturbed.

AccountIssues_Title.prototype.ShowUI = function () {

    SiebelAppFacade.AccountIssues_Title.superclass.ShowUI.apply(this, arguments);

    this.ShowTitle();

    }

     AccountIssues_Title.prototype.ShowTitle = function () {

     var sTitle = "<div id='sTitle' class='siebui-applet-title'><span>Issues</span></div>";

     $(".siebui-applet-title> span").css("display","block");

     $(".siebui-sub-applets").find("#s_S_A3_div").find(".siebui-applet-header").append(sLTitle);

    }

Pleae find screenshot of applet behavior after code change attached. Can you let me know whats wrong here?

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