DiviAreaItem.getSize()
Returns size details of the visible Area.
When the Area is not visible, this function returns 0 for all values.
Params
- no Params
Returns
Returns a JS object with the following attributes:
widthThe Area width.heightThe Area height.contentWidthWidth of the scrollable content inside the Area.contentHeightHeight of the scrollable content inside the Area.wrapperWidthWidth of the wrapper (Area parent).wrapperHeightHeight of the wrapper (Area parent).windowWidthInner width of the browser window.windowHeightInner height of the browser window.
All values are integers that represent an individual pixel-dimension.
Notes
No notes