Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
a7ef2ea2
D
Docs
项目概览
OpenHarmony
/
Docs
接近 2 年 前同步成功
通知
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看板
提交
a7ef2ea2
编写于
5月 17, 2022
作者:
E
ester.zhou
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add samples
Signed-off-by:
N
ester.zhou
<
ester.zhou@huawei.com
>
上级
afd770f7
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
14 addition
and
13 deletion
+14
-13
en/application-dev/ui/ui-js-animate-transform.md
en/application-dev/ui/ui-js-animate-transform.md
+3
-3
en/application-dev/ui/ui-js-building-ui-component.md
en/application-dev/ui/ui-js-building-ui-component.md
+5
-4
en/application-dev/ui/ui-js-building-ui-routes.md
en/application-dev/ui/ui-js-building-ui-routes.md
+1
-1
en/application-dev/ui/ui-js-component-tabs.md
en/application-dev/ui/ui-js-component-tabs.md
+1
-1
en/application-dev/ui/ui-js-components-canvas.md
en/application-dev/ui/ui-js-components-canvas.md
+1
-1
en/application-dev/ui/ui-js-components-chart.md
en/application-dev/ui/ui-js-components-chart.md
+1
-1
en/application-dev/ui/ui-js-components-dialog.md
en/application-dev/ui/ui-js-components-dialog.md
+1
-1
en/application-dev/ui/ui-js-components-grid.md
en/application-dev/ui/ui-js-components-grid.md
+1
-1
未找到文件。
en/application-dev/ui/ui-js-animate-transform.md
浏览文件 @
a7ef2ea2
...
@@ -591,10 +591,10 @@ You can set multiple transform attributes at the same time to apply different tr
...
@@ -591,10 +591,10 @@ You can set multiple transform attributes at the same time to apply different tr
The following samples are provided to help you better understand how to develop animations with the
**transform**
attribute:
The following samples are provided to help you better understand how to develop animations with the
**transform**
attribute:
-
[
`JsAnimation`: Animation App (JavaScript)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/JsAnimation
)
-
[
`JsAnimation`: Animation App (JavaScript
, API 8
)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/JsAnimation
)
-
[
`JsAnimationStyle`: JS Animation and Custom Font Styles (API
7
)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/JsAnimationStyle
)
-
[
`JsAnimationStyle`: JS Animation and Custom Font Styles (API
8
)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/JsAnimationStyle
)
-
[
`Clock`: Clock (JavaScript, API
7
)
](
https://gitee.com/openharmony/app_samples/tree/master/common/Clock
)
-
[
`Clock`: Clock (JavaScript, API
8
)
](
https://gitee.com/openharmony/app_samples/tree/master/common/Clock
)
-
[
Animation Styles (JavaScaript)
](
https://gitee.com/openharmony/codelabs/tree/master/JSUI/AnimationDemo
)
-
[
Animation Styles (JavaScaript)
](
https://gitee.com/openharmony/codelabs/tree/master/JSUI/AnimationDemo
)
...
...
en/application-dev/ui/ui-js-building-ui-component.md
浏览文件 @
a7ef2ea2
...
@@ -23,13 +23,14 @@ Components can be classified into the following types based on their functions.
...
@@ -23,13 +23,14 @@ Components can be classified into the following types based on their functions.
The following samples are provided to help you better understand how to develop components:
The following samples are provided to help you better understand how to develop components:
-
[
`JsPanel`: Content Display Panel (JavaScript, API
7
)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/JsPanel
)
-
[
`JsPanel`: Content Display Panel (JavaScript, API
8
)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/JsPanel
)
-
[
`Popup`: JavaScript Bubble (API
7
)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/Popup
)
-
[
`Popup`: JavaScript Bubble (API
8
)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/Popup
)
-
[
`RefreshContainer`: Refresh Container (JavaScript, API
7
)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/RefreshContainer
)
-
[
`RefreshContainer`: Refresh Container (JavaScript, API
8
)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/RefreshContainer
)
-
[
`JSComponments`: JavaScript Bubble (API 8)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/JSComponments
)
-
[
`JSComponments`: JavaScript Bubble (API 8)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/JSComponments
)
-
[
`JsUserRegistration`: User Registration (JavaScript, API 8)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/JsUserRegistration
)
-
[
`JsUserRegistration`: User Registration (JavaScript, API 8)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/JsUserRegistration
)
-
[
`ECG`: Heart Rate Detection (JavaScript, API 7)
](
https://gitee.com/openharmony/app_samples/tree/master/common/ECG
)
-
[
`ECG`: Heart Rate Detection (JavaScript, API 7)
](
https://gitee.com/openharmony/app_samples/tree/master/common/ECG
)
-
[
`Badge`: Badge (JavaScript, API 7)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/Badge
)
-
[
`Badge`: Badge (JavaScript, API 8)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/Badge
)
-
[
`JsVideo`: JsVideo (API 8)
](
https://gitee.com/openharmony/app_samples/tree/master/media/JsVideo
)
-
[
Rating (JavaScript)
](
https://gitee.com/openharmony/codelabs/tree/master/JSUI/RatingApplication
)
-
[
Rating (JavaScript)
](
https://gitee.com/openharmony/codelabs/tree/master/JSUI/RatingApplication
)
-
[
Simple Video Player
](
https://gitee.com/openharmony/codelabs/tree/master/Media/VideoOpenHarmony
)
-
[
Simple Video Player
](
https://gitee.com/openharmony/codelabs/tree/master/Media/VideoOpenHarmony
)
en/application-dev/ui/ui-js-building-ui-routes.md
浏览文件 @
a7ef2ea2
...
@@ -94,4 +94,4 @@ The figure below shows the effect.
...
@@ -94,4 +94,4 @@ The figure below shows the effect.
The following sample is provided to help you better understand how to develop page routing:
The following sample is provided to help you better understand how to develop page routing:
[
`JsRouter`: Page Routing (JavaScript, API 7)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/JsRouter
)
[
`JsRouter`: Page Routing (JavaScript, API 8)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/JsRouter
)
\ No newline at end of file
\ No newline at end of file
en/application-dev/ui/ui-js-component-tabs.md
浏览文件 @
a7ef2ea2
...
@@ -326,4 +326,4 @@ export default {
...
@@ -326,4 +326,4 @@ export default {
The following sample is provided to help you better understand how to develop the
**<tabs>**
component:
The following sample is provided to help you better understand how to develop the
**<tabs>**
component:
[
`Tabs`: Tabs (JavaScript, API 7)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/Tabs
)
[
`Tabs`: Tabs (JavaScript, API 8)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/Tabs
)
\ No newline at end of file
\ No newline at end of file
en/application-dev/ui/ui-js-components-canvas.md
浏览文件 @
a7ef2ea2
...
@@ -144,5 +144,5 @@ export default {
...
@@ -144,5 +144,5 @@ export default {
The following sample is provided to help you better understand how to develop the
**\<canvas>**
component:
The following sample is provided to help you better understand how to develop the
**\<canvas>**
component:
[
`JsCanvas`: \<canvas> (JavaScript, API
7
)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/JsCanvas
)
[
`JsCanvas`: \<canvas> (JavaScript, API
8
)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/JsCanvas
)
en/application-dev/ui/ui-js-components-chart.md
浏览文件 @
a7ef2ea2
...
@@ -620,4 +620,4 @@ export default {
...
@@ -620,4 +620,4 @@ export default {
The following sample is provided to help you better understand how to develop the
**<chart>**
component:
The following sample is provided to help you better understand how to develop the
**<chart>**
component:
[
`Chart`: chart (JavaScript, API 7)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/chart
)
[
`Chart`: chart (JavaScript, API 8)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/chart
)
\ No newline at end of file
\ No newline at end of file
en/application-dev/ui/ui-js-components-dialog.md
浏览文件 @
a7ef2ea2
...
@@ -333,4 +333,4 @@ export default {
...
@@ -333,4 +333,4 @@ export default {
The following sample is provided to help you better understand how to develop the
**<dialog>**
component:
The following sample is provided to help you better understand how to develop the
**<dialog>**
component:
[
`JsDialog`: JS Dialog Box (API 7)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/JsDialog
)
[
`JsDialog`: JS Dialog Box (API 8)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/JsDialog
)
\ No newline at end of file
\ No newline at end of file
en/application-dev/ui/ui-js-components-grid.md
浏览文件 @
a7ef2ea2
...
@@ -247,4 +247,4 @@ export default {
...
@@ -247,4 +247,4 @@ export default {
The following sample is provided to help you better understand how to develop the
**\<grid>**
component:
The following sample is provided to help you better understand how to develop the
**\<grid>**
component:
[
`JsGrid`: grid (JavaScript, API 7)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/JsGrid
)
[
`JsGrid`: grid (JavaScript, API 8)
](
https://gitee.com/openharmony/app_samples/tree/master/UI/JsGrid
)
\ No newline at end of file
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录