Hi all,
at the top of my HomeButton I have a custom widget that can grow....
and I wish I could set top position value to HomeButton.
I am able to get the height of the custom widget
ar cs = domStyle.getComputedStyle(divCustomWidget);
var h = cs.height;
but how can I set the top distance at the HomeButton widget?
Thanks,
Naty