Check documentation for the latest version of dhtmlxSuite setSizes DHTMLX Docs

setSizes

adjusts the size of Ribbon when the parent's size is changed

void setSizes();

Example

myRibbon.setSizes();

Details

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.

Change log

added in version 4.0

Back to top