$getSize of ui.docmanager, Others Webix Docs

returns the current size of the component

array $getSize( [number dx,number dy] );

dx

numberbase width dy
numberbase height
arrayan 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

  • Back to top

    Join Our Forum

    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.

    Go to Forum