Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
246f7660
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看板
提交
246f7660
编写于
6月 26, 2023
作者:
王
王鑫
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' of gitee.com:openharmony/docs
""
上级
69569b07
dcdc9743
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
5 addition
and
3 deletion
+5
-3
en/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md
...ence/arkui-ts/ts-universal-attributes-sheet-transition.md
+1
-1
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-search.md
...tion-dev/reference/arkui-ts/ts-basic-components-search.md
+1
-1
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textarea.md
...on-dev/reference/arkui-ts/ts-basic-components-textarea.md
+1
-0
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textinput.md
...n-dev/reference/arkui-ts/ts-basic-components-textinput.md
+1
-0
zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md
...ence/arkui-ts/ts-universal-attributes-sheet-transition.md
+1
-1
未找到文件。
en/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md
浏览文件 @
246f7660
...
...
@@ -18,7 +18,7 @@ You can bind a sheet to a component through the **bindSheet** attribute. You can
| Name | Type | Mandatory| Description |
| ------------------ | -------------------------------------- | ---- | ---------------------- |
| height |
[
SheetSize
](
#sheetsize10
)
\|
[
Length
](
ts-types.md#length
)
| No| Height of the sheet. |
|
showDragBar
| boolean | No | Whether the control bar is visible. |
|
dragBar
| boolean | No | Whether the control bar is visible. |
## SheetSize<sup>10+</sup>
...
...
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-search.md
浏览文件 @
246f7660
...
...
@@ -39,7 +39,7 @@ Search(options?: { value?: string; placeholder?: ResourceStr; icon?: string; con
| cancelButton
<sup>
10+
</sup>
| {
<br/>
style? :
[
CancelButtonStyle
](
#cancelbuttonstyle10枚举说明
)
<br/>
icon?:
[
IconOptions
](
#iconoptions10对象说明
)
<br/>
} | 设置右侧清除按钮样式。 |
| fontColor
<sup>
10+
</sup>
|
[
ResourceColor
](
ts-types.md#resourcecolor
)
| 设置输入文本的字体颜色。 |
| caretStyle
<sup>
10+
</sup>
|
[
CaretStyle
](
#caretstyle10对象说明
)
| 设置光标样式。 |
| enableKeyboardOnFocus
<sup>
10+
</sup>
| boolean | Search获焦时,是否绑定输入法
<br/>
默认值:true。从API version 10开始,获焦默认绑定输入法。 |
## IconOptions<sup>10+</sup>对象说明
| 参数名 | 参数类型 | 必填 | 参数描述 |
...
...
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textarea.md
浏览文件 @
246f7660
...
...
@@ -40,6 +40,7 @@ TextArea(value?:{placeholder?: ResourceStr, text?: ResourceStr, controller?: Tex
| maxLength
<sup>
10+
</sup>
| number | 设置文本的最大输入字符数。
<br/>
默认不设置最大输入字符数限制。 |
| showCounter
<sup>
10+
</sup>
| boolean | 设置文本最大输入字符数后,是否显示字数。
<br/>
默认值:false |
| style
<sup>
10+
</sup>
|
[
TextContentStyle
](
ts-appendix-enums.md#textcontentstyle10
)
| 设置文本框多态样式。
<br/>
默认值:TextContentStyle.DEFAULT |
| enableKeyboardOnFocus
<sup>
10+
</sup>
| boolean | TextArea获焦时,是否绑定输入法
<br/>
默认值:true。从API version 10开始,获焦默认绑定输入法。 |
> **说明:**
>
...
...
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textinput.md
浏览文件 @
246f7660
...
...
@@ -49,6 +49,7 @@ TextInput(value?:{placeholder?: ResourceStr, text?: ResourceStr, controller?: Te
| showError
<sup>
10+
</sup>
| string
\|
undefined | 设置错误状态下提示的错误文本或者不显示错误状态。
<br/>
默认不显示错误状态。 |
| showUnderline
<sup>
10+
</sup>
| boolean | 设置是否开启下划线。
<br/>
默认值:false |
| passwordIcon
<sup>
10+
</sup>
|
[
PasswordIcon
](
#passwordicon10对象说明
)
| 密码输入模式时,设置输入框末尾的图标。
<br/>
默认为系统提供的密码图标。 |
| enableKeyboardOnFocus
<sup>
10+
</sup>
| boolean | TextInput获焦时,是否绑定输入法
<br/>
默认值:true。从API version 10开始,获焦默认绑定输入法。 |
> **说明:**
>
...
...
zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md
浏览文件 @
246f7660
...
...
@@ -18,7 +18,7 @@
| 名称 | 类型 | 必填 | 描述 |
| ------------------ | -------------------------------------- | ---- | ---------------------- |
| height |
[
SheetSize
](
#sheetsize10
)
\|
[
Length
](
ts-types.md#length
)
| 否 | 半模态高度。 |
|
showDragBar
| boolean | 否 | 是否显示控制条。 |
|
dragBar
| boolean | 否 | 是否显示控制条。 |
## SheetSize<sup>10+</sup>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录