adjusts the size of Ribbon when the parent's size is changed
myRibbon.setSizes();
The method is used to refresh Ribbon after the size of its container has changed.
In the fullscreen mode or if Ribbon is attached to another DHTMLX component the method is called automatically.
added in version 4.0
Back to top