|
WindowControl
-
The Window control lets you create draggable and resizable dialog elements. These elements can be invoked dynamically from the client side.
Window control
-
The Window control comes with full design time support. You can populate it with content just like you would do for a panel.
Design time support
-
It has got a wide range of Built-in skins to customize the look and feel on-the-fly.
Built-in skins
-
Customize the look and feel with custom CSS styles.
Expression Blend like window
-
The Window can be dragged around by the user to any location on the screen. It has different dragging styles as shown below. It also allows user to prevent dragging in horizontal or vertical direction.
Window Dragging Styles
-
The Window can be resized by the user and it has different resizing styles as shown below. It also allows user to prevent resizing in horizontal or vertical direction
Window Resizing Styles
-
Window control support built-in dialogs like Confirm, Warning, Prompt dialogs. These dialogs can be invoked through click events. Also Callback functions will be called when the user closes the window.
Window Built-In Dialogs
-
Window control can be specified as "Targets" in anchor tags. User can specify the ID of the Window control, and it will load the contents into the page.
Window Target
-
Client side events are fired before showing the content to let you customize the contents before it's shown and also events are shown after the window is closed to let you retrieve user specified values from the window.
List of client side events,
ClientSideOnBeforeClose.
ClientSideOnBeforeOpen.
ClientSideOnCloseUp.
ClientSideOnDragStart.
ClientSideOnDrop.
ClientSideOnLoad.
ClientSideOnMove.
ClientSideOnOpen.
ClientSideOnResize.
ClientSideOnResizeEnd.
ClientSideOnResizeStart.
Circumvents most popup blockers, allowing you to show dialog elements in websites with a more cleaner approach.
It can be shown in Splash screen mode (without the header and status bar).
Splash screen mode
-
The window header can be customized for any locale.
Localized window
|
|
|
|