Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
9e512b15
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看板
提交
9e512b15
编写于
3月 09, 2023
作者:
M
ma-shaoyin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
上级
283b8557
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
28 addition
and
32 deletion
+28
-32
zh-cn/application-dev/reference/apis/js-apis-inputmethod-extension-context.md
...v/reference/apis/js-apis-inputmethod-extension-context.md
+2
-2
zh-cn/application-dev/reference/apis/js-apis-inputmethod.md
zh-cn/application-dev/reference/apis/js-apis-inputmethod.md
+1
-5
zh-cn/application-dev/reference/apis/js-apis-inputmethodengine.md
...plication-dev/reference/apis/js-apis-inputmethodengine.md
+25
-25
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-inputmethod-extension-context.md
浏览文件 @
9e512b15
...
...
@@ -51,7 +51,7 @@ this.context.destroy((err) => {
## InputMethodExtensionContext.destroy
destroy(): Promise
<void
>
;
destroy(): Promise
\<
void>
;
停止输入法应用自身。通过Promise异步回调。
...
...
@@ -61,7 +61,7 @@ destroy(): Promise<void>
| 类型 | 说明 |
| -------- | -------- |
| Promise
<void
>
;
| 无返回结果的Promise对象。 |
| Promise
\<
void>
; | 无返回结果的Promise对象。 |
**示例:**
...
...
zh-cn/application-dev/reference/apis/js-apis-inputmethod.md
浏览文件 @
9e512b15
...
...
@@ -884,7 +884,7 @@ inputMethodController.off('selectByRange');
### on('selectByMovement')<sup>10+</sup>
on(type: 'selectByMovement', callback: Callback
<
Range
>
): void
on(type: 'selectByMovement', callback: Callback
<
Movement
>
): void
订阅输入法应用按光标动作选中文本事件。使用callback异步回调。
...
...
@@ -1235,8 +1235,6 @@ showOptionalInputMethods(callback: AsyncCallback<boolean>): void
显示输入法选择对话框。使用callback异步回调。
**需要权限:**
ohos.permission.CONNECT_IME_ABILITY,仅系统应用可用。
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
**参数:**
...
...
@@ -1275,8 +1273,6 @@ showOptionalInputMethods(): Promise<boolean>
显示输入法选择对话框。使用promise异步回调。
**需要权限:**
ohos.permission.CONNECT_IME_ABILITY,仅系统应用可用。
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
**返回值:**
...
...
zh-cn/application-dev/reference/apis/js-apis-inputmethodengine.md
浏览文件 @
9e512b15
...
...
@@ -708,7 +708,7 @@ hide(callback: AsyncCallback<void>): void
| 错误码ID | 错误信息 |
| -------- | -------------------------- |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
**示例:**
...
...
@@ -742,7 +742,7 @@ hide(): Promise<void>
| 错误码ID | 错误信息 |
| -------- | -------------------------- |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
**示例:**
...
...
@@ -837,7 +837,7 @@ sendKeyFunction(action:number, callback: AsyncCallback<boolean>): void
| 错误码ID | 错误信息 |
| -------- | -------------------------- |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
**示例:**
...
...
@@ -886,7 +886,7 @@ sendKeyFunction(action: number): Promise<boolean>
| 错误码ID | 错误信息 |
| -------- | -------------------------- |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
**示例:**
...
...
@@ -928,7 +928,7 @@ getForward(length:number, callback: AsyncCallback<string>): void
| 错误码ID | 错误信息 |
| -------- | ------------------------------ |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
| 12800006 | Input method controller error. |
**示例:**
...
...
@@ -974,7 +974,7 @@ getForward(length:number): Promise<string>
| 错误码ID | 错误信息 |
| -------- | ------------------------------ |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
| 12800006 | Input method controller error. |
**示例:**
...
...
@@ -1013,7 +1013,7 @@ getBackward(length:number, callback: AsyncCallback<string>): void
| 错误码ID | 错误信息 |
| -------- | ------------------------------ |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
| 12800006 | Input method controller error. |
**示例:**
...
...
@@ -1059,7 +1059,7 @@ getBackward(length:number): Promise<string>
| 错误码ID | 错误信息 |
| -------- | ------------------------------ |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
| 12800006 | Input method controller error. |
**示例:**
...
...
@@ -1099,7 +1099,7 @@ deleteForward(length:number, callback: AsyncCallback<boolean>): void
| 错误码ID | 错误信息 |
| -------- | -------------------------- |
| 12800002 | Input method engine error. |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
**示例:**
...
...
@@ -1149,7 +1149,7 @@ deleteForward(length:number): Promise<boolean>
| 错误码ID | 错误信息 |
| -------- | -------------------------- |
| 12800002 | Input method engine error. |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
**示例:**
...
...
@@ -1192,7 +1192,7 @@ deleteBackward(length:number, callback: AsyncCallback<boolean>): void
| 错误码ID | 错误信息 |
| -------- | -------------------------- |
| 12800002 | Input method engine error. |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
**示例:**
...
...
@@ -1242,7 +1242,7 @@ deleteBackward(length:number): Promise<boolean>
| 错误码ID | 错误信息 |
| -------- | -------------------------- |
| 12800002 | Input method engine error. |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
**示例:**
...
...
@@ -1281,7 +1281,7 @@ insertText(text:string, callback: AsyncCallback<boolean>): void
| 错误码ID | 错误信息 |
| -------- | -------------------------- |
| 12800002 | Input method engine error. |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
**示例:**
...
...
@@ -1326,7 +1326,7 @@ insertText(text:string): Promise<boolean>
| 错误码ID | 错误信息 |
| -------- | -------------------------- |
| 12800002 | Input method engine error. |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
**示例:**
...
...
@@ -1366,7 +1366,7 @@ getEditorAttribute(callback: AsyncCallback<EditorAttribute>): void
| 错误码ID | 错误信息 |
| -------- | -------------------------- |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
**示例:**
...
...
@@ -1401,7 +1401,7 @@ getEditorAttribute(): Promise<EditorAttribute>
| 错误码ID | 错误信息 |
| -------- | -------------------------- |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
**示例:**
...
...
@@ -1435,7 +1435,7 @@ moveCursor(direction: number, callback: AsyncCallback<void>): void
| 错误码ID | 错误信息 |
| -------- | -------------------------- |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
**示例:**
...
...
@@ -1479,7 +1479,7 @@ moveCursor(direction: number): Promise<void>
| 错误码ID | 错误信息 |
| -------- | -------------------------- |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
**示例:**
...
...
@@ -1517,7 +1517,7 @@ selectByRange(range: Range, callback: AsyncCallback<void>): void
| 错误码ID | 错误信息 |
| -------- | -------------------------- |
| 401 | parameter error. |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
**示例:**
...
...
@@ -1562,7 +1562,7 @@ selectByRange(range: Range): Promise<void>
| 错误码ID | 错误信息 |
| -------- | -------------------------- |
| 401 | parameter error. |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
**示例:**
...
...
@@ -1600,7 +1600,7 @@ selectByMovement(movement: Movement, callback: AsyncCallback<void>): void
| 错误码ID | 错误信息 |
| -------- | -------------------------- |
| 401 | parameter error. |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
**示例:**
...
...
@@ -1620,7 +1620,7 @@ try {
### selectByMovement<sup>10+</sup>
selectByMovement(
range: Range
): Promise
<
void
>
selectByMovement(
movement: Movement
): Promise
<
void
>
根据索引范围选中文本。使用promise异步回调。
...
...
@@ -1645,7 +1645,7 @@ selectByMovement(range: Range): Promise<void>
| 错误码ID | 错误信息 |
| -------- | -------------------------- |
| 401 | parameter error. |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
**示例:**
...
...
@@ -1682,7 +1682,7 @@ getTextIndexAtCursor(callback: AsyncCallback<number>): void
| 错误码ID | 错误信息 |
| -------- | ------------------------------ |
| 401 | parameter error. |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
| 12800006 | Input method controller error. |
**示例:**
...
...
@@ -1717,7 +1717,7 @@ getTextIndexAtCursor(): Promise<number>
| 错误码ID | 错误信息 |
| -------- | ------------------------------ |
| 12800003 |
I
nput method client error. |
| 12800003 |
i
nput method client error. |
| 12800006 | Input method controller error. |
**示例:**
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录