TabSheetRange.getCutRangeSizes

Syntax

getCutRangeSizes();

Description

The getCutRangeSizes method gets sizes of ranges divided by fixation lines in pixels.

Comments

This method returns a JSON object with the following fields: tlSize - sizes (height and width) of the top left range, trSize - sizes of the top right range, blSize - sizes of the bottom left range and brSize - sizes of the bottom right range, status - splitting mode for the initial range.

Example

The example of use is given on the page with description of the TabSheetRange.getCutRanges method.

See also:

TabSheetRange