Lines Matching refs:dialog
2 …dialog box is a dialog box you customize by using APIs of the **CustomDialogController** class. It…
6 …dialog boxes do not close automatically when you switch pages unless you manually call **close**. …
8 …ty of a dialog box by setting [isModal](../reference/apis-arkui/arkui-ts/ts-methods-custom-dialog-…
12 …e the \@CustomDialog decorator to create a custom dialog box. You can define the content of the di…
41 3. Click the component bound to the **onClick** event to display the dialog box.
66 Custom dialog boxes can be used for data interactions to complete a series of operations.
134 …3. Use the button in the dialog box to implement route redirection and obtain the parameters passe…
261 You can define the custom dialog box animation, including its duration and speed, through **openAni…
322 …style parameters, such as the width, height, background color, and shadow, for a custom dialog box.
380 …dialog box (dialog 2) inside another dialog box (dialog 1), it is recommended that you define dial…
386 @State message: string = "I'm the second dialog box."
483 …dialog 2 within dialog 1 instead, because of the parent-child relationship that exists between cus…