Lines Matching refs:dialog
4 Display a custom dialog box using a dialog controller, which allows you to set the style and conten…
7 …dialog box APIs are defined within a struct named **ArkUI_NativeDialogAPI_*x***, where *x* represe…
12 - Create a dialog controller.
13 …__native_module.md#arkui_nativedialoghandle) represents a pointer to the dialog controller, which …
22 - Destroy a dialog controller.
23 …When dialog box operations are no longer needed, actively call the **dispose** API to destroy the …
33 …ffset, corner radius of the background, background color, mask color, and region of the dialog box.
35 1. Create a dialog box content node.
50 ArkUI_AttributeItem spanItem = {.string = "This is a dialog box"};
69 2. Control dialog box styles with the controller. For details about the available dialog box APIs, …
88 3. Close the dialog box when it is not needed.
100 Create an interactive page to open or close a dialog box.
102 1. Create an interactive page, where a button click triggers the dialog box. For details about how …
142 2. Create a button event callback function to trigger the display or closure of the dialog box when…