Home
last modified time | relevance | path

Searched refs:CustomDialog (Results 1 – 25 of 103) sorted by relevance

12345

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.37/
H A Dchangelogs-web.md3 ## cl.web.1 CustomDialog内嵌Web组件软键盘避让方式由改变Web高度避让软键盘变更为抬升CustomDialog避让软键盘
11 CustomDialog内嵌Web组件软键盘避让方式不符合CustomDialog软键盘避让的规范,与其他ArkUI组件避让方式不一致。
17 变更前:CustomDialog内嵌Web组件,在Web组件内点击输入框弹出软键盘时,会默认通过改变Web的高度来避让软键盘。
19 变更后:CustomDialog内嵌Web组件,在Web组件内点击输入框弹出软键盘时,会默认通过抬升CustomDialog来避让软键盘。
21 下表为变更前后CustomDialog嵌套Web场景软键盘避让效果对比:
37 CustomDialog内嵌Web组件软键盘避让场景。
41CustomDialog](../../../application-dev/reference/apis-arkui/arkui-ts/ts-methods-custom-dialog-box.…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.5.3/
H A Dchangelogs-arkui.md395 该变更为兼容性变更,为AlterDialog、ActionSheet组件以及promptAction的showDialog和showActionMenu这几种弹窗的接口添加CustomDialog组…
407 API 11前,只有CustomDialog组件的CustomDialogControllerOptions接口有showInSubWindow属性,showInSubWindow默认值为false…
409 API 11及以后,AlterDialog、CustomDialog、ActionSheet组件以及promptAction的showDialog和showActionMenu接口创建的弹窗都有sh…
415 ## cl.Arkui.7 CustomDialog组件的蒙层范围的更改
429 变更前,showInSubWindow为true时,CustomDialog的蒙层范围为子窗口范围,showInSubWindow为false时,CustomDialog的蒙层范围为应用窗口范围。
433 变更后,无论showInSubWindow为true还是false,CustomDialog的蒙层范围都为应用窗口的范围。
447 API 11前,showInSubWindow为true时,CustomDialog的蒙层范围为子窗口范围,showInSubWindow为false时,CustomDialog的蒙层范围为应用窗口…
449 API 11及以后,无论showInSubWindow为true还是false,CustomDialog的蒙层范围都为应用窗口的范围。
467 该变更为兼容性变更,为AlterDialog、CustomDialog、ActionSheet组件以及promptAction的showDialog和showActionMenu这几种弹窗的接口添加…
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-common-components-custom-dialog.md1 # 基础自定义弹出框 (CustomDialog)(不推荐)
12 1. 使用\@CustomDialog装饰器装饰自定义弹出框,可在此装饰器内自定义弹出框内容。CustomDialogController需在@Component内定义。
15 @CustomDialog
68 1. 在\@CustomDialog装饰器内添加按钮,同时添加数据函数。
71 @CustomDialog
138 @CustomDialog
264 @CustomDialog
325 @CustomDialog
383 @CustomDialog
412 @CustomDialog
[all …]
H A Darkts-base-dialog-overview.md5 * **自定义弹出框:** 开发者需要根据使用场景,传入自定义组件填充在弹出框中实现自定义的弹出框内容。主要包括基础自定义弹出框 (CustomDialog)、不依赖UI组件的自定义弹出框 (ope…
13 |[基础自定义弹出框 (CustomDialog)](arkts-common-components-custom-dialog.md) | 当用户需要自定义弹出框内的组件和内容时使用。 |
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.7.2/
H A Dchangelogs-arkui.md7 组件装饰器@Component、@Entry、 @Preview和@CustomDialog只能作用于struct组件,不能用于装饰类class。
22 如果组件装饰器@Component、@Entry、 @Preview和@CustomDialog 不是装饰struct组件,编译报错。
30 组件装饰器@Component、@Entry、 @Preview和@CustomDialog修饰struct组件。
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-methods-custom-dialog-box.md1 # 自定义弹窗 (CustomDialog)
36 | builder | [CustomDialog](../../../ui/arkts-common-components-custom-dialog.…
96 **说明**:CustomDialogController仅在作为@CustomDialog和@Component struct的成员变量,且在@Component struct内部定义时赋值才有效…
140 该示例实现了在CustomDialog中打开另一个或另一些CustomDialog
144 @CustomDialog
162 @CustomDialog
182 …// 若尝试在CustomDialog中传入多个其他的Controller,以实现在CustomDialog中打开另一个或另一些CustomDialog,那么此处需要将指向自己的controlle…
293 @CustomDialog
376 该示例定义了CustomDialog的样式,如宽度、高度、背景色、阴影等等。
379 @CustomDialog
[all …]
H A Dohos-arkui-advanced-ExceptionPrompt.md124 @CustomDialog
142 // 若尝试在CustomDialog中传入多个其他的Controller,以实现在CustomDialog中打开另一个或另一些CustomDialog
H A Dohos-arkui-advanced-Dialog.md36 **装饰器类型:**\@CustomDialog
63 **装饰器类型:**\@CustomDialog
84 **装饰器类型:**\@CustomDialog
108 **装饰器类型:**\@CustomDialog
130 **装饰器类型:**\@CustomDialog
148 **装饰器类型:**\@CustomDialog
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-common-components-custom-dialog.md1 # Basic Custom Dialog Box (CustomDialog) (Not Recommended)
12 1. Use the \@CustomDialog decorator to create a custom dialog box. You can define the content of th…
15 @CustomDialog
68 1. Add buttons in the \@CustomDialog decorator structure and add data functions.
71 @CustomDialog
138 @CustomDialog
264 @CustomDialog
325 @CustomDialog
383 @CustomDialog
412 @CustomDialog
H A Darkts-base-dialog-overview.md5 …e appearance and behavior of the dialog box. Available APIs include **CustomDialog** and **openCus…
13 |[Basic custom dialog box (CustomDialog)](arkts-common-components-custom-dialog.md)| Used when you …
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.7.2/
H A Dchangelogs-arkui.md7 Component decorators @Component, @Entry, @Preview, and @CustomDialog apply only to structs, not cla…
22 If @Component, @Entry, @Preview, or @CustomDialog is used to decorate components other than structs…
30 Use @Component, @Entry, @Preview, and @CustomDialog to decorate only structs.
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_api.cpp1712 return CustomDialog::CreateDialog(); in CreateDialog()
1717 CustomDialog::DisposeDialog(handle); in DisposeDialog()
1722 return CustomDialog::SetDialogContent(handle, contentNode); in SetDialogContent()
1727 return CustomDialog::RemoveDialogContent(handle); in RemoveDialogContent()
1738 return CustomDialog::ResetDialogContentAlignment(handle); in ResetDialogContentAlignment()
1743 return CustomDialog::SetDialogModalMode(handle, isModal); in SetDialogModalMode()
1748 return CustomDialog::SetDialogAutoCancel(handle, autoCancel); in SetDialogAutoCancel()
1753 return CustomDialog::SetDialogMask(handle, maskColor, rect); in SetDialogMask()
1769 return CustomDialog::SetDialogGridColumnCount(handle, gridCount); in SetDialogGridColumnCount()
1784 return CustomDialog::ShowDialog(handle, showInSubWindow); in ShowDialog()
[all …]
/ohos5.0/docs/zh-cn/application-dev/faqs/
H A Dfaqs-arkui-layout.md95 ## CustomDialog,Popup等弹窗如何与页面解耦,最佳实践是什么样的(API 10)
115 1. [自定义弹窗(CustomDialog)](../reference/apis-arkui/arkui-ts/ts-methods-custom-dialog-box.md)
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dreasonable_using_system_interfaces.md96 @CustomDialog
115 @CustomDialog
/ohos5.0/foundation/arkui/advanced_ui_component/doc/
H A Dts-composite-components-arkdialog.md32 **装饰器类型:**\@CustomDialog
60 **装饰器类型:**\@CustomDialog
82 **装饰器类型:**\@CustomDialog
105 **装饰器类型:**\@CustomDialog
/ohos5.0/docs/zh-cn/third-party-cases/
H A Ddiverse-dialogues.md130 …当现有弹窗不能满足业务诉求时,开发者可以自行设计弹窗的样式。在实现自定义弹窗时,需要将弹窗的UI放在被@CustomDialog修饰的自定义组件中,然后使用CustomDialogControll…
133 // 使用@CustomDialog修饰自定义弹窗
134 @CustomDialog
262 @CustomDialog
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.3/
H A Dchangelogs-arkui.md391 … **showInSubWindow** attribute, which is already supported in the **\<CustomDialog>** component, i…
403 …te is available for the **CustomDialogControllerOptions** API of the **\<CustomDialog>** component.
405 …wInSubWindow** attribute is available for the **\<AlertDialog>**, **\<CustomDialog>**, and **\<Act…
411 ## cl.Arkui.7 Change in the Mask Scope of the \<CustomDialog> Component
425 Before change: When **showInSubWindow** is set to **true**, the mask of the **\<CustomDialog>** com…
429 After change: The mask of the **\<CustomDialog>** component covers the entire application window re…
443 CustomDialog
461 …ge. The **isModal** attribute is added to the **\<AlterDialog>**, **\<CustomDialog>**, and **\<Act…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.19/
H A Dchangelogs-arkui.md27 **AlertDialog** and **CustomDialog**: API version 7; **ActionSheet**, **DatePickerDialog**, **TimeP…
35 …ialog, AlertDialog, ActionSheet, DatePickerDialog, TimePickerDialog, TextPickerDialog, CustomDialog
72 @CustomDialog
/ohos5.0/foundation/arkui/advanced_ui_component/source/ArkDialog/
H A DArkDialog.ets31 @CustomDialog
137 @CustomDialog
231 @CustomDialog
331 @CustomDialog
391 @CustomDialog
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-ExceptionPrompt.md120 @CustomDialog
135 …ss in multiple other controllers in the CustomDialog to open one or more other CustomDialogs in th…
H A Dts-methods-custom-dialog-box.md1 # Custom Dialog Box (CustomDialog)
36 | builder | [CustomDialog](../../../ui/arkts-common-components-custom-dialog.…
98 > **CustomDialogController** is effective only when it is a member variable of the **@CustomDialog*…
126 @CustomDialog
144 @CustomDialog
164 …ss in multiple other controllers in the CustomDialog to open one or more other CustomDialogs in th…
273 @CustomDialog
359 @CustomDialog
450 @CustomDialog
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.19/
H A Dchangelogs-arkui.md27 AlertDialog、CustomDialog 起始支持版本为 API 7,ActionSheet、DatePickerDialog、TimePickerDialog、TextPickerDial…
35 …stomDialog、AlertDialog、ActionSheet、DatePickerDialog、TimePickerDialog、TextPickerDialog、CustomDialog
72 @CustomDialog
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/Dialog/
H A DMultiCameraHelpDialog.ets16 @CustomDialog
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.17/
H A Dchangelogs-arkui.md81 @CustomDialog
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/Component/
H A DcontentTable.ets24 @CustomDialog
93 @CustomDialog
179 @CustomDialog
234 @CustomDialog

12345