The following tables lists the WijDialog extender's server-side properties and the client-side properties for the wijdialog widget. Please visit http://wijmo.com/wiki/index.php/Calendar to view the full client-side documentation for the widget.
Server-Side Property |
Client-Side Option |
Description |
Buttons |
buttons |
Gets or sets which buttons should be displayed on the dialog. |
CaptionButtons |
captionButtons |
Specifies the visibility, click event, and icon for the caption buttons on the dialog. |
CloseOnEscape |
closeOnEscape |
Specifies whether the dialog should close when it has the focus and the user presses the escape (ESC) key. |
CloseText |
closeText |
Specifies the text for the close button. Note that the close text is visibly hidden when using a standard theme. |
ContentUrl |
contentUrl |
A URL string specifies the URL for the iframe element inside wijdialog. |
Draggable |
draggable |
If set to true, the dialog will be draggable by the titlebar. |
ExpandingAnimation |
expandingAnimation |
A value that determines the settings of the animation effect to be used when the wijdialog is expanded. |
Height |
height |
The height of the dialog, in pixels. |
Hide |
hide |
The effect to be used when the dialog is closed. |
MaxHeight |
maxHeight |
The maximum height to which the dialog can be resized, in pixels. |
MaxWidth |
maxWidth |
The maximum width to which the dialog can be resized, in pixels. |
MinHeight |
minHeight |
The minimum height to which the dialog can be resized, in pixels. |
MinWidth |
minWidth |
The minimum width to which the dialog can be resized, in pixels. |
Modal |
modal |
If set to true, the dialog will have modal behavior; other items on the page will be disabled (i.e., cannot be interacted with). Modal dialogs create an overlay below the dialog but above other page elements. |
Resizable |
resizable |
If set to true, the dialog will be resizable. |
Show |
show |
The effect to be used when the dialog is opened. |
Stack |
stack |
Specifies whether the dialog will stack on top of other dialogs. This will cause the dialog to move to the front of other dialogs when it gains focus. |
Title |
title |
The Title of the Dialog. |
Width |
width |
The width of the dialog, in pixels. |
ZIndex |
zIndex |
The starting z-index for the dialog. |