Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
aae3997e
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看板
提交
aae3997e
编写于
11月 02, 2022
作者:
H
Hollokin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
Signed-off-by:
N
Hollokin
<
taoyuxin2@huawei.com
>
上级
9354ce84
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
18 addition
and
18 deletion
+18
-18
zh-cn/application-dev/reference/apis/js-apis-inputmethod-extension-ability.md
...v/reference/apis/js-apis-inputmethod-extension-ability.md
+3
-3
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-subtype.md
...ication-dev/reference/apis/js-apis-inputmethod-subtype.md
+1
-1
zh-cn/application-dev/reference/apis/js-apis-inputmethod.md
zh-cn/application-dev/reference/apis/js-apis-inputmethod.md
+9
-9
zh-cn/application-dev/reference/apis/js-apis-inputmethodengine.md
...plication-dev/reference/apis/js-apis-inputmethodengine.md
+3
-3
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-inputmethod-extension-ability.md
浏览文件 @
aae3997e
...
...
@@ -14,7 +14,7 @@ import InputMethodExtensionAbility from '@ohos.inputmethodextensionability';
## 属性
**系统能力
**
:
SystemCapability.MiscServices.InputMethodFramework
**系统能力
:**
SystemCapability.MiscServices.InputMethodFramework
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| -------- | -------- | -------- | -------- | -------- |
...
...
@@ -27,7 +27,7 @@ onCreate(want: Want): void
Extension生命周期回调,在拉起Extension输入法应用时调用,执行初始化输入法应用操作。
**系统能力
**
:
SystemCapability.MiscServices.InputMethodFramework
**系统能力
:**
SystemCapability.MiscServices.InputMethodFramework
**参数:**
...
...
@@ -52,7 +52,7 @@ onDestroy(): void
Extension生命周期回调,在销毁输入法应用时回调,执行资源清理等操作。
**系统能力
**
:
SystemCapability.MiscServices.InputMethodFramework
**系统能力
:**
SystemCapability.MiscServices.InputMethodFramework
**示例:**
...
...
zh-cn/application-dev/reference/apis/js-apis-inputmethod-extension-context.md
浏览文件 @
aae3997e
...
...
@@ -33,7 +33,7 @@ destroy(callback: AsyncCallback\<void>): void
停止输入法应用自身。使用callback异步回调。
**系统能力
**
:
SystemCapability.MiscServices.InputMethodFramework
**系统能力
:**
SystemCapability.MiscServices.InputMethodFramework
**参数:**
...
...
@@ -55,7 +55,7 @@ destroy(): Promise<void>;
停止输入法应用自身。通过Promise异步回调。
**系统能力
**
:
SystemCapability.MiscServices.InputMethodFramework
**系统能力
:**
SystemCapability.MiscServices.InputMethodFramework
**返回值:**
...
...
zh-cn/application-dev/reference/apis/js-apis-inputmethod-subtype.md
浏览文件 @
aae3997e
...
...
@@ -16,7 +16,7 @@ import inputMethodEngine from '@ohos.inputMethodSubtype';
属性值。
**系统能力
**
:
SystemCapability.MiscServices.InputMethodFramework
**系统能力
:**
SystemCapability.MiscServices.InputMethodFramework
| 名称 | 参数类型 | 可读 | 可写 | 必选 | 说明 |
| -------- | -------- | -------- | -------- | -------- | -------- |
...
...
zh-cn/application-dev/reference/apis/js-apis-inputmethod.md
浏览文件 @
aae3997e
...
...
@@ -17,7 +17,7 @@ import inputMethod from '@ohos.inputmethod';
常量值。
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
| 参数名 | 参数类型 | 常量值 | 说明 |
| -------- | -------- | -------- | -------- |
...
...
@@ -27,12 +27,12 @@ import inputMethod from '@ohos.inputmethod';
输入法应用属性。
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| -------- | -------- | -------- | -------- | -------- |
| packageName
<sup>
(deprecated)
</sup>
| string | 是 | 否 | 输入法包名。
<br/>
**说明:**
从API8开始支持,从API9开始废弃,建议使用name替代。 |
| methodId
<sup>
(deprecated)
</sup>
| string | 是 | 否 | 输入法唯一标识。
<br/>
**说明:**
从API8开始支持,从API9开始废弃,建议使用id替代。 |
| packageName
<sup>
(deprecated)
</sup>
| string | 是 | 否 | 输入法包名。
<br/>
**说明:**
从API8开始支持,从API9开始废弃,建议使用name替代。 |
| methodId
<sup>
(deprecated)
</sup>
| string | 是 | 否 | 输入法唯一标识。
<br/>
**说明:**
从API8开始支持,从API9开始废弃,建议使用id替代。 |
| name
<sup>
9+
</sup>
| string | 是 | 否 | 输入法内部名称。 |
| id
<sup>
9+
</sup>
| string | 是 | 否 | 输入法唯一标识。 |
| label
<sup>
9+
</sup>
| string | 是 | 否 | 输入法对外显示名称。 |
...
...
@@ -46,7 +46,7 @@ getController(): InputMethodController
获取客户端实例
[
InputMethodController
](
#inputmethodcontroller
)
。
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
**返回值:**
...
...
@@ -104,7 +104,7 @@ switchInputMethod(target: InputMethodProperty, callback: AsyncCallback<boolea
**需要权限:**
ohos.permission.CONNECT_IME_ABILITY
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
**参数:**
...
...
@@ -459,7 +459,7 @@ getInputMethodController(): InputMethodController
>
> 从API version 6开始支持,从API version 9开始废弃, 建议使用[getController()](#inputmethodgetcontroller9)替代。
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
**返回值:**
...
...
@@ -505,7 +505,7 @@ stopInputSession(callback: AsyncCallback<boolean>): void
隐藏输入法。使用callback异步回调。
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
**参数:**
...
...
@@ -737,7 +737,7 @@ stopInput(callback: AsyncCallback<boolean>): void
>
> 从API version 6开始支持,从API version 9开始废弃, 建议使用[stopInputSession()](#stopinputsession9)替代
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
**参数:**
...
...
zh-cn/application-dev/reference/apis/js-apis-inputmethodengine.md
浏览文件 @
aae3997e
...
...
@@ -16,7 +16,7 @@ import inputMethodEngine from '@ohos.inputmethodengine';
功能键常量值、编辑框常量值及光标常量值。
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
| 名称 | 参数类型 | 值 | 说明 |
| -------- | -------- | -------- | -------- |
...
...
@@ -1621,7 +1621,7 @@ async function InputMethodAbility() {
编辑框属性值。
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| ------------ | -------- | ---- | ---- | ------------------ |
...
...
@@ -1632,7 +1632,7 @@ async function InputMethodAbility() {
按键属性值。
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
**系统能力:**
SystemCapability.MiscServices.InputMethodFramework
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| --------- | -------- | ---- | ---- | ------------ |
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录