TabPanel.setHeaderLocation()¶
Устанавливает расположение закладок.
Syntax¶
tabPanel.setHeaderLocation(value)
Parameters¶
| Name | Type | Description |
|---|---|---|
| value | TabHeaderLocation | Расположение закладок |
Returns¶
Метод ничего не возвращает.
Examples¶
tabPanel.setHeaderLocation(TabHeaderLocation.top);