Forums

Full Version: Script to change background color of label
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
var division = sdk.getDivIdFromComponetId( 'label123' );

sdk.applyStyles( "#" + division + " span", { "background": "#A8AFE8"} );