Lines Matching refs:dialog

3 …ovides APIs related to modal dialog box processing, including obtaining the request information (u…
4dialog box is a system pop-up box that intercepts events (such as mouse, keyboard, and touchscreen…
9 …eExtensionAbilities. For a ServiceExtensionAbility that implements modal dialog boxes, you can use…
23 …ServiceExtensionAbility. If the ServiceExtensionAbility implements modal dialog boxes, the request…
33 … | [Want](js-apis-app-ability-want.md) | Yes | Want passed in the request for a modal dialog box.|
39 …stInfo](#requestinfo) | **RequestInfo** object obtained, which is used to bind a modal dialog box.|
73 …ServiceExtensionAbility. If the ServiceExtensionAbility implements modal dialog boxes, the request…
81 … | [Want](js-apis-app-ability-want.md) | Yes | Want passed in the request for a modal dialog box.|
115 Defines the location attributes of a modal dialog box.
123 | left | number | Yes | X-coordinate of the upper left corner of the dialog box.|
124 | top | number | Yes | Y-coordinate of the upper left corner of the dialog box.|
125 | width | number | Yes | Width of the dialog box.|
126 | height | number | Yes | Height of the dialog box.|
130 Defines the request information, which is used as an input parameter for binding the modal dialog b…
138 … | [WindowRect](#windowrect10) | No | Location attributes of a modal dialog box. |
159 Enumerates the result codes of the request for the modal dialog box.
169 Defines the result of the request for the modal dialog box. It contains **ResultCode** and **Result…
184 Provides a callback for setting the modal dialog box request result.
192 Sets the result of the request for the modal dialog box.