The following tables list the members exposed by LayoutPane.
Name | Description | |
---|---|---|
LayoutPane Constructor |
Name | Description | |
---|---|---|
contentUrl | Gets sets name of url used for pane's iframe. Note: set method has effect only if value for ContentUrl was set on server.Name of url | |
iframe | Gets reference to iframe element located in pane or null. It should be first child in pane. Method may include optional param. If it is true and IFRAME does not exist, then it is created dynamically. | |
scrollBars | Gets sets overflow for pane's content as Number. Value should match with server's ContentOverflow enum.Possible values: 0- visible, 1- auto, 2- scroll, 3- hidden. | |
scrollLeft | Gets sets scroll left of pane's content as Number.Scroll position in pixels. | |
scrollTop | Gets sets scroll top of pane's content as Number.Scroll position in pixels. |
Name | Description | |
---|---|---|
findChild | Gets reference to child element from its id. That method also will attempt to search for a child within iframe, if ContentUrl is set or if iframe is first child in pane. | |
getBody | That function is designed for internal usage only (part of LayoutManager). | |
getClientHeight | That function is designed for internal usage only (part of LayoutManager). | |
getClientWidth | That function is designed for internal usage only (part of LayoutManager). |