Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
edfe2b95
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
edfe2b95
编写于
8月 24, 2023
作者:
O
openharmony_ci
提交者:
Gitee
8月 24, 2023
浏览文件
操作
浏览文件
下载
差异文件
!22577 接口一致性与示例代码正确性整改
Merge pull request !22577 from 田雨/master
上级
fcdd61da
1d8f5bd5
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
20 addition
and
18 deletion
+20
-18
zh-cn/application-dev/reference/apis/js-apis-arkui-UIContext.md
...application-dev/reference/apis/js-apis-arkui-UIContext.md
+6
-6
zh-cn/application-dev/reference/apis/js-apis-arkui-dragController.md
...cation-dev/reference/apis/js-apis-arkui-dragController.md
+1
-1
zh-cn/application-dev/reference/apis/js-apis-arkui-drawableDescriptor.md
...on-dev/reference/apis/js-apis-arkui-drawableDescriptor.md
+1
-1
zh-cn/application-dev/reference/apis/js-apis-curve.md
zh-cn/application-dev/reference/apis/js-apis-curve.md
+1
-1
zh-cn/application-dev/reference/apis/js-apis-inner-application-uiAbilityContext.md
...erence/apis/js-apis-inner-application-uiAbilityContext.md
+1
-1
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textinput.md
...n-dev/reference/arkui-ts/ts-basic-components-textinput.md
+1
-1
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-timepicker.md
...-dev/reference/arkui-ts/ts-basic-components-timepicker.md
+6
-4
zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-border-image.md
...eference/arkui-ts/ts-universal-attributes-border-image.md
+3
-3
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-arkui-UIContext.md
浏览文件 @
edfe2b95
...
@@ -214,7 +214,7 @@ struct AnimateToExample {
...
@@ -214,7 +214,7 @@ struct AnimateToExample {
### showAlertDialog
### showAlertDialog
showAlertDialog(options: AlertDialogParamWithConfirm | AlertDialogParamWithButtons): void
showAlertDialog(options: AlertDialogParamWithConfirm | AlertDialogParamWithButtons
| AlertDialogParamWithOptions
): void
显示警告弹窗组件,可设置文本内容与响应回调。
显示警告弹窗组件,可设置文本内容与响应回调。
...
@@ -1201,7 +1201,7 @@ try {
...
@@ -1201,7 +1201,7 @@ try {
### pushNamedRoute
### pushNamedRoute
pushNamedRoute(options: router.NamedRouterOptions, mode: RouterMode, callback: AsyncCallback
<
void
>
): void
pushNamedRoute(options: router.NamedRouterOptions, mode:
router.
RouterMode, callback: AsyncCallback
<
void
>
): void
跳转到指定的命名路由页面。
跳转到指定的命名路由页面。
...
@@ -1361,7 +1361,7 @@ replaceNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode):
...
@@ -1361,7 +1361,7 @@ replaceNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode):
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| --------- | ------- |
| --------- | ------- |
| 100001 | if
UI execution context not found
, only throw in standard system. |
| 100001 | if
can not get the delegate
, only throw in standard system. |
| 100004 | if the named route is not exist. |
| 100004 | if the named route is not exist. |
**示例:**
**示例:**
...
@@ -1425,7 +1425,7 @@ router.replaceNamedRoute({
...
@@ -1425,7 +1425,7 @@ router.replaceNamedRoute({
### back
### back
back(options: router.RouterOptions ): void
back(options
?
: router.RouterOptions ): void
返回上一页面或指定的页面。
返回上一页面或指定的页面。
...
@@ -1435,7 +1435,7 @@ back(options: router.RouterOptions ): void
...
@@ -1435,7 +1435,7 @@ back(options: router.RouterOptions ): void
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
| ------- | ------------------------------------------------------- | ---- | ------------------------------------------------------------ |
| ------- | ------------------------------------------------------- | ---- | ------------------------------------------------------------ |
| options |
[
router.RouterOptions
](
js-apis-router.md#routeroptions
)
|
是
| 返回页面描述信息,其中参数url指路由跳转时会返回到指定url的界面,如果页面栈上没有url页面,则不响应该情况。如果url未设置,则返回上一页,页面不会重新构建,页面栈里面的page不会回收,出栈后会被回收。 |
| options |
[
router.RouterOptions
](
js-apis-router.md#routeroptions
)
|
否
| 返回页面描述信息,其中参数url指路由跳转时会返回到指定url的界面,如果页面栈上没有url页面,则不响应该情况。如果url未设置,则返回上一页,页面不会重新构建,页面栈里面的page不会回收,出栈后会被回收。 |
**示例:**
**示例:**
...
@@ -1618,7 +1618,7 @@ try {
...
@@ -1618,7 +1618,7 @@ try {
### showDialog
### showDialog
showDialog(options: promptAction.ShowDialogOptions, callback: AsyncCallback
<
promptAction.ShowDialogSuccessResponse
&
l
t;
): void
showDialog(options: promptAction.ShowDialogOptions, callback: AsyncCallback
<
promptAction.ShowDialogSuccessResponse
&
g
t;
): void
创建并显示对话框,对话框响应结果异步返回。
创建并显示对话框,对话框响应结果异步返回。
...
...
zh-cn/application-dev/reference/apis/js-apis-arkui-dragController.md
浏览文件 @
edfe2b95
...
@@ -175,7 +175,7 @@ struct DragControllerPage {
...
@@ -175,7 +175,7 @@ struct DragControllerPage {
发起拖拽所需要的属性和拖拽时携带的信息。
发起拖拽所需要的属性和拖拽时携带的信息。
| 名称 | 类型 | 必填 |
描述
|
| 名称 | 类型 | 必填 |
说明
|
| ----------- | ------------------------------------------------------ | ---- | ---------------------------------------- |
| ----------- | ------------------------------------------------------ | ---- | ---------------------------------------- |
| pointerId | number | 是 | 设置启动拖拽时屏幕上触摸点的Id。 |
| pointerId | number | 是 | 设置启动拖拽时屏幕上触摸点的Id。 |
| data |
[
UDMF.UnifiedData
](
./js-apis-data-udmf.md#unifieddata
)
| 否 | 设置拖拽过程中携带的数据。 |
| data |
[
UDMF.UnifiedData
](
./js-apis-data-udmf.md#unifieddata
)
| 否 | 设置拖拽过程中携带的数据。 |
...
...
zh-cn/application-dev/reference/apis/js-apis-arkui-drawableDescriptor.md
浏览文件 @
edfe2b95
...
@@ -141,7 +141,7 @@ getBackground(): DrawableDescriptor;
...
@@ -141,7 +141,7 @@ getBackground(): DrawableDescriptor;
**示例:**
**示例:**
```
ts
```
ts
let
resManager
=
getContext
().
resourceManager
let
resManager
=
getContext
().
resourceManager
drawable
:
DrawableDescriptor
=
(
<
LayeredDrawableDescriptor
>
(
resManager
.
getDrawableDescriptor
(
$r
(
'
app.media.icon
'
)
let
drawable
:
DrawableDescriptor
=
(
<
LayeredDrawableDescriptor
>
(
resManager
.
getDrawableDescriptor
(
$r
(
'
app.media.icon
'
)
.
id
))).
getBackground
();
.
id
))).
getBackground
();
```
```
...
...
zh-cn/application-dev/reference/apis/js-apis-curve.md
浏览文件 @
edfe2b95
...
@@ -316,7 +316,7 @@ interpolate(fraction: number): number
...
@@ -316,7 +316,7 @@ interpolate(fraction: number): number
```
ts
```
ts
import
Curves
from
'
@ohos.curves
'
import
Curves
from
'
@ohos.curves
'
let
curve
=
Curves
.
initCurve
(
Curve
.
EaseIn
)
// 创建一个默认先慢后快插值曲线
let
curve
Value
=
Curves
.
initCurve
(
Curve
.
EaseIn
)
// 创建一个默认先慢后快插值曲线
let
value
:
number
=
curve
.
interpolate
(
0.5
)
// 计算得到时间到一半时的插值
let
value
:
number
=
curve
.
interpolate
(
0.5
)
// 计算得到时间到一半时的插值
```
```
...
...
zh-cn/application-dev/reference/apis/js-apis-inner-application-uiAbilityContext.md
浏览文件 @
edfe2b95
...
@@ -2919,7 +2919,7 @@ export default class EntryAbility extends UIAbility {
...
@@ -2919,7 +2919,7 @@ export default class EntryAbility extends UIAbility {
localWant
.
moduleName
=
'
entry
'
;
localWant
.
moduleName
=
'
entry
'
;
localWant
.
abilityName
=
'
TestAbility
'
;
localWant
.
abilityName
=
'
TestAbility
'
;
let
option
:
StartOptions
=
{
let
option
=
{
displayId
:
0
displayId
:
0
}
}
...
...
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textinput.md
浏览文件 @
edfe2b95
...
@@ -46,7 +46,7 @@ TextInput(value?:{placeholder?: ResourceStr, text?: ResourceStr, controller?: Te
...
@@ -46,7 +46,7 @@ TextInput(value?:{placeholder?: ResourceStr, text?: ResourceStr, controller?: Te
| caretStyle
<sup>
10+
</sup>
| {
<br/>
width:
[
Length
](
ts-types.md#length
)
<br/>
} | 设置光标风格。 |
| caretStyle
<sup>
10+
</sup>
| {
<br/>
width:
[
Length
](
ts-types.md#length
)
<br/>
} | 设置光标风格。 |
| caretPosition
<sup>
10+
</sup>
| number | 设置光标位置。 |
| caretPosition
<sup>
10+
</sup>
| number | 设置光标位置。 |
| showUnit
<sup>
10+
</sup>
|
[
CustomBuilder
](
ts-types.md#CustomBuilder8
)
| 设置控件作为文本框单位。
<br/>
默认无单位。 |
| showUnit
<sup>
10+
</sup>
|
[
CustomBuilder
](
ts-types.md#CustomBuilder8
)
| 设置控件作为文本框单位。
<br/>
默认无单位。 |
| showError
<sup>
10+
</sup>
| string
\|
undefined | 设置错误状态下提示的错误文本或者不显示错误状态。
<br/>
默认不显示错误状态。 |
| showError
<sup>
10+
</sup>
| string
\|
undefined | 设置错误状态下提示的错误文本或者不显示错误状态。
<br/>
默认不显示错误状态。
<br/>
**说明:**
<br/>
当参数类型为string并且输入内容不符合定义规范时,提示错误文本。当参数类型为undefined时,不显示错误状态。请参考
[
示例2
](
#示例2
)
|
| showUnderline
<sup>
10+
</sup>
| boolean | 设置是否开启下划线。
<br/>
默认值:false |
| showUnderline
<sup>
10+
</sup>
| boolean | 设置是否开启下划线。
<br/>
默认值:false |
| passwordIcon
<sup>
10+
</sup>
|
[
PasswordIcon
](
#passwordicon10对象说明
)
| 密码输入模式时,设置输入框末尾的图标。
<br/>
默认为系统提供的密码图标。 |
| passwordIcon
<sup>
10+
</sup>
|
[
PasswordIcon
](
#passwordicon10对象说明
)
| 密码输入模式时,设置输入框末尾的图标。
<br/>
默认为系统提供的密码图标。 |
| enableKeyboardOnFocus
<sup>
10+
</sup>
| boolean | TextInput获焦时,是否绑定输入法
<br/>
默认值:true。从API version 10开始,获焦默认绑定输入法。 |
| enableKeyboardOnFocus
<sup>
10+
</sup>
| boolean | TextInput获焦时,是否绑定输入法
<br/>
默认值:true。从API version 10开始,获焦默认绑定输入法。 |
...
...
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-timepicker.md
浏览文件 @
edfe2b95
...
@@ -45,10 +45,12 @@ TimePicker(options?: {selected?: Date})
...
@@ -45,10 +45,12 @@ TimePicker(options?: {selected?: Date})
## TimePickerResult对象说明
## TimePickerResult对象说明
| 名称 | 参数类型 | 描述 |
返回值为24小时制时间。
| ------ | ------ | ------- |
| hour | number | 选中时间的时。 |
| 名称 | 参数类型 | 描述 |
| minute | number | 选中时间的分。 |
| ------ | -------- | ----------------------------------- |
| hour | number | 选中时间的时。
<br/>
取值范围:[0-23] |
| minute | number | 选中时间的分。
<br/>
取值范围:[0-59] |
## 示例
## 示例
...
...
zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-border-image.md
浏览文件 @
edfe2b95
...
@@ -19,9 +19,9 @@
...
@@ -19,9 +19,9 @@
| 名称 | 类型 | 描述 |
| 名称 | 类型 | 描述 |
| ------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| ------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| source | string
\|
[
Resource
](
ts-types.md#resource
)
\|
[
linearGradient
](
ts-universal-attributes-gradient-color.md
)
| 边框图源或者渐变色设置。
<br/>
**说明:**
<br>
边框图源仅适用于容器组件,如Row、Column、Flex,在非容器组件上使用会失效。 |
| source | string
\|
[
Resource
](
ts-types.md#resource
)
\|
[
linearGradient
](
ts-universal-attributes-gradient-color.md
)
| 边框图源或者渐变色设置。
<br/>
**说明:**
<br>
边框图源仅适用于容器组件,如Row、Column、Flex,在非容器组件上使用会失效。 |
| slice |
[
Length
](
ts-types.md#length
)
\|
[
EdgeWidths
](
ts-types.md#edgewidths9
)
| 设置边框图片左上角、右上角、左下角以及右下角的切割宽度。
<br/>
默认值:0
<br/>
**说明:**
<br/>
设置负数时取默认值。
<br/>
参数类型为
[
Length
](
ts-types.md#length
)
时,统一设置四个角的宽高。
<br/>
参数为
[
EdgeWidths
](
ts-types.md#edgewidths9
)
时:
<br/>
-
Top:设置图片左上角或者右上角被切割的高。
<br/>
-
Bottom:设置图片左下角或者右下角被切割的高。
<br/>
-
Left:设置图片左上角或者左下角被切割的宽。
<br/>
-
Right:设置图片右上角或者右下角被切割的宽。 |
| slice |
[
Length
](
ts-types.md#length
)
\|
[
EdgeWidths
](
ts-types.md#edgewidths9
)
| 设置边框图片左上角、右上角、左下角以及右下角的切割宽度。
<br/>
默认值:0
<br/>
**说明:**
<br/>
设置负数时取默认值。
<br/>
参数类型为
[
Length
](
ts-types.md#length
)
时,统一设置四个角的宽高。
<br/>
参数
类型
为
[
EdgeWidths
](
ts-types.md#edgewidths9
)
时:
<br/>
-
Top:设置图片左上角或者右上角被切割的高。
<br/>
-
Bottom:设置图片左下角或者右下角被切割的高。
<br/>
-
Left:设置图片左上角或者左下角被切割的宽。
<br/>
-
Right:设置图片右上角或者右下角被切割的宽。 |
| width |
[
Length
](
ts-types.md#length
)
\|
[
EdgeWidths
](
ts-types.md#edgewidths9
)
| 设置图片边框宽度。
<br/>
默认值:0
<br/>
**说明:**
<br/>
参数类型为
[
Length
](
ts-types.md#length
)
时,统一设置四个角的宽高,设置负数时取默认值。
<br/>
参数为
[
EdgeWidths
](
ts-types.md#edgewidths9
)
时:
<br/>
-
Top:设置图片边框上边框的宽。
<br/>
-
Bottom:设置图片边框下边框的宽。
<br/>
-
Left:设置图片边框左边框的宽。
<br/>
-
Right:设置图片边框右边框宽。
<br/>
设置负数时值取1。 |
| width |
[
Length
](
ts-types.md#length
)
\|
[
EdgeWidths
](
ts-types.md#edgewidths9
)
| 设置图片边框宽度。
<br/>
默认值:0
<br/>
**说明:**
<br/>
参数类型为
[
Length
](
ts-types.md#length
)
时,统一设置四个角的宽高,设置负数时取默认值。
<br/>
参数
类型
为
[
EdgeWidths
](
ts-types.md#edgewidths9
)
时:
<br/>
-
Top:设置图片边框上边框的宽。
<br/>
-
Bottom:设置图片边框下边框的宽。
<br/>
-
Left:设置图片边框左边框的宽。
<br/>
-
Right:设置图片边框右边框宽。
<br/>
设置负数时值取1。 |
| outset |
[
Length
](
ts-types.md#length
)
\|
[
EdgeWidths
](
ts-types.md#edgewidths9
)
| 设置边框图片向外延伸距离。
<br/>
默认值:0
<br/>
**说明:**
<br/>
设置负数时取默认值。
<br/>
参数类型为
[
Length
](
ts-types.md#length
)
时,统一设置四个角的宽高。
<br/>
参数为
[
EdgeWidths
](
ts-types.md#edgewidths9
)
时:
<br/>
-
Top:设置边框图片上边框向外延伸的距离。
<br/>
-
Bottom:设置边框图片下边框向外延伸的距离。
<br/>
-
Left:设置边框图片左边框向外延伸的距离。
<br/>
-
Right:设置边框图片右边框向外延伸的距离。 |
| outset |
[
Length
](
ts-types.md#length
)
\|
[
EdgeWidths
](
ts-types.md#edgewidths9
)
| 设置边框图片向外延伸距离。
<br/>
默认值:0
<br/>
**说明:**
<br/>
设置负数时取默认值。
<br/>
参数类型为
[
Length
](
ts-types.md#length
)
时,统一设置四个角的宽高。
<br/>
参数
类型
为
[
EdgeWidths
](
ts-types.md#edgewidths9
)
时:
<br/>
-
Top:设置边框图片上边框向外延伸的距离。
<br/>
-
Bottom:设置边框图片下边框向外延伸的距离。
<br/>
-
Left:设置边框图片左边框向外延伸的距离。
<br/>
-
Right:设置边框图片右边框向外延伸的距离。 |
| repeat |
[
RepeatMode
](
#repeatmode枚举说明
)
| 设置被切割的图片在边框上的重复方式。
<br/>
默认值:RepeatMode.Stretch |
| repeat |
[
RepeatMode
](
#repeatmode枚举说明
)
| 设置被切割的图片在边框上的重复方式。
<br/>
默认值:RepeatMode.Stretch |
| fill | boolean | 设置边框图片中心填充。
<br/>
默认值:false |
| fill | boolean | 设置边框图片中心填充。
<br/>
默认值:false |
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录