Lines Matching refs:dialog

4 The dialog box is a modal window that commands attention while retaining the current context. It is…
33 Displays an image-attached confirmation dialog box. If necessary, the confirmation dialog box can b…
43 | controller | [CustomDialogController](ts-methods-custom-dialog-box.md#customdi…
46 ….md#resourcestr) | No | - | Title of the dialog box.<br>**Atomic s…
47 …d#resourcestr) | No | - | Content of the dialog box.<br>**Atomic s…
52 …ns) | No | - | Left button of the dialog box.<br>**Atomic s…
53 …s) | No | - | Right button of the dialog box.<br>**Atomic s…
55 …er-with-theme.md#themecolormode10) | No| - | Theme color mode of the dialog box.<br>**Atomic s…
61 Displays a dialog box from which the user can select options presented in a list or grid.
69 | controller | [CustomDialogController](ts-methods-custom-dialog-box.md#customdialogcontro…
70 …tr](ts-types.md#resourcestr) | Yes | Title of the dialog box.<br>**Atomic s…
71 …r](ts-types.md#resourcestr) | No | Content of the dialog box.<br>**Atomic s…
72 … | No | Index of the selected option in the dialog box.<br>Default va…
73 …ptions) | No | Button at the bottom of the dialog box.<br>**Atomic s…
74 …-methods-action-sheet.md#sheetinfo)&gt; | Yes | List of subitems in the dialog box. You can set t…
76 …-container-with-theme.md#themecolormode10) | No| Theme color mode of the dialog box.<br>**Atomic s…
82 Displays an error dialog box that informs the user of an operational error (for example, a network …
90 …ialogController](ts-methods-custom-dialog-box.md#customdialogcontroller) | Yes| - | Contr…
91 …md#resourcestr) | Yes | - | Title of the dialog box.<br>**Atomic s…
92 …d#resourcestr) | No | - | Content of the dialog box.<br>**Atomic s…
96 …ns) | No | - | Left button of the dialog box.<br>**Atomic s…
97 …s) | No | - | Right button of the dialog box.<br>**Atomic s…
99 …er-with-theme.md#themecolormode10) | No| - | Theme color mode of the dialog box.<br>**Atomic s…
106 Displays an alert dialog box to prompt the user to confirm an action that is irreversible and may c…
114 …CustomDialogController](ts-methods-custom-dialog-box.md#customdialogcontroller) | Yes| Controller …
115 …types.md#resourcestr) | No | Primary title of the dialog box.<br>**Atomic s…
116 …pes.md#resourcestr) | No | Secondary title of the dialog box.<br>**Atomic s…
117 …](ts-types.md#resourcestr) | Yes | Content of the dialog box.<br>**Atomic s…
118 …(#buttonoptions) | No | Left button of the dialog box.<br>**Atomic s…
119 …#buttonoptions) | No | Right button of the dialog box.<br>**Atomic s…
121 …-container-with-theme.md#themecolormode10) | No| Theme color mode of the dialog box.<br>**Atomic s…
128 Displays a loading dialog box to inform the user of the operation progress.
136 …CustomDialogController](ts-methods-custom-dialog-box.md#customdialogcontroller) | Yes| Controller …
137 …r](ts-types.md#resourcestr) | No | Content of the dialog box.<br>**Atomic s…
139 …-container-with-theme.md#themecolormode10) | No| Theme color mode of the dialog box.<br>**Atomic s…
146 Displays a dialog box that contains custom content and operation area.
156 …tomDialogController](ts-methods-custom-dialog-box.md#customdialogcontroller) | Yes| - | Controlle…
157 … | Yes | @BuilderParam | Content of the dialog box. …
158 ….md#resourcestr) | No | - | Primary title of the dialog box. …
159 …d#resourcestr) | No | - | Secondary title of the dialog box. …
160 …#localizedpadding12) | No | - | Padding of the content area of the dialog box. …
161 … | No | - | Padding of the content area of the dialog box. This attribut…
162 …[] | No | - | Buttons in the operation area of the dialog box. A maximum of …
164 …orMode](ts-container-with-theme.md#themecolormode10) | No| - | Theme color mode of the dialog box.|
171 Displays a popover dialog box that is positioned relative to the target component. This dialog box …
181 …es| \@Link | Whether the popover dialog box is visible.<br>Default value: **false**, indicating th…
182 …PopoverOptions](#popoveroptions14) | Yes| \@Prop<br>\@Require | Options of the popover dialog box.|
183 …quire<br>\@BuilderParam | Target component relative to which the popover dialog box is positioned.|
205 Defines a set of options used to configure the popover dialog box, including its content and positi…
224 This example implements a dialog box with an image above the text content, through the use of **ima…
299 This example presents a dialog box consisting solely of a list defined with **selectedIndex** and *…
362 This example illustrates a dialog box that combines text content with check boxes defined with **co…
419 This example demonstrates a simple text-only dialog box defined with **primaryTitle**, **secondaryT…
470 This example implements a loading dialog box that contains a progress indicator.
507 This example presents a dialog box with a custom theme, through the use of **content**, **theme**, …
540 Button('dialog')
559 This example presents a dialog box in the specified light or dark mode, through the use of **conten…
597 This example implements a dialog box with custom content defined with **contentBuilder** and **butt…
642 This example demonstrates a popover dialog box for alert purposes, through the use of **visible**, …
659 content: 'Popover dialog box',