diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-navigation.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-navigation.md index b5e4a0d0a0e648915811a3dc1ca19c4929559873..60597c1d0da8a4c7f693aedbdde43dce537acbde 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-navigation.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-navigation.md @@ -28,11 +28,11 @@ Navigation() | 名称 | 参数类型 | 默认值 | 描述 | | -------- | -------- | -------- | -------- | -| title | string \| [CustomBuilder](../../ui/ts-types.md#CustomBuilder类型)8+ | - | 页面标题。 | +| title | string \| [CustomBuilder](../../ui/ts-types.md)8+ | - | 页面标题。 | | subtitle | string | - | 页面副标题。 | -| menus | Array8+ | - | 页面右上角菜单。 | +| menus | Array8+ | - | 页面右上角菜单。 | | titleMode | NavigationTitleMode | NavigationTitleMode.Free | 页面标题栏显示模式。 | -| toolBar | {
items:[
Object
] }
\| [CustomBuilder](../../ui/ts-types.md#CustomBuilder类型)8+ | - | 设置工具栏内容。
items: 工具栏所有项。 | +| toolBar | {
items:[
Object
] }
\| [CustomBuilder](../../ui/ts-types.md)8+ | - | 设置工具栏内容。
items: 工具栏所有项。 | | hideToolBar | boolean | false | 设置隐藏/显示工具栏:
true: 隐藏工具栏。
false: 显示工具栏。 | | hideTitleBar | boolean | false | 隐藏标题栏。 | | hideBackButton | boolean | false | 隐藏返回键。 | diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-search.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-search.md index 826d85d4747535195472b3a81321a3bbe7bd547a..d8916475ad5229f168948a17caffd1e7c0f66210 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-search.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-search.md @@ -31,9 +31,9 @@ Search(options?: { value?: string; placeholder?: string; icon?: string; controll | 名称 | 参数类型 | 默认值 | 描述 | | -------- | -------- | -------- | -------- | | searchButton | string | 无 | 搜索框末尾搜索按钮文本值,默认无搜索按钮。| -| placeholderColor | [ResourceColor](../../ui/ts-types.md#ResourceColor) | - | 设置placeholder颜色。| -| placeholderFont | [Font](../../ui/ts-types.md#Font) | - | 设置placeholder文本样式。| -| textFont | [Font](../../ui/ts-types.md#Font) | - | 设置搜索框内文本样式。| +| placeholderColor | [ResourceColor](../../ui/ts-types.md) | - | 设置placeholder颜色。| +| placeholderFont | [Font](../../ui/ts-types.md) | - | 设置placeholder文本样式。| +| textFont | [Font](../../ui/ts-types.md) | - | 设置搜索框内文本样式。| ## 事件 diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textarea.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textarea.md index a4dcc8c383b8a9148ce2609f5246f74579bd4990..71f0dd32abe162f2e8c1524482fa691640e12d22 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textarea.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textarea.md @@ -25,12 +25,12 @@ TextArea(value?:{placeholder?: string controller?: TextAreaController}) | 参数名 | 参数类型 | 必填 | 默认值 | 参数描述 | | -------- | -------- | -------- | -------- | -------- | | placeholder | string | 否 | - | 无输入时的提示文本。 | - | controller8+ | [TextAreaController](#textareacontroller8+8+ | [TextAreaController](#textareacontroller8) | 否 | - | 设置TextArea控制器。 | ## 属性 -除支持[通用属性](ts-universal-attributes.md)外,还支持以下属性: +除支持[通用属性](ts-universal-attributes-index.md)外,还支持以下属性: | 名称 | 参数类型 | 默认值 | 描述 | | -------- | -------- | -------- | -------- | diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textinput.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textinput.md index d33b5caa7c28ef668d7a071ba22a56b9a47141e4..e9398d127b771246c7260f201f2ca38c1ed52552 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textinput.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textinput.md @@ -30,7 +30,7 @@ TextInput(value?:{placeholder?: string controller?: TextInputController}) ## 属性 -除支持[通用属性](ts-universal-attributes.md)外,还支持以下属性: +除支持[通用属性](ts-universal-attributes-index.md)外,还支持以下属性: | 名称 | 参数类型 | 默认值 | 描述 | | -------- | -------- | -------- | -------- | diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-components-canvas-canvas.md b/zh-cn/application-dev/reference/arkui-ts/ts-components-canvas-canvas.md index 1f2971a8c1f5525b56d177ca0f8d1e93593c70da..c787303f5fd9e69d5a033d676ca9bb18ff83d0d3 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-components-canvas-canvas.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-components-canvas-canvas.md @@ -24,11 +24,11 @@ Canvas(context: CanvasRenderingContext2D) ## 属性 -支持[通用属性](ts-universal-attributes.md)。 +支持[通用属性](ts-universal-attributes-index.md)。 ## 事件 -除支持[通用事件](ts-universal-events.md)外,还支持如下事件: +除支持[通用事件](ts-universal-events-index.md)外,还支持如下事件: | 名称 | 参数 | 描述 | | ----------------------------- | ---- | ---------------------------------------- |