Lines Matching refs:modal
3 You can bind a full-screen modal to a component through the **bindContentCover** attribute. Better …
17 Binds a modal to the component, which can be displayed when the component is touched. The content o…
27 | isShow | Optional\<boolean\> | Yes | Whether to display the modal.<br>S…
28 | builder | [CustomBuilder](ts-types.md#custombuilder8) | Yes | Content of the modal. …
29 | options | [ContentCoverOptions](#contentcoveroptions) | No | Optional attributes of the modal. …
35 …ransition](ts-types.md#modaltransition10) | No | Transition mode of the modal.<br>**Atomic servi…
36 …modal.<br>**NOTE**<br>After this callback is registered, touching the back button does not immedia…
37 …nimation-component.md#transitioneffect10) | No | Transition mode of the modal.<br>**Atomic servi…
45 | dismiss | function | Yes | Callback invoked when the modal is dismissed. Called when you need t…
46 …s-popup.md#dismissreason12) | Yes | Type of operation that triggers the dismissal of the modal. |
52 This example demonstrates how to implement a modal transition using the **bindContentCover** API.
65 Button("close modal 2")
79 Button("transition modal 2")
101 Button("close modal 1")
115 Button("transition modal 1")
175 Button("close modal 2")
189 Button("transition modal 2")
211 Button("close modal 1")
227 Button("transition modal 1")
277 Button("close modal 2")
291 Button("transition modal 2")
313 Button("close modal 1")
327 Button("transition modal 1")
375 Button("close modal 2")
390 Button("transition modal 2")
412 Button("close modal 1")
426 Button("transition modal 1")