As one of the WebDesktop.NET member, WebDialogBox enables you to easily create modal dialog box on the top of WebDesktopManager
which perfectly replicating the behavior of desktop's dialog box.
WebDialogBox features modal dialogbox capabilities similar to desktop's behaviors. For instance, the parent form that show the dialogbox should become non-focusable and non-clickable. With the detailed dialogbox implementation, WebDialogBox dramatically enhance user's experience while working in web-based application.
In most cases, developer would need to provide a modal dialogbox when requiring input from end users. The traditional web page dialog approach requires you to create a Page for every dialog box and caused ineffectivity in the long run when developing complex web application. WebDialogBox enables you to create customized dialogbox by using reusable component model with the ease-of-use of ClickAndEdit development experience and built-in CommandButtons collection.
WebDialogBox fully supports standalone mode, although it is highly recommended to be used along with WebDesktopManager. When it is integrated with WebDesktopManager, WebDialogBox style will be automatically inherited from the style definition specified in WebDesktopManager. This provides zero-efforts for delivering consistent visual styles of the WindowStyle. In addition, WebDialogBox is further extended with the Window behaviors available in WebDesktopManager.
|