Lines Matching refs:box

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 …tomDialogController](ts-methods-custom-dialog-box.md#customdialogcontroller) | Yes| - | D…
46 …esourcestr) | No | - | Title of the dialog box.<br>**Atomic servic…
47 …ourcestr) | No | - | Content of the dialog box.<br>**Atomic servic…
48 …sourcestr) | No | - | Content of the check box.<br>**Atomic servic…
49 … | No | \@Prop | Whether to select the check box. The value **true**…
50 …| No | - | Event triggered when the selected status of the check box changes. You are ad…
51 …| No | - | Event triggered when the selected status of the check box changes.<br>**Atomi…
52 … | No | - | Left button of the dialog box.<br>**Atomic servic…
53 … | No | - | Right button of the dialog box.<br>**Atomic servic…
55 …th-theme.md#themecolormode10) | No| - | Theme color mode of the dialog box.<br>**Atomic servic…
61 Displays a dialog box from which the user can select options presented in a list or grid.
69 …| [CustomDialogController](ts-methods-custom-dialog-box.md#customdialogcontroller) | Yes| Dialog b…
70 …s-types.md#resourcestr) | Yes | Title of the dialog box.<br>**Atomic servic…
71 …-types.md#resourcestr) | No | Content of the dialog box.<br>**Atomic servic…
72 … | No | Index of the selected option in the dialog box.<br>Default value: …
73 …s) | No | Button at the bottom of the dialog box.<br>**Atomic servic…
74 …ods-action-sheet.md#sheetinfo)&gt; | Yes | List of subitems in the dialog box. You can set text a…
76 …ainer-with-theme.md#themecolormode10) | No| Theme color mode of the dialog box.<br>**Atomic servic…
82 Displays an error dialog box that informs the user of an operational error (for example, a network …
90 …Controller](ts-methods-custom-dialog-box.md#customdialogcontroller) | Yes| - | Controller…
91 …sourcestr) | Yes | - | Title of the dialog box.<br>**Atomic servic…
92 …ourcestr) | No | - | Content of the dialog box.<br>**Atomic servic…
93 …sourcestr) | No | - | Content of the check box.<br>**Atomic servic…
94 … | No | \@Prop | Whether to select the check box. The value **true**…
95 …| No | - | Event triggered when the selected status of the check box changes.<br>**Atomi…
96 … | No | - | Left button of the dialog box.<br>**Atomic servic…
97 … | No | - | Right button of the dialog box.<br>**Atomic servic…
99 …th-theme.md#themecolormode10) | No| - | Theme color mode of the dialog box.<br>**Atomic servic…
106 Displays an alert dialog box to prompt the user to confirm an action that is irreversible and may c…
114 …DialogController](ts-methods-custom-dialog-box.md#customdialogcontroller) | Yes| Controller of the…
115 ….md#resourcestr) | No | Primary title of the dialog box.<br>**Atomic servic…
116 …d#resourcestr) | No | Secondary title of the dialog box.<br>**Atomic servic…
117 …types.md#resourcestr) | Yes | Content of the dialog box.<br>**Atomic servic…
118 …tonoptions) | No | Left button of the dialog box.<br>**Atomic servic…
119 …onoptions) | No | Right button of the dialog box.<br>**Atomic servic…
121 …ainer-with-theme.md#themecolormode10) | No| Theme color mode of the dialog box.<br>**Atomic servic…
128 Displays a loading dialog box to inform the user of the operation progress.
136 …DialogController](ts-methods-custom-dialog-box.md#customdialogcontroller) | Yes| Controller of the…
137 …-types.md#resourcestr) | No | Content of the dialog box.<br>**Atomic servic…
139 …ainer-with-theme.md#themecolormode10) | No| Theme color mode of the dialog box.<br>**Atomic servic…
146 Displays a dialog box that contains custom content and operation area.
156 …alogController](ts-methods-custom-dialog-box.md#customdialogcontroller) | Yes| - | Controller of …
157 … | Yes | @BuilderParam | Content of the dialog box. …
158 …esourcestr) | No | - | Primary title of the dialog box. …
159 …ourcestr) | No | - | Secondary title of the dialog box. …
160 …lizedpadding12) | No | - | Padding of the content area of the dialog box. …
161 … | No | - | Padding of the content area of the dialog box. This attribute doe…
162 … | No | - | Buttons in the operation area of the dialog box. A maximum of four …
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 …@Link | Whether the popover dialog box is visible.<br>Default value: **false**, indicating that 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**, …
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',