Forums

Full Version: how to provide background color and bottom border
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
var a=sdk.getDivIdFromComponetId('label3');

sdk.applyStyles( "#" +a+ " span", { "background": "#01b8aa","border-bottom": "5px solid #01b8aa"} );