diff --git a/en/application-dev/reference/arkui-ts/ts-basic-components-search.md b/en/application-dev/reference/arkui-ts/ts-basic-components-search.md index 4a3936bd7cf2d65558e5c5433b4c57150c6f3000..fbd02e43d85081fbc64ed53d7987e86bcb3d053a 100644 --- a/en/application-dev/reference/arkui-ts/ts-basic-components-search.md +++ b/en/application-dev/reference/arkui-ts/ts-basic-components-search.md @@ -31,7 +31,7 @@ Search(options?: { value?: string; placeholder?: string; icon?: string; controll | Name| Type| Default Value| Description| | -------- | -------- | -------- | -------- | | searchButton | string | –| Text on the search button located next to the search text box. By default, there is no search button.| -| placeholderColor | [ResourceColor](../../ui/ts-types.md#ResourceColor) | - | Placeholder text color.| +| placeholderColor | [ResourceColor](../../ui/ts-types.md) | - | Placeholder text color.| | placeholderFont | [Font](../../ui/ts-types.md) | - | Placeholder text style.| | textFont | [Font](../../ui/ts-types.md) | - | Text font for the search text box.| diff --git a/en/application-dev/reference/arkui-ts/ts-basic-components-textarea.md b/en/application-dev/reference/arkui-ts/ts-basic-components-textarea.md index 1e4c9f90e5815ec2ee326eac5ae35fbc68efc0a9..e6fd236223a4d413d8ab7edb9bff72aac0a63e1d 100644 --- a/en/application-dev/reference/arkui-ts/ts-basic-components-textarea.md +++ b/en/application-dev/reference/arkui-ts/ts-basic-components-textarea.md @@ -31,7 +31,7 @@ TextArea(value?:{placeholder?: string controller?: TextAreaController}) ## Attributes -In addition to [universal attributes](ts-universal-attributes.md), the following attributes are supported. +In addition to [universal attributes](ts-universal-attributes-index.md), the following attributes are supported. | Name | Type | Default Value | Description | | -------- | -------- | -------- | -------- | diff --git a/en/application-dev/reference/arkui-ts/ts-components-canvas-canvas.md b/en/application-dev/reference/arkui-ts/ts-components-canvas-canvas.md index 40adadc6097c2e27f33c7f245661cf070257b096..be29bb3bdb125c821da0748c8163f7a09e2920fa 100644 --- a/en/application-dev/reference/arkui-ts/ts-components-canvas-canvas.md +++ b/en/application-dev/reference/arkui-ts/ts-components-canvas-canvas.md @@ -30,16 +30,16 @@ Canvas(context: CanvasRenderingContext2D) ## Attributes -[Universal attributes](ts-universal-attributes-size.md) are supported. +[Universal attributes]( ts-universal-attributes-index.md) are supported. ## Events -In addition to [universal events](ts-universal-events-click.md), the following events are supported. +In addition to [universal events](ts-universal-events-index.md), the following events are supported. - | Name | Parameter | Description | +| Name | Parameter | Description | | -------- | -------- | -------- | -| onReady(callback: () => void) | None | Triggered when . | +| onReady(callback: () => void) | None | Triggered when . | ## Example