Solved
How to toggle "always on top" from javascript?
Hello,
I have a model item that I want to be on top for only a specific part of my sequence. How do I toggle this on and off using java script? Currently I am trying: $scope.view.wdg['modelItem-1']['always on top'] = true; but this does not seem to be correct. Thank you!

