Intersoft WebDesktop Documentation
WebTabItem
Send Feedback
Intersoft WebDesktop > Client-side References > WebTabItem

Glossary Item Box

 WebTabItem Properties

Name Description
Gets or sets the name of the WebTabItem

ValueType
String

Default Value

CaptionDisplayMode Description
Gets or sets the CaptionDisplayMode for WebTabItem

ValueType
DisplayMode

Default Value

ImageAlignment Description
The alignment of image in this WebTabItem

ValueType
String

Default Value

IsEnabled Description
Gets or sets a value indicating whether the WebTabItem can respond to user interaction

ValueType
boolean

Default Value
true
IsSeparator Description
Gets or sets a value indicating whether the WebTabItem is a separator

ValueType
boolean

Default Value
true
Text Description
Gets or sets the text to display on the WebTabItem

ValueType
String

Default Value

Image Description
Gets or sets the image inside WebTabItem

ValueType
object ( Image )

Default Value

Index Description
Gets the index of the WebTabItem

ValueType
integer

Default Value

ToolTip Description
Gets or sets the tooltip for the WebTabItem

ValueType
String

Default Value

ContentMode Description
Gets or sets the ContentMode of WebTabItem

ValueType


Default Value

ContentURL Description
Gets or sets the ContentURL of the WebTabItem

ValueType
String

Default Value

AllowClose Description
When this property is set to true, there will be a close button at the right most of the Tab

ValueType
boolean

Default Value
true
InProgressText Description
Specifies the text that will be displayed when the specific WebTabItem is in progress processing request

ValueType
String

Default Value

Collection Description
Gets the collection of WebTabItem

ValueType
WebTabItem[]

Default Value

IFrameLoaded Description
Gets or sets a value indicating whether content of the IFrame has been successfully loaded into WebTabItem

ValueType
boolean

Default Value
false
IsClosed Description
Gets or sets the status of the WebTabItem

ValueType
boolean

Default Value
false

 WebTabItem Methods

Enable Description
Enable the WebTab control

Parameters

Remarks

 

Return Value

void

Samples

 
Disable Description
Disable the WebTab control

Parameters

Remarks

 

Return Value

void

Samples

 
Close Description
Close the WebTab control

Parameters

Remarks

 

Return Value

void

Samples

 
GetElement Description
Gets the HTML element from current WebTab object

Parameters

Remarks

 

Return Value

object ( HTML element)

Samples

 
GetInnerTableElement Description
Gets the HTML Inner Table element of the WebTab

Parameters

Remarks

 

Return Value

object ( HTML element)

Samples

 
GetLeftImageElement Description
Gets the HTML Left Image element of the WebTab

Parameters

Remarks

 

Return Value

object ( HTML element)

Samples

 
GetCenterImageCellElement Description
Gets the HTML Center Image element of the WebTab

Parameters

Remarks

 

Return Value

object ( HTML element)

Samples

 
GetRightImageElement Description
Gets the HTML Right Image element of the WebTab

Parameters

Remarks

 

Return Value

object ( HTML element)

Samples

 
GetDivElement

Description
Gets the HTML Div element of the WebTab

Parameters

Remarks

 

Return Value

object ( HTML element)

Samples

 
IsActiveTab Description
Gets the value indicating whether this TabItem is the active tab

Parameters

Remarks


Return Value

boolean

Samples
SetActive Description
Sets this TabItem to become the active tab item

Parameters

Remarks


Return Value


Samples
SetCaption Description
Sets the caption text of this WebTabItem

Parameters
text ( String )
The text to be set as the caption for this WebTabItem

Remarks


Return Value


Samples
SetImage Description
Sets the image of this WebTabItem's header

Parameters
imageURL( String )
The image url to be set as the image of this WebTabItem

Remarks


Return Value


Samples
SetContentURL Description
Sets the content's URL of this WebTabItem

Parameters
url( String )
The content URL to be set as the content of this WebTabItem

Remarks

The ContentMode of the WebTabItem must be set to UseIFrame in order for this method to take affect.

Return Value


Samples
IsFirstItem

Description
Gets the value indicating whether this TabItem is the first tab item


Parameters

Remarks


Return Value

boolean

Samples
IsLastItem

Description
Gets the value indicating whether this TabItem is the last tab item


Parameters

Remarks


Return Value

boolean

Samples
GetTabPageElement

Description
Gets the HTML element of this TabPage


Parameters

 

Remarks

 

Return Value

object ( HTML element)

Samples

GetTabPageIFrameElement

Description
Gets the HTML element of this TabPage's IFrame


Parameters

 

Remarks

 

Return Value

object ( HTML element)

Samples

LoadContent

Description
Load the content of this WebTabItem


Parameters

 

Remarks

Return Value

 

Samples

GetInProgressText

Description
Gets the InProgressText of this TabItem


Parameters

 

Remarks

Return Value

String

Samples

ScrollIntoView

Description

Scroll this WebTabItem into visible view. This method is useful when the WebTab is using AllowScrolling feature.

Parameters

 

Remarks

Return Value

 

Samples

© 2012 Intersoft Solutions Corp. All Rights Reserved.