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

Glossary Item Box

 WebPaneBase Properties

Name Description
Gets or sets the name for this Pane Item.

ValueType
String

Default Value

IsEnabled Description
Specifies whether this Pane Item is enabled.

ValueType
Boolean

Default Value
True
Text Description
Gets or sets the text for this Pane Item.

ValueType
String

Default Value

ToolTip Description
Gets or sets the tooltip text for this Pane.

ValueType
String

Default Value

Width Description
Gets or sets the dimension mode for this Pane's width.

ValueType
DimensionMode

Default Value
Fill
Height Description
Gets or sets the dimension mode for this Pane's height.

ValueType
DimensionMode

Default Value
Fill
WidthValue Description
Gets or sets the value of Width in Unit. This property is applicable when Width is set to Custom.

ValueType
Unit

Default Value

HeightValue Description
Gets or sets the value of the Height in Unit. This property is applicable when Height mode is set to Custom.

ValueType
Unit

Default Value

PaneManager Description
Gets the PaneManager from WebPaneBase Control.

ValueType
WebPaneManager

Default Value

ParentGroupPane Description
Gets the ParentGroupPane of this Pane Item.

ValueType
WebGroupPane

Default Value

AllowResize Description
Determines whether this Pane can be resized by users.

ValueType
AllowResize

Default Value

TextAlignment Description
Gets or sets the alignment of the text.

ValueType
TextAlignment

Default Value
Default
Index Description
Gets the index of this Pane Item in the collection

ValueType
Integer

Default Value

ActualWidth Description
Gets the actual width of this Pane Item.

ValueType
Unit

Default Value

ActualHeight Description
Gets the actual height of this Pane Item.

ValueType
Unit

Default Value

AllowCollapse Description
Gets whether users are allowed to collapse this Pane through splitter.

ValueType
AllowCollapse

Default Value
Default
Collection Description
Gets the collection which owns this Pane Item.

ValueType
ISCollectionBase

Default Value

IFrameContentLoaded Description
Determines whether the IFrame Content has been loaded. 

ValueType
Boolean

Default Value

IsRootPane Description
Determines whether this Pane is root Pane.

ValueType
Boolean

Default Value

 WebPaneBase Methods

GetPaneManager Description
Get WebPaneManager object

Parameters

 

Remarks

 

Return Value

object (WebPaneManager)

Samples


 

GetElement

Description
Get WebPane Element

Parameters

 

Remarks


Return Value

object (HTML Element)

Samples

 
GetHeaderCellElement

Description
Gets WebPane Header Cell Element (if isInfoText is true, it get the InfoText Cell Element, if isInfoText is false, it get the WebPane Title Cell Element)

Parameters
    isInfoText (boolean)
   
Remarks


Return Value

object (HTML Element)

Samples
 
SetText

Description
Set the title of WebPane

Parameters

    text (String)
    WebPane's Title

Remarks


Return Value


Samples
 
SetInfoText

Description
Set the InfoText of WebPane


Parameters

    text (string)
    WebPane's InfoText

Remarks

 

Return Value

 

Samples


 

SetImage

Description
Set the Image for WebPane Header


Parameters

    imageURL (string)
    URL of the Image

Remarks

 

Return Value

 

Samples

 
SetVisible

Description
Set the Visibility of WebPane


Parameters

    isVisible (boolean)
    WebPane visibility

Remarks

 

Return Value

 

Samples

 
SetContentVisible

Description
Set the Visibility of WebPane's content area


Parameters

    isVisible (boolean)
    Visibility of WebPane's content area

Remarks

 

Return Value

 

Samples

 
Collapse

Description
Collapse the WebPane


Parameters

   

Remarks

 

Return Value

 

Samples

 
Expand

Description
Expand the WebPane


Parameters

 

Remarks

 

Return Value

 

Samples

 
IsCollapsed

Description
Get WebPane status whether its Collapsed or Not


Parameters

 

Remarks

 

Return Value

boolean

Samples

 
© 2012 Intersoft Solutions Corp. All Rights Reserved.