The following tables list the members exposed by WebDialogWindow.
Name | Description | |
---|---|---|
![]() | WebDialogWindow Constructor |
Name | Description | |
---|---|---|
![]() | contentPane | Gets reference to Infragistics.Web.UI.LayoutPane.Reference to content pane. |
![]() | enabled | Checks if control is enabled.True: dialog is enabled |
![]() | header | Gets reference to Infragistics.Web.UI.Header or null.Reference to header. |
![]() | height | Gets sets height of dialog as String. It can be pixels or percents.Height of control in units |
![]() | initialLocation | Gets sets the initial location of WebDialogWindow relative to window of browser.Value of 0 means manual, value of 1 means centered. |
![]() | left | Gets sets location of left edge of dialog as String. The set method may have optional second param: true means do not adjust appearance.Left of control in units |
![]() | maintainLocationOnScroll | Gets sets the ability to keep relative location of dialog while window is resized or scrolled.True: location of dialog is kept relative while scroll. |
![]() | moveable | Gets sets the ability to drag control by mouse as Boolean.True: control can be dragged by mouse |
![]() | resizer | Gets reference to Infragistics.Web.UI.ResizeBehavior if resizing is enabled.Reference to resizer. |
![]() | top | Gets sets location of top edge of dialog as String. The set method may have optional second param: true means do not adjust appearance.Top of control in units |
![]() | width | Gets sets width of dialog as String. It can be pixels or percents.Width of control in units |
![]() | windowState | Gets sets the current state of dialog as Number. Value corresponds to WindowState enum on server. The set method may contain second param: true means request to raise client event. One of constants defined in Infragistics.Web.UI.DialogWindowState. |
Name | Description | |
---|---|---|
![]() | canResize | Checks if control can be resized. |
![]() | dispose | Disposes object and event handlers. |
![]() | find | Finds WebDialogWindow by its client ID. |
![]() | findChild | Find html element which id ends-up with "id". |
![]() | from | Casts passed in object to the WebDialogWindow type. |
![]() | getBody | Implementation of LayoutManager. Internal use only. |
![]() | getClientHeight | Implementation of LayoutManager. Internal use only. |
![]() | getClientWidth | Implementation of LayoutManager. Internal use only. |
![]() | getLayoutManager | Implementation of LayoutManager. Internal use only. |
![]() | hide | Hides the WebDialogWindow by adjusting the WindowState to $IG.DialogWindowState.Hidden |
![]() | initialize | Initializes instance of WebDialogWindow. |
![]() | onResize | Implementation of IResizable. Internal use only. |
![]() | setSize | Sets width and height of dialog. |
![]() | show | Displays the WebDialogWindow by adjusting the WindowState to $IG.DialogWindowState.Normal |