Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
467ed69f
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看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
467ed69f
编写于
10月 19, 2022
作者:
O
openharmony_ci
提交者:
Gitee
10月 19, 2022
浏览文件
操作
浏览文件
下载
差异文件
!10828 断链修改
Merge pull request !10828 from LiAn/master
上级
179410fe
9ec09ece
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
12 addition
and
12 deletion
+12
-12
zh-cn/application-dev/reference/apis/js-apis-prompt.md
zh-cn/application-dev/reference/apis/js-apis-prompt.md
+6
-6
zh-cn/application-dev/reference/arkui-ts/ts-container-refresh.md
...pplication-dev/reference/arkui-ts/ts-container-refresh.md
+1
-1
zh-cn/application-dev/reference/arkui-ts/ts-methods-custom-dialog-box.md
...on-dev/reference/arkui-ts/ts-methods-custom-dialog-box.md
+1
-1
zh-cn/application-dev/reference/arkui-ts/ts-types.md
zh-cn/application-dev/reference/arkui-ts/ts-types.md
+1
-1
zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-visibility.md
.../reference/arkui-ts/ts-universal-attributes-visibility.md
+1
-1
zh-cn/application-dev/ui/ui-ts-components.md
zh-cn/application-dev/ui/ui-ts-components.md
+2
-2
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-prompt.md
浏览文件 @
467ed69f
...
...
@@ -46,7 +46,7 @@ prompt.showToast({
| 名称 | 类型 | 必填 | 说明 |
| -------- | ---------------------------------------- | ---- | ---------------------------------------- |
| message | string
\|
[
Resource
](
../arkui-ts/ts-types.md#resource
类型
)
<sup>
9+
</sup>
| 是 | 显示的文本信息。 |
| message | string
\|
[
Resource
](
../arkui-ts/ts-types.md#resource
)
<sup>
9+
</sup>
| 是 | 显示的文本信息。 |
| duration | number | 否 | 默认值1500ms,取值区间:1500ms-10000ms。若小于1500ms则取默认值,若大于10000ms则取上限值10000ms。 |
| bottom | string
\|
number | 否 | 设置弹窗边框距离屏幕底部的位置。 |
...
...
@@ -147,8 +147,8 @@ prompt.showDialog({
| 名称 | 类型 | 必填 | 说明 |
| ------- | ---------------------------------------- | ---- | ---------------------------------------- |
| title | string
\|
[
Resource
](
../arkui-ts/ts-types.md#resource
类型
)
<sup>
9+
</sup>
| 否 | 标题文本。 |
| message | string
\|
[
Resource
](
../arkui-ts/ts-types.md#resource
类型
)
<sup>
9+
</sup>
| 否 | 内容文本。 |
| title | string
\|
[
Resource
](
../arkui-ts/ts-types.md#resource
)
<sup>
9+
</sup>
| 否 | 标题文本。 |
| message | string
\|
[
Resource
](
../arkui-ts/ts-types.md#resource
)
<sup>
9+
</sup>
| 否 | 内容文本。 |
| buttons | Array | 否 | 对话框中按钮的数组,结构为:{text:'button',
color:
'
\#
666666'},支持1-3个按钮。其中第一个为positiveButton;第二个为negativeButton;第三个为neutralButton。 |
## ShowDialogSuccessResponse
...
...
@@ -256,7 +256,7 @@ prompt.showActionMenu({
| 名称 | 类型 | 必填 | 说明 |
| ------- | ---------------------------------------- | ---- | ---------------------------------------- |
| title | string
\|
[
Resource
](
../arkui-ts/ts-types.md#resource
类型
)
<sup>
9+
</sup>
| 否 | 标题文本。 |
| title | string
\|
[
Resource
](
../arkui-ts/ts-types.md#resource
)
<sup>
9+
</sup>
| 否 | 标题文本。 |
| buttons | Array
<
[Button](#button)
>
| 是 | 菜单中菜单项按钮的数组,结构为:{text:'button',
color:
'
\#
666666'},支持1-6个按钮。大于6个按钮时弹窗不显示。 |
## ActionMenuSuccessResponse
...
...
@@ -277,6 +277,6 @@ prompt.showActionMenu({
| 名称 | 类型 | 必填 | 说明 |
| ----- | ---------------------------------------- | ---- | ------- |
| text | string
\|
[
Resource
](
../arkui-ts/ts-types.md#resource
类型
)
<sup>
9+
</sup>
| 是 | 按钮文本内容。 |
| color | string
\|
[
Resource
](
../arkui-ts/ts-types.md#resource
类型
)
<sup>
9+
</sup>
| 是 | 按钮文本颜色。 |
| text | string
\|
[
Resource
](
../arkui-ts/ts-types.md#resource
)
<sup>
9+
</sup>
| 是 | 按钮文本内容。 |
| color | string
\|
[
Resource
](
../arkui-ts/ts-types.md#resource
)
<sup>
9+
</sup>
| 是 | 按钮文本颜色。 |
zh-cn/application-dev/reference/arkui-ts/ts-container-refresh.md
浏览文件 @
467ed69f
...
...
@@ -18,7 +18,7 @@ Refresh\(value: \{ refreshing: boolean, offset?: number | string , fr
| 参数 | 参数名 | 必填 | 参数描述 |
| -------- | -------- | -------- | -------- |
| refreshing | boolean | 是 | 当前组件是否正在刷新。
<br/>
该参数支持
[
$$
](
../../
ui/ts-syntactic-sugar.md
)
双向绑定变量。 |
| refreshing | boolean | 是 | 当前组件是否正在刷新。
<br/>
该参数支持
[
$$
](
../../
quick-start/arkts-restrictions-and-extensions.md#变量的双向绑定
)
双向绑定变量。 |
| offset | string
\|
number | 否 | 刷新组件静止时距离父组件顶部的距离。
<br/>
默认值:16,单位vp |
| friction | number
\|
string | 否 | 下拉摩擦系数,取值范围为0到100。
<br/>
默认值:62
<br/>
-
0表示下拉刷新容器不跟随手势下拉而下拉。
<br/>
-
100表示下拉刷新容器紧紧跟随手势下拉而下拉。
<br/>
-
数值越大,下拉刷新容器跟随手势下拉的反应越灵敏。 |
...
...
zh-cn/application-dev/reference/arkui-ts/ts-methods-custom-dialog-box.md
浏览文件 @
467ed69f
...
...
@@ -18,7 +18,7 @@ CustomDialogController(value:{builder: CustomDialog, cancel?: () => void, aut
| 参数名 | 参数类型 | 必填 | 参数描述 |
| ---------------------- | ---------------------------------------- | ------------------------- | ---------------------- |
| builder |
[
CustomDialog
](
../../
ui/ts-component-based-customdialog.md
)
| 是 | 自定义弹窗内容构造器。 |
| builder |
[
CustomDialog
](
../../
quick-start/arkts-dynamic-ui-elememt-building.md#customdialog
)
| 是 | 自定义弹窗内容构造器。 |
| cancel | ()
=
>
void | 否 | 点击遮障层退出时的回调。 |
| autoCancel | boolean | 否 | 是否允许点击遮障层退出。
<br>
默认值:true |
| alignment |
[
DialogAlignment
](
ts-methods-alert-dialog-box.md#dialogalignment枚举说明
)
| 否 | 弹窗在竖直方向上的对齐方式。
<br>
默认值:DialogAlignment.Default |
...
...
zh-cn/application-dev/reference/arkui-ts/ts-types.md
浏览文件 @
467ed69f
...
...
@@ -213,5 +213,5 @@
| 名称 | 类型定义 | 描述 |
| ------------- | ---------------------- | ---------------------------------------- |
| CustomBuilder | ()
=
>
any | 该方法类型必须使用@Builder装饰器修饰。具体用法见
[
@Builder
](
../../
ui/ts-component-based-builder.md
)
。 |
| CustomBuilder | ()
=
>
any | 该方法类型必须使用@Builder装饰器修饰。具体用法见
[
@Builder
](
../../
quick-start/arkts-dynamic-ui-elememt-building.md#builder
)
。 |
zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-visibility.md
浏览文件 @
467ed69f
...
...
@@ -10,7 +10,7 @@
| 名称 | 参数类型 | 描述 |
| ---------- | ---------------------------- | ------------------------------------------ |
| visibility |
[
Visibility
](
ts-appendix-enums.md#visibility
)
| 控制当前组件显示或隐藏。注意,即使组件处于隐藏状态,在页面刷新时仍存在重新创建过程,因此当对性能有严格要求时建议使用
[
条件渲染
](
../../
ui/ts-rending-control-syntax-if-else.md
)
代替。
<br>
默认值:Visibility.Visible|
| visibility |
[
Visibility
](
ts-appendix-enums.md#visibility
)
| 控制当前组件显示或隐藏。注意,即使组件处于隐藏状态,在页面刷新时仍存在重新创建过程,因此当对性能有严格要求时建议使用
[
条件渲染
](
../../
quick-start/arkts-rendering-control.md#条件渲染
)
代替。
<br>
默认值:Visibility.Visible|
## 示例
...
...
zh-cn/application-dev/ui/ui-ts-components.md
浏览文件 @
467ed69f
...
...
@@ -5,7 +5,7 @@
## 组件和装饰器
在声明式UI中,所有的页面都是由组件构成。组件的数据结构为struct,装饰器
[
@Component
](
../ui/ts-component-based-component.md
)
是组件化的标志。用@Component修饰的struct表示这个结构体有了组件化的能力。
在声明式UI中,所有的页面都是由组件构成。组件的数据结构为struct,装饰器
@Component
是组件化的标志。用@Component修饰的struct表示这个结构体有了组件化的能力。
自定义组件的声明方式为:
...
...
@@ -22,7 +22,7 @@ interface Builder {
}
```
[
@Entry
](
../ui/ts-component-based-entry.md
)
修饰的Component表示该Component是页面的总入口,也可以理解为页面的根节点。值得注意的是,一个页面有且仅能有一个@Entry,只有被@Entry修饰的组件或者其子组件,才会在页面上显示。
@Entry
修饰的Component表示该Component是页面的总入口,也可以理解为页面的根节点。值得注意的是,一个页面有且仅能有一个@Entry,只有被@Entry修饰的组件或者其子组件,才会在页面上显示。
@Component和@Entry都是基础且十分重要的装饰器。简单地理解,装饰器就是某一种修饰,给被装饰的对象赋予某一种能力,比如@Entry就是页面入口的能力,@Component就是组件化能力。
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录