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

Glossary Item Box

 WebDialogBox Properties

CommandButtons Description
Creates command buttons in the dialog box.

ValueType
Object

Default Value

WindowSettings Description
Get or sets the global settings of Window.

ValueType
Object

Default Value

Text Description
Gets or sets the text caption displayed in the WebDialogBox control.

ValueType
String

Default Value

Location Description
Gets or sets the location of WebDialogBox control.

ValueType
OffsetLocation

Default Value

ControlBoxImage Description
Gets or sets the image displayed in the WebDialogBox caption.

ValueType
String

Default Value

ContentURL Description
Gets or sets the URL string of a page that will be displayed inside the container (Window, Pane, Tab).

ValueType
String

Default Value

IntegratedToDesktopManager Description
Gets or sets the status of whether the WebDialogBox control is integrated to Desktop Manager or not.

ValueType
Boolean

Default Value

ClientSideEvents Description
Represents ClientEvents object that hold list of client events.

ValueType
Object (WebDialogBoxClientSideEvents)

Default Value

InProgressText Description
Gets or sets the text displayed when the IFrame is in loading progress.

ValueType
String

Default Value

StartPosition Description
Gets or sets the initial startup position of WebDialogBox.

ValueType
OffsetLocation

Default Value

ClientID Description
Gets the server control identifier generated by ASP.NET.

ValueType
String

Default Value

ID Description
Gets or sets the programmatic identifier assigned to the WebDialogBox control.

ValueType


Default Value

Window Description
Returns the WebDesktopWindow object associated with the WebDialogBox

ValueType
WebDesktopWindow

Default Value

ParentWindow Description
Gets the parent Window of the WebDialogBox object.

ValueType
WebDesktopWindow

Default Value

 WebDialogBox Methods

CreateWebDialogBox

Description
Create the WebDialogBox control.

Parameters

      id (string)
      Name of the control's id

Remarks

 

Return Value

object

Samples

 
ShowDialog Description
Show the WebDialogBox which by default is not shown.

Parameters

 

Remarks

 

Return Value

 

Samples

CloseDialog

Description
Close the WebDialogBox

Parameters

Remarks


Return Value


Samples
 
GetContentElement

Description
Gets the WebDialogBox's Content Element

Parameters

Remarks


Return Value

object (HTML Element)

Samples
 
GetContentWindow

Description
Gets the WebDesktop content window

Parameters

Remarks


Return Value

object (WebDesktopWindow)

Samples

 

FindControl

Description
Gets the Control inside WebDialogBox's TemplateContent

Parameters

      id (string)
      Name of the Control to be found

Remarks

 

Return Value

object

Samples

 
SetContentURL Description
Sets the content URL of this WebDialogBox

Parameters
url ( String )
   The url that will be set as the content url.

Remarks


Return Value


Samples

 

© 2012 Intersoft Solutions Corp. All Rights Reserved.