Home
last modified time | relevance | path

Searched refs:bindSheet (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.5.2/
H A Dchangelogs-arkui.md92 ## cl.arkui.2 bindSheet半模态面板视觉样式增加
134 bindSheet半模态面板。
142 ## cl.arkui.3 bindSheet半模态面板底部弹窗样式修改
206 bindSheet半模态面板。
252 bindSheet半模态面板。
260 ## cl.arkui.5 bindSheet半模态面板操作区修改
312 bindSheet半模态面板。
360 bindSheet半模态面板。
404 bindSheet半模态面板。
418 ## cl.arkui.8 bindSheet半模态面板关闭交互修改
[all …]
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.23/
H A Dchangelogs-arkui.md427 ## cl.arkui.12 bindSheet组件修改标题与关闭按钮之间的间距
459 bindSheet组件
465 ## c1.arkui.13 bindSheet半模态面板的backgroundColor属性异常值处理逻辑变更
473 bindSheet半模态面板的backgroundColor属性设置从正常值更新为异常值时,使用默认值。
479 变更前,当开发者对bindSheet半模态面板的backgroundColor属性设置从正常值更新为异常值时,采用不操作处理。
481 变更后,当开发者对bindSheet半模态面板的backgroundColor属性设置从正常值更新为异常值时,采用默认颜色处理。
493 bindSheet半模态面板。
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-sheet-page.md1 # 绑定半模态页面(bindSheet
3 [半模态页面(bindSheet)](../reference/apis-arkui/arkui-ts/ts-universal-attributes-sheet-transition.md#bin…
7 …kui-ts/ts-universal-attributes-sheet-transition.md#sheetoptions))属性。可以使用bindSheet构建半模态转场效果,详见[模态转场…
96 .bindSheet($$this.isShowSheet, this.SheetBuilder(), {
H A Darkts-contentcover-page.md24 全模态与半模态之间存在弹窗式的层级交互。后拉起的模态页面能够覆盖先前的模态页面。若开发者期望实现全屏转场,以覆盖半模态,并在全屏页面侧滑退出后,半模态页面仍保持显示,使用bindSheet结合bin…
210 .bindSheet($$this.isSheetShow, this.MySheetBuilder(), {
H A Darkts-dialog-overview.md24 | [绑定模态页面(bindContentCover/bindSheet)](arkts-modal-overview.md) | 当需要新的界面覆盖在旧的界面上,且旧的界面不消失的一种转场方式时…
H A Darkts-modal-transition.md11 | [bindSheet](../reference/apis-arkui/arkui-ts/ts-universal-attributes-sheet-transition.md#bindshee…
247 ## 使用bindSheet构建半模态转场效果
249 [bindSheet](../reference/apis-arkui/arkui-ts/ts-universal-attributes-sheet-transition.md#bindsheet)…
324 .bindSheet(this.isShowSheet, this.mySheet(), {
H A Darkts-modal-overview.md13 | [bindSheet](arkts-sheet-page.md) | 用于半模态展示界面,如分享框。 |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-sheet-transition.md3 通过bindSheet属性为组件绑定半模态页面,在组件插入时可通过设置自定义或默认的内置高度确定半模态大小。
11 ## bindSheet section
13 bindSheet(isShow: Optional\<boolean\>, builder: CustomBuilder, options?: SheetOptions)
210 .bindSheet($$this.isShow, this.myBuilder(), {
238 使用bindSheet的detents属性设置三个不同高度的档位。
272 .bindSheet($$this.isShow, this.myBuilder(), {
324 .bindSheet($$this.isShow, this.myBuilder(), {
351 bindSheet注册onWillDismiss与onWillSpringBackWhenDismiss。
377 .bindSheet($$this.isShow, this.myBuilder(), {
434 .bindSheet($$this.isShow, this.myBuilder(), {
[all …]
H A Dts-universal-component-area-change-event.md17 …tion.md#translate)、[offset](ts-types.md#offset)。若组件自身位置由绘制变化决定也不会响应回调,如[bindSheet](ts-universal-at…
H A Dts-container-panel.md7 > 从API Version 12 开始,该组件不再维护,推荐使用通用属性[bindSheet](ts-universal-attributes-sheet-transition.md)。
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.2/
H A Dchangelogs-arkui.md110 … is presented as a popup sheet by default, displayed under the node bound to through **bindSheet**.
134 bindSheet
206 bindSheet
252 bindSheet
312 bindSheet
360 bindSheet
404 bindSheet
466 bindSheet
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.26/
H A Dchangelogs-arkui.md324 ## cl.arkui.9 bindSheet半模态弹窗支持开发者设置底部弹窗样式
338 bindSheet的Option属性preferType,从枚举值变成了枚举,会影响开发者将preferType属性作为函数形参的场景。
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-sheet-page.md1 # Binding a Semi-Modal Page (bindSheet)
3 A semi-modal page, implemented using [bindSheet](../reference/apis-arkui/arkui-ts/ts-universal-attr…
7 …sal-attributes-sheet-transition.md#bindoptions) property. You can use **bindSheet** to build semi-…
96 .bindSheet($$this.isShowSheet, this.SheetBuilder(), {
H A Darkts-contentcover-page.md24 …al page remains visible after the full-screen page is swiped out, use **bindSheet** in combination…
210 .bindSheet($$this.isSheetShow, this.MySheetBuilder(), {
H A Darkts-modal-transition.md11 | [bindSheet](../reference/apis-arkui/arkui-ts/ts-universal-attributes-sheet-transition.md#bindshee…
247 ## Creating Sheet Transition with bindSheet
249 You can bind a sheet to a component through the [bindSheet](../reference/apis-arkui/arkui-ts/ts-uni…
324 .bindSheet(this.isShowSheet, this.mySheet(), {
H A Darkts-modal-overview.md13 | [bindSheet](arkts-sheet-page.md) | Use this API to display a custom semi-modal page, for example…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-sheet-transition.md3 You can bind a sheet to a component through the **bindSheet** attribute. You can also set the sheet…
11 ## bindSheet section
13 bindSheet(isShow: Optional\<boolean\>, builder: CustomBuilder, options?: SheetOptions)
210 .bindSheet($$this.isShow, this.myBuilder(), {
238 This example demonstrates how to use the **detents** property of **bindSheet** to set three differe…
272 .bindSheet($$this.isShow, this.myBuilder(), {
324 .bindSheet($$this.isShow, this.myBuilder(), {
351 …ple shows how to register **onWillDismiss** and **onWillSpringBackWhenDismiss** with **bindSheet**.
377 .bindSheet($$this.isShow, this.myBuilder(), {
434 .bindSheet($$this.isShow, this.myBuilder(), {
[all …]
H A Dts-universal-component-area-change-event.md17 …onent position is altered due to drawing changes, for example, through [bindSheet](ts-universal-at…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.29/
H A Dchangelogs-arkui.md216 API version 11及以前:bindSheet在手机横屏时不支持设置挡位和高度,默认高度距离横屏窗口顶部8vp。
218 API version 12及以后:bindSheet在手机横屏时支持开发者设置挡位和高度,最大高度距离横屏窗口顶部8vp。
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.40/
H A Dchangelogs-arkui.md109 bindSheet组件。
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.32/
H A Dchangelogs-arkui.md294 API version 11及以前:bindMenu,AlertDialog,CustomDialog,bindPopup,bindSheet,bindContentCover等弹框层级都在AppB…
302 涉及的弹框范围:bindMenu,AlertDialog,CustomDialog,bindPopup,bindSheet,bindContentCover等非子窗模式弹框。
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.43/
H A Dchangelogs-arkui.md190 bindSheet属性。
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.31/
H A Dchangelogs-arkui.md197 ## cl.arkui.4 bindSheet支持嵌套滚动
236 bindSheet组件
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-nested-scrolling.md12 …d)、[Refresh](../reference/apis-arkui/arkui-ts/ts-container-refresh.md)、[bindSheet](../reference/ap…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.23/
H A Dchangelogs-arkui.md427 ## cl.arkui.12 Change in the Spacing Between the Title and Close Button of bindSheet
459 bindSheet
465 ## c1.arkui.13 Change to Exception Handling for bindSheet's backgroundColor Attribute
493 bindSheet

12