/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-methods-alert-dialog-box.md | 11 > 从API version 10开始,可以通过使用[UIContext](../js-apis-arkui-UIContext.md#uicontext)中的[showAlertDialog](.… 221 …UIContext](../js-apis-arkui-UIContext.md#uicontext)获取UIContext实例,并使用[showAlertDialog](../js-apis-a… 234 // 建议使用this.getUIContext().showAlertDialog() 268 // 建议使用this.getUIContext().showAlertDialog() 311 // 建议使用this.getUIContext().showAlertDialog() 374 …UIContext](../js-apis-arkui-UIContext.md#uicontext)获取UIContext实例,并使用[showAlertDialog](../js-apis-a… 385 // 建议使用this.getUIContext().showAlertDialog() 448 …UIContext](../js-apis-arkui-UIContext.md#uicontext)获取UIContext实例,并使用[showAlertDialog](../js-apis-a… 459 // 建议使用this.getUIContext().showAlertDialog() 497 …UIContext](../js-apis-arkui-UIContext.md#uicontext)获取UIContext实例,并使用[showAlertDialog](../js-apis-a… [all …]
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-fixes-style-dialog.md | 405 警告弹窗通过UIContext中的[showAlertDialog](../reference/apis-arkui/js-apis-arkui-UIContext.md#showalertdial… 415 Button('showAlertDialog') 418 this.getUIContext().showAlertDialog(
|
H A D | arkts-global-interface.md | 31 | AlertDialog | showAlertDialog | 警告弹窗 …
|
H A D | arkts-create-overlaymanager.md | 134 params.context.showAlertDialog(
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-methods-alert-dialog-box.md | 11 > Since API version 10, you can use the [showAlertDialog](../js-apis-arkui-UIContext.md#showalertdi… 232 …ext](../js-apis-arkui-UIContext.md#uicontext) API, and then use the [showAlertDialog](../js-apis-a… 245 // You are advised to use this.getUIContext().showAlertDialog(). 279 // You are advised to use this.getUIContext().showAlertDialog(). 322 // You are advised to use this.getUIContext().showAlertDialog(). 385 …ext](../js-apis-arkui-UIContext.md#uicontext) API, and then use the [showAlertDialog](../js-apis-a… 396 // You are advised to use this.getUIContext().showAlertDialog(). 459 …ext](../js-apis-arkui-UIContext.md#uicontext) API, and then use the [showAlertDialog](../js-apis-a… 470 // You are advised to use this.getUIContext().showAlertDialog(). 508 …ext](../js-apis-arkui-UIContext.md#uicontext) API, and then use the [showAlertDialog](../js-apis-a… [all …]
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/ |
H A D | fullscreenlaunchcomponent.js | 201 this.getUIContext().showAlertDialog({
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/innerfullscreenlaunchcomponent/interfaces/ |
H A D | innerfullscreenlaunchcomponent.js | 204 this.getUIContext().showAlertDialog({
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-fixes-style-dialog.md | 405 You use the [showAlertDialog](../reference/apis-arkui/js-apis-arkui-UIContext.md#showalertdialog) A… 415 Button('showAlertDialog') 418 this.getUIContext().showAlertDialog(
|
H A D | arkts-create-overlaymanager.md | 134 params.context.showAlertDialog(
|
H A D | arkts-global-interface.md | 32 | AlertDialog | showAlertDialog | Alert di…
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/source/ |
H A D | fullscreenlaunchcomponent.ets | 153 this.getUIContext().showAlertDialog({
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/innerfullscreenlaunchcomponent/source/ |
H A D | innerfullscreenlaunchcomponent.ets | 167 this.getUIContext().showAlertDialog({
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsUIContext.js | 353 showAlertDialog(options) { method in UIContext
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-arkui.md | 178 …<br>方法or属性:showAlertDialog(options: AlertDialogParamWithConfirm \| AlertDialogParamWithButtons): v…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-UIContext.md | 624 ### showAlertDialog subsection 626 showAlertDialog(options: AlertDialogParamWithConfirm | AlertDialogParamWithButtons | AlertDialogPar… 644 uiContext.showAlertDialog(
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-arkui.md | 178 …showAlertDialog(options: AlertDialogParamWithConfirm \| AlertDialogParamWithButtons): void;|Class …
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-UIContext.md | 624 ### showAlertDialog subsection 626 showAlertDialog(options: AlertDialogParamWithConfirm | AlertDialogParamWithButtons | AlertDialogPar… 644 uiContext.showAlertDialog(
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-arkui.md | 62 |新增|NA|类名:UIContext;<br>方法or属性:showAlertDialog(options: AlertDialogParamWithConfirm \| AlertDialogP…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-arkui.md | 62 |Added|NA|Class name: UIContext;<br>Method or attribute name: showAlertDialog(options: AlertDialogP…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-arkui.md | 100 |新增|NA|类名:UIContext;<br>方法or属性:showAlertDialog(options: AlertDialogParamWithConfirm \| AlertDialogP…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-arkui.md | 100 |Added|NA|Class name: UIContext;<br>Method or attribute name: showAlertDialog(options: AlertDialogP…
|