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

Glossary Item Box

 WebNavPane Properties

Id Description
The ID of the control

ValueType
String

Default Value

NavType Description
Gets or sets the NavType of this WebNavPane instance

ValueType
NavType

Default Value

BarItems Description
Gets the collection of WebNavBar items in this WebNavPane

ValueType
Collection (ISArray)

Default Value

ActiveBarIndex Description
Gets or sets the active WebNavBar index inside this WebNavPane object

ValueType
int

Default Value

AllowResize Description
Gets or sets the value to indicate whether the WebNavPane object is allowed to be resized

ValueType
boolean

Default Value

BarItemSettings Description
Gets or sets the WebNavBar item settings in this WebNavPane object

ValueType
BarItemSettings

Default Value

BarSettings Description
Gets or sets the WebNavBar settings in this WebNavPane object

ValueType
BarSettings

Default Value

FooterSettings Description
Gets or sets the footer settings in WebNavPane object

ValueType
FooterSettings

Default Value

BarVisible Description
Gets or sets the value to indicate whether the WebNavBar is visible in WebNavPane Object

ValueType
boolean

Default Value

ImagesDirectory Description
Gets or sets the images directory in this WebNavPane object

ValueType
String

Default Value

OnBarClick Description
Specifies the client side (Java Script) function that will be invoked when the bar is clicked

ValueType
String

Default Value

OnBarItemClick Description
Specifies the client side (Java Script) function that will be invoked when the bar item is clicked

ValueType
String

Default Value

OnPaneResize Description
Specifies the client side (Java Script) function that will be invoked when the pane is resized

ValueType
String

Default Value

OnInitialize Description
Specifies the client side (JavaScript) function that will be invoked when the WebNavPane object is in initialization process.

ValueType
String

Default Value

OnClientUnload Description
Specifies the client side (JavaScript) function that will be invoked when client object is in unload process.

ValueType
String

Default Value

 WebNavPane Methods

ResolveImagePath Description
Resolves the image path

Parameters
img ( String )
path of the image


Remarks

Return Value

Samples

 
GetCaptionElement Description
Gets the HTML Caption element of WebNavPane object

Parameters

Remarks

Return Value
object (HTML element)

Samples

 
GetGripElement Description
Gets the HTML Grip element of WebNavPane object

Parameters

Remarks

Return Value
object (HTML element)

Samples

 
GetFooterElement Description
Gets the HTML Footer element of WebNavPane object

Parameters

Remarks

Return Value
object (HTML element)

Samples

 
GetActiveBar Description
Gets the active WebNavBar instance inside this WebNavPane

Parameters

Remarks

Return Value
object (WebNavBar)

Samples

 
SetActiveBar Description
Sets the active WebNavBar instance inside this WebNavPane

Parameters
idx ( int )
The index of the active WebNavBar instance


Remarks

Return Value

Samples

 
© 2012 Intersoft Solutions Corp. All Rights Reserved.