This topic demonstrates how to make igDialog
™ modal.
The following topics are prerequisites to understanding this topic:
igDialog Overview: The topic introduces the user to the igDialog
control’s main features.
Adding igDialog: This topic demonstrates how to add the igDialog
control to a web page.
This topic contains the following sections:
The igDialog
can be modal, which means that all of the content behind it will be disabled and hidden. You can show more than one modal dialog. If you have more than one modal dialog instance, then the dialog that is opened last will be at the top of the page. For handling more than one modal dialog per page, you can check out the Multiple Dialogs topic. The following example will only show you how to configure one modal dialog.
Note: Modal state of the
igDialog
window is not supported when dialog is minimized or pinned.
The following table lists the configurable aspects of the igDialog
control. Additional details are available after the table.
Configurable aspects | Details | Properties |
---|---|---|
Configuring modal igDialog |
The properties that need to be configured to make an igDialog modal. |
modal |
The igDialog
can be modal, which means all of the content behind it is to be disabled and hidden.
Note: Modal state of
igDialog
window is not supported when dialog is minimized or pinned.
The following table maps the desired header features to property settings. The state of the dialog should be different from minimized and pinned.
In order to: | Use this property: | And set it to: |
---|---|---|
Make the igDialog modal | modal | true |
Set the igDialog footer title | pinned | false |
Set the igDialog state | state | “opened” |
The screenshot below demonstrates how the igDialog
looks as a result of the settings above:
The following topics provide additional information related to this topic:
igDialog Overview: The topic introduces the user to the igDialog
control’s main features.
Adding igDialog: This topic demonstrates how to add the igDialog
control to a web page.
The following samples provide additional information related to this topic:
igDialog
.View on GitHub