The following tables list the members exposed by TabItem.
Name | Description | |
---|---|---|
TabItem 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 (Inherited from Infragistics.Web.UI.LayoutPane) | |
enableCloseButton | Checks if close button is enabled.If returned value is 0, then WebTab.CloseButton.Enabled property is used. If returned value is 1, then close button is enabled. If returned value is 2, then close button is disabled. | |
enabled | Gets sets enabled state of tab as boolean.True: tab item is enabled | |
hidden | Gets sets hidden state of tab as boolean.True: tab item is hidden | |
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. (Inherited from Infragistics.Web.UI.LayoutPane) | |
index | Gets index of pane within collection of panes in WebTab as integer.Index in collection of tabs. | |
key | Gets sets key of tab item.String associated with tab item | |
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. (Inherited from Infragistics.Web.UI.LayoutPane) | |
scrollLeft | Gets sets scroll left of pane's content as Number.Scroll position in pixels. (Inherited from Infragistics.Web.UI.LayoutPane) | |
scrollTop | Gets sets scroll top of pane's content as Number.Scroll position in pixels. (Inherited from Infragistics.Web.UI.LayoutPane) | |
tabSize | Gets sets size of tab in % or px units as string.Size in units | |
text | Gets sets text displayed on tab as string. Note: when vertical text is enabled, then the set may fail if value contains html tags. Text in tab label | |
visibleIndex | Gets sets visible index of tab as integer.Visible index. |
Name | Description | |
---|---|---|
dispose | Disposes object and event handlers. | |
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. (Inherited from Infragistics.Web.UI.LayoutPane) | |
getBody | That function is designed for internal usage only (part of LayoutManager). (Inherited from Infragistics.Web.UI.LayoutPane) | |
getClientHeight | That function is designed for internal usage only (part of LayoutManager). (Inherited from Infragistics.Web.UI.LayoutPane) | |
getClientWidth | That function is designed for internal usage only (part of LayoutManager). (Inherited from Infragistics.Web.UI.LayoutPane) | |
getDisplayedText | Gets text displayed on tab. | |
getImageElem | Gets reference to html element which renders image. | |
getTextElem | Gets reference to html element which contains text. |