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

Glossary Item Box

 WebExplorerBar Properties

Name Description
Gets or sets the name of this WebExplorerBar instance.

ValueType
String

Default Value

Index Description
Gets or sets the index of this WebExplorerBar instance.

ValueType
Int

Default Value

Size Description
Gets or sets the size of this WebExplorerBar instance.

ValueType
unit size

Default Value

Text Description
Gets or sets the text of this WebExplorerBar instance.

ValueType
String

Default Value

Image Description
Gets or sets the image of this WebExplorerBar instance.

ValueType
String

Default Value

ImageSize Description
Gets or sets the image size of this WebExplorerBar instance.

ValueType
unit size

Default Value

ToolTip Description
Gets or sets the tooltip of this WebExplorerBar instance.

ValueType
String

Default Value

Visible Description
Gets or sets the value to indicate whether this WebExplorerBar instance is visible.

ValueType
Boolean

Default Value

Enabled Description
Gets or sets the value to indicate whether this WebExplorerBar instance is enabled.

ValueType
Boolean

Default Value

Collapse Description
Gets or sets the value to indicate whether this WebExplorerBar instance is collapsed

ValueType
Boolean

Default Value

CaptionDisplayMode Description
Gets or sets the caption display mode of this WebExplorerBar instance.

ValueType
CaptionDisplayMode

Default Value

PaneItems Description
Gets or sets the items in this WebExplorerBar instance.

ValueType
Collection (ISArray)

Default Value

ContentMode Description
Gets or sets the content mode of this WebExplorerBar instance.

ValueType
ContentMode

Default Value

ContentURL Description
Gets or sets the content URL of this WebExplorerBar instance when using IFrame as ContentMode.

ValueType
String

Default Value

IFrameContentLoaded Description
Gets IFrameContentLoaded status of this WebExplorerBar instance.

ValueType
Boolean

Default Value

ItemSettings Description
Gets or sets the ItemSettings of this WebExplorerBar instance.

ValueType
ItemSettings

Default Value

ImagesSettings Description
Gets or sets the images settings in WebExplorerBar.

ValueType
ImageSettings

Default Value

 WebExplorerBar Methods

GetItemsContainerElement Description
Gets the HTML Items Container element of the WebExplorerBar instance.

Parameters

Remarks

Return Value
object (HTML element)


Samples

 
GetIFrameElement Description
Gets the HTML IFrame element of the WebExplorerBar instance.

Parameters

Remarks

Return Value
object (HTML element)


Samples

 
GetHeaderElement Description
Gets the HTML header element of the WebExplorerBar instance.

Parameters

Remarks

Return Value
object (HTML element)


Samples

 
GetContentElement Description
Gets the HTML content element of the WebExplorerBar instance.

Parameters

Remarks

Return Value
object (HTML element)


Samples

 
GetElement Description
Gets the HTML element of the WebExplorerBar instance.

Parameters

Remarks

Return Value
object (HTML element)


Samples

 
IsActive Description
Gets the value indicating whether the WebExplorerBar instance is currently active.

Parameters

Remarks

Return Value
Boolean


Samples

 

SetImage Description
Sets the image of the WebExplorerBar instance.

Parameters
img ( String )
Path of the image.


Remarks

Return Value

Samples

 
SetDisable Description
Disabled the WebExplorerBar instance.

Parameters

Remarks

Return Value

Samples

 
SetEnable Description
Enabled the WebNavBar instance.

Parameters

Remarks

Return Value

Samples

 
SetActive Description
Activated the WebExplorerBar instance.

Parameters

Remarks

Return Value

Samples

 
Click Description
Trigger the click event of the WebExplorerBar instance.

Parameters

Remarks

Return Value

Samples

 
DoExpand Description
Expand the WebExplorerBar instance.

Parameters

Remarks

Return Value

Samples

 
DoCollapse Description
Collapse the WebExplorerBar instance.

Parameters

Remarks

Return Value

Samples

 
HideAllItems Description
Hides all items WebExplorerBarItem.

Parameters

Remarks

Return Value

Samples

 
ShowAllItems Description
Shows all items of WebExplorerBarItem.

Parameters

Remarks

Return Value

Samples

 
ShowItems Description
Shows items of WebExplorerBarItem specified in the parameters.

Parameters
arrItemName ( Collection (ISArray) )
Adds the items defined.
isReflectAll ( Boolean )
Shows only the defined items according to arrItemName parameters.
False


Remarks

Return Value

Samples

 
HideItems Description
Hide items of WebExplorerBarItem specified in the parameters.

Parameters
arrItemName ( Collection (ISArray) )
Hides the items defined.
isReflectAll ( Boolean )
Hides only the defined items according to arrItemName parameters.
False


Remarks

Return Value

Samples

 
ChangeInlineContent Description
Modifiy WebExplorerBar's content when ContentMode sets to UseInlineContent.

Parameters
newContent ( String )
Sets the content of WebExplorerBar.


Remarks

Return Value

Samples
 
AnimateHeight Description
Invokes height animation of WebExplorerPane.

Parameters

Remarks

Return Value

Samples


© 2012 Intersoft Solutions Corp. All Rights Reserved.