how to change the width and height of the custom widget pragmatically in launchpad theme?. Setting in config file using position key and using the below code is not working for me. Is it a bug or am i missing something?
var pos = {
width: '600px',
height: '500px'
};
html.setStyle(this.domNode, pos);