Not able to change control to Open UI JQuery Slider in aurora theme
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