$getSize of ui.docmanager, Others Webix Docs
returns the current size of the component
array $getSize( [number dx,number dy] );
dx
| array | an array of sizes |
Details
The method is used in the inner sizing logic and not intended for direct use.
To get component sizes, please use the $width and $height properties
An array of sizes
The returning array contains 5 sizes of the components:
- min width
- max width
- min height
- max height
- gravity
See also
Articles
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.