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

MOSC Banner

Not able to change control to Open UI JQuery Slider in aurora theme

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

Hi Experts,

I have the requirement to show Opportunity Sales Win Probability percentage control on the form applet as slider.

Following is the code in ShowUI function in PR file.

$("[name=s_2_1_1_0]").parent().append($("<div>").attr("id","sliderProbability2"));

$( "#sliderProbability2" ).slider({ range: "max", min: 10, max: 100, value: 10, slide: function( event, ui ) { $( "[name=s_2_1_1_0]" ).val( ui.value ); } });

In earlier version(8.1.1.10), the same code above worked but in IP2015 patch set6 Aurora theme, the slider not displayed at all. I have not tried for any other theme yet.

Please suggest if any specific setup required?

Thanks,

Vinay

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