mirror of
https://gitee.com/openharmony/arkui_advanced_ui_component
synced 2024-11-23 07:09:58 +00:00
modify doc files
Signed-off-by: wuyiwuyiwywy <wuyi64@huawei.com>
This commit is contained in:
parent
4c4afa862e
commit
5205c8f561
@ -197,7 +197,7 @@ struct Index {
|
||||
}
|
||||
```
|
||||
|
||||
![20230728-111325(WeLinkPC)](figures/20230728-111325(WeLinkPC).png)
|
||||
![20230728-111325](figures/20230728-111325.png)
|
||||
|
||||
|
||||
### 示例2
|
||||
@ -263,7 +263,7 @@ dialogControllerList: CustomDialogController = new CustomDialogController({
|
||||
}
|
||||
```
|
||||
|
||||
![20230728-101201(WeLinkPC)](figures/20230728-101201(WeLinkPC).png)
|
||||
![20230728-101201](figures/20230728-101201.png)
|
||||
|
||||
|
||||
### 示例3
|
||||
@ -318,7 +318,7 @@ dialogControllerCheckBox: CustomDialogController = new CustomDialogController({
|
||||
}
|
||||
```
|
||||
|
||||
![20230728-101236(WeLinkPC)](figures/20230728-101236(WeLinkPC).png)
|
||||
![20230728-101236](figures/20230728-101236.png)
|
||||
|
||||
|
||||
### 示例4
|
||||
@ -370,7 +370,7 @@ dialogControllerConfirm: CustomDialogController = new CustomDialogController({
|
||||
}
|
||||
```
|
||||
|
||||
![20230728-101355(WeLinkPC)](figures/20230728-101355(WeLinkPC).png)
|
||||
![20230728-101355](figures/20230728-101355.png)
|
||||
|
||||
|
||||
### 示例5
|
||||
@ -411,4 +411,4 @@ dialogControllerProgress: CustomDialogController = new CustomDialogController({
|
||||
}
|
||||
```
|
||||
|
||||
![20230728-101306(WeLinkPC)](figures/20230728-101306(WeLinkPC).png)
|
||||
![20230728-101306](figures/20230728-101306.png)
|
||||
|
@ -160,7 +160,7 @@ struct ComposeListItemExample {
|
||||
```
|
||||
|
||||
|
||||
![示例2-左侧元素+文本](figures/示例2-左侧元素+文本.PNG)
|
||||
![示例2-左侧元素+文本](figures/zh-cn_image_2023072904.PNG)
|
||||
|
||||
|
||||
## 示例3-右侧元素
|
||||
@ -196,7 +196,7 @@ struct ComposeListItemExample {
|
||||
```
|
||||
|
||||
|
||||
![示例3-右侧元素](figures/示例3-右侧元素.PNG)
|
||||
![示例3-右侧元素](figures/zh-cn_image_2023072905.PNG)
|
||||
|
||||
|
||||
## 示例4-左右元素+文本
|
||||
@ -237,4 +237,4 @@ struct ComposeListItemExample {
|
||||
}
|
||||
```
|
||||
|
||||
![示例4-左右元素+文本](figures/示例4-左右元素+文本.PNG)
|
||||
![示例4-左右元素+文本](figures/zh-cn_image_2023072906.PNG)
|
||||
|
@ -32,8 +32,8 @@ TabTitleBar({tabItems: Array<TabTitleBarTabItem>, menuItems?: Array<Tab
|
||||
|
||||
| 参数名 | 参数类型 | 必选 | 装饰器类型 | 参数描述 |
|
||||
| -------- | -------- | -------- | -------- | -------- |
|
||||
| tabItems | Array_<_[ERROR:Invalid link:zh-cn_topic_0000001665635385.xml#xref77363764816,link:zh-cn_topic_0000001658503585.xml#section151512317614](zh-cn_topic_0000001658503585.xml#section151512317614)_>_ | 是 | - | 左侧页签项目列表,定义标题栏左侧的页签项目。 |
|
||||
| menuItems | Array_<_[ERROR:Invalid link:zh-cn_topic_0000001665635385.xml#xref1873737124811,link:zh-cn_topic_0000001658503585.xml#section5189124910420](zh-cn_topic_0000001658503585.xml#section5189124910420)_>_ | 否 | - | 右侧菜单项目列表,定义标题栏右侧的菜单项目 |
|
||||
| tabItems | Array<TabTitleBarTabItem> | 是 | - | 左侧页签项目列表,定义标题栏左侧的页签项目。 |
|
||||
| menuItems | Array<TabTitleBarMenuItem> | 否 | - | 右侧菜单项目列表,定义标题栏右侧的菜单项目 |
|
||||
| swiperContent | () => void | 否 | \@BuilderParam | 页签列表关联的页面内容构造器 |
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user