Customize action, behavior, and button


WebDialogBox enables you to customize your WebDialogBox appearance and action. From customizing the image, the command button, until you get the style of the WebDialogBox.

TrueModal Dialog Box Behavior


WebDialogBox is so far the only web component being able to simulate modal behavior closely to desktop's style.

ClickAndEdit


It enables developers to conveniently click on the editable area of the DialogBox and edit it right away.

Tight integration with DesktopManager


You can easily configure the Integration by setting IntegratedToDesktopManager property to True. When integrated, the DialogBox will automatically apply the Styles and Appearance of the Window and Button and therefore the DialogBox will have a consistent look and feel throughout the entire application.

Client side events


WebDialogBox exposes 3 client side events which are OnCreated, OnClosed and OnButtonClicked. Developers can easily hook the OnClosed event to a function in javascript which will be fired when the dialog box has been closed as the result of a button click.

Window Starting Position


When Integrated to Desktop Manager, WebDialogBox can be shown in one of three positions: Custom, CenterParent and CenterScreen. When set to Custom, the DialogBox will appear to the exact location specified in Location property.