Region: PP.Ui.BorderLayoutItem
The Region property sets layout region.
Use the setRegion(regionName, region) method to set the property and the getRegion(regionName) method to get the property. Property value cannot be set from JSON.
The setRegion method parameters:
- regionName: PP.Ui.REGION. Name of the layout area from where the component is installed.
- region: PP.Ui.BorderLayoutItem||JSON. The component which is installed in the area.
The getRegion method parameters:
- regionName: PP.Ui.REGION. Name of the area from where the component is extracted.
The property use is given on the Example of Creating the BorderLayout Component page.
See also: