Home
last modified time | relevance | path

Searched refs:modal (Results 1 – 25 of 111) sorted by relevance

12345

/ohos5.0/docs/en/application-dev/ui/
H A Darkts-contentcover-page.md3modal page, implemented using [bindContentCover](../reference/apis-arkui/arkui-ts/ts-universal-att…
9modal in terms of layering; it will remain beneath the modal page. In such cases, consider integra…
24modal and semi-modal pages. A modal page launched later can cover the previous modal page. If you …
26 …Cover** to create a full-screen modal transition effect, see [Modal Transition](arkts-modal-transi…
45 // Define the state variable to control the semi-modal visibility.
47 // Define the state variable to control the full-modal visibility.
158 // Step 2: Define the semi-modal view.
159 // Use @Builder to build a modal view.
182 …// Step 3: Launch the full-modal view using the full-modal API. The newly launched modal panel is …
185 …// Bind the modal view MyContentCoverBuilder using the full-modal API. The transition property sup…
[all …]
H A Darkts-sheet-page.md3modal page, implemented using [bindSheet](../reference/apis-arkui/arkui-ts/ts-universal-attributes…
5modal pages are suitable for displaying simple tasks or information panels, such as personal infor…
11 …-arkui/js-apis-arkui-uiExtension.md) is embedded in a semi-modal, launching another semi-modal or …
22 | onAppear | () => void | Callback for when the semi-modal page is displayed (after the animati…
28 The priority of operations during scrolling in the content area of a semi-modal panel is as follows:
121 message: 'Do you want to close the semi-modal?',
137 … // Step 3: Define the logic for closing the semi-modal within the AlertDialog button callback.
139 // Step 4: Call dismiss() to close the semi-modal when the logic in step 3 is triggered.
154modal. This means that the semi-modal can be dismissed only when you explicitly call the **dismiss…
166 …ows you to control the rebound effect when the semi-modal is swiped down. By default, the semi-mod…
[all …]
H A Darkts-modal-overview.md3modal pages offer a larger canvas for content, which you can populate using custom components. By …
5 * Semi-modal: ideal for multi-form effects, allowing for various styles across different device wid…
6 * Full-modal: designed for full-screen modal dialog boxes that demand user attention. By default, s…
12modal page. It can work with the transition animation and shared element animation to implement co…
13 | [bindSheet](arkts-sheet-page.md) | Use this API to display a custom semi-modal page, for example…
H A Darkts-modal-transition.md24 2. Define the modal view.
27 // Use @Builder to build a modal view.
37 3. Call the modal API to display the modal. Implement an animation by using the animation or shared…
40 // Define the state variable to control the visibility of the modal.
54 // Change the state variable to display the modal.
80 // Define the state variable to control the visibility of the modal.
83 // Step 2: Define the modal view.
84 // Use @Builder to build a modal view.
230 …// Step 3: Call the modal API to display the modal. Implement an animation by using the animation …
231 // Change the state variable to display the modal.
[all …]
H A Darkts-dialog-overview.md6 … the level of user interaction required. There are two main types: modal and non-modal popup windo…
9 * **Non-modal popup window**: This is a weaker form of interaction and does not interfere with the …
13modal popup window can be converted to a non-modal one through specific attributes. For example, s…
24 | [Modal page (bindContentCover/bindSheet)](arkts-modal-overview.md) | Choose this popup window whe…
31 …ow in subwindow mode cannot exceed the main window. On a 2-in-1 device, a modal popup window may n…
H A Darkts-transition-overview.md14modal-transition.md): achieved by a modal – a view that appears on top of the current view while t…
18 …e [Navigation](arkts-navigation-transition.md) component and [modal transition](arkts-modal-transi…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-modal-transition.md65 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")
277 Button("close modal 2")
313 Button("close modal 1")
375 Button("close modal 2")
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-dialogRequest.md3 …ule provides APIs related to modal dialog box processing, including obtaining the request informat…
4modal dialog box is a system pop-up box that intercepts events (such as mouse, keyboard, and touch…
33 | want | [Want](js-apis-app-ability-want.md) | Yes | Want passed in the request for a modal dialo…
39 | [RequestInfo](#requestinfo) | **RequestInfo** object obtained, which is used to bind a modal dial…
81 | want | [Want](js-apis-app-ability-want.md) | Yes | Want passed in the request for a modal dialo…
115 Defines the location attributes of a modal dialog box.
130 Defines the request information, which is used as an input parameter for binding the modal dialog b…
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.
[all …]
H A Djs-apis-inner-application-autoFillExtensionContext-sys.md29 Starts a modal page.
37 …pis-inner-application-customData-sys.md) | Yes | Custom information for starting the modal page. |
60 … **reloadInModal** is called to trigger the autofill service again, and a modal page is started in…
87 // Start a modal page.
H A Djs-apis-inner-application-customData-sys.md3 When starting a modal page, you can transfer custom data to the autofill service through [reloadInM…
17 | data | Record<string, Object> | Yes | Custom data transferred for starting the modal page. The d…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-modal-transition.md65 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")
277 Button("close modal 2")
313 Button("close modal 1")
375 Button("close modal 2")
[all …]
H A Dts-universal-attributes-sheet-transition.md191 Button("close modal 1")
204 Button("transition modal 1")
266 Button("transition modal 1")
318 Button("transition modal 1")
559 Button("transition modal 1")
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Derrorcode-bindSheet.md33 This error code is reported when an attempt is made to open a modal that is already displayed.
37 The modal corresponding to the provided **bindSheetContent** is already displayed.
51 This error code is reported when an API is called to close or update the modal that is not currentl…
55 The modal corresponding to the provided **bindSheetContent** is not currently displayed.
88 …fied **targetId** is not in the component tree during an attempt to use the modal in EMBEDDED mode.
96 … to the component tree before calling the API again; or consider setting the modal to OVERLAY mode.
106 …hild of a page node or **NavDestination** node during an attempt to use the modal in EMBEDDED mode.
114 …etId** that is a child of a page or **NavDestination** node; or use the OVERLAY mode for the modal.
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/root/
H A Drender_root.cpp30 auto modal = context->GetWindowModal(); in IsShadowModal() local
31 return (modal == WindowModal::DIALOG_MODAL) || (modal == WindowModal::SEMI_MODAL) || in IsShadowModal()
32 (modal == WindowModal::SEMI_MODAL_FULL_SCREEN); in IsShadowModal()
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-transition-overview.md14 - [模态转场](arkts-modal-transition.md):新的界面覆盖在旧的界面之上的动画,旧的界面不消失,新的界面出现,如弹框就是典型的模态转场动画。
18 …页面退场的转场动效。为了实现更好的转场效果,推荐使用[导航转场](arkts-navigation-transition.md)和[模态转场](arkts-modal-transition.md)。
H A Darkts-contentcover-page.md3 [全模态页面(bindContentCover)](../reference/apis-arkui/arkui-ts/ts-universal-attributes-modal-transition…
26 详见[模态转场](arkts-modal-transition.md#使用bindcontentcover构建全屏模态转场效果)章节,了解使用bindContentCover构建全屏模态转场效果。
H A Darkts-dialog-overview.md24 | [绑定模态页面(bindContentCover/bindSheet)](arkts-modal-overview.md) | 当需要新的界面覆盖在旧的界面上,且旧的界面不消失的一种转场方式时…
H A Darkts-modal-transition.md10 | [bindContentCover](../reference/apis-arkui/arkui-ts/ts-universal-attributes-modal-transition.md#b…
20 [bindContentCover](../reference/apis-arkui/arkui-ts/ts-universal-attributes-modal-transition.md#bin…
22 1. 定义全屏模态转场效果[bindContentCover](../reference/apis-arkui/arkui-ts/ts-universal-attributes-modal-tran…
249 …indContentCover](../reference/apis-arkui/arkui-ts/ts-universal-attributes-modal-transition.md#bind…
/ohos5.0/docs/zh-cn/
H A DOpenHarmony-Overview_zh.md155modal<br/> V200Z-R | BES2600 | 主要能力:<br/>Multi-<br/>modal&nbsp;V200Z-R开发板是基<br/>于恒玄科技BES2600WM…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp2845 for (auto modal : modalList_) { in HasModalPage() local
2846 if (modal.Upgrade() && modal.Upgrade()->GetTag() == V2::MODAL_PAGE_TAG) { in HasModalPage()
3430 for (auto modal = modalList_.begin(); modal != modalList_.end(); ++modal) { in AfterRemoveAllModalInOverlayByList() local
3431 modalStack_.push(*modal); in AfterRemoveAllModalInOverlayByList()
3762 CHECK_NULL_VOID(modal); in PlayTransitionEffectIn()
4339 for (auto modal = modalList_.begin(); modal != modalList_.end(); modal++) { in GetModal() local
4360 for (auto modal = modalList_.begin(); modal != modalList_.end(); modal++) { in RemoveModal() local
4381 for (auto modal = modalList_.begin(); modal != modalList_.end(); modal++) { in RemoveModal() local
5229 for (auto modal = modalList_.begin(); modal != modalList_.end(); modal++) { in DeleteModal() local
5255 for (auto modal = modalList_.begin(); modal != modalList_.end(); modal++) { in DeleteModal() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_prop_convertor.h38 RSEllipsisMode ToRSEllipsisMode(EllipsisMode modal);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta1/
H A DReadme-CN.md18 - [多模输入](js-apidiff-multi-modal-input.md)
/ohos5.0/docs/zh-cn/device-dev/
H A Ddev-board-on-the-master.md30modal V200Z-R|BES2600|主要能力:<br/>Multi-modal V200Z-R开发板是基于恒玄科技BES2600WM芯片的一款高性能、多功能、高性价比AIoT SoC开发板…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A DReadme-CN.md19 - [多模输入](js-apidiff-multi-modal-input.md)
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/
H A DReadme-CN.md22 - [多模输入](js-apidiff-multi-modal-input.md)

12345