Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
2a81432a
D
Docs
项目概览
OpenHarmony
/
Docs
大约 2 年 前同步成功
通知
161
Star
293
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看板
未验证
提交
2a81432a
编写于
6月 17, 2022
作者:
O
openharmony_ci
提交者:
Gitee
6月 17, 2022
浏览文件
操作
浏览文件
下载
差异文件
!5425 翻译完成:4635 修复卡片资料问题
Merge pull request !5425 from wusongqing/TR4635
上级
3e87c84d
df416208
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
24 addition
and
14 deletion
+24
-14
en/application-dev/reference/apis/js-apis-formhost.md
en/application-dev/reference/apis/js-apis-formhost.md
+24
-14
未找到文件。
en/application-dev/reference/apis/js-apis-formhost.md
浏览文件 @
2a81432a
...
@@ -591,7 +591,7 @@ SystemCapability.Ability.Form
...
@@ -591,7 +591,7 @@ SystemCapability.Ability.Form
## getAllFormsInfo
## getAllFormsInfo
getAllFormsInfo(callback: AsyncCallback
<
Array
<
FormInfo
>>
): void;
getAllFormsInfo(callback: AsyncCallback
<
Array
<
formInfo.
FormInfo
>>
): void;
Obtains the widget information provided by all applications on the device. This API uses an asynchronous callback to return the result.
Obtains the widget information provided by all applications on the device. This API uses an asynchronous callback to return the result.
...
@@ -619,7 +619,7 @@ SystemCapability.Ability.Form
...
@@ -619,7 +619,7 @@ SystemCapability.Ability.Form
## getAllFormsInfo
## getAllFormsInfo
getAllFormsInfo(): Promise
<
Array
<
FormInfo
>>
;
getAllFormsInfo(): Promise
<
Array
<
formInfo.
FormInfo
>>
;
Obtains the widget information provided by all applications on the device. This API uses a promise to return the result.
Obtains the widget information provided by all applications on the device. This API uses a promise to return the result.
...
@@ -645,7 +645,7 @@ SystemCapability.Ability.Form
...
@@ -645,7 +645,7 @@ SystemCapability.Ability.Form
## getFormsInfo
## getFormsInfo
getFormsInfo(bundleName: string, callback: AsyncCallback
<
Array
<
FormInfo
>>
): void;
getFormsInfo(bundleName: string, callback: AsyncCallback
<
Array
<
formInfo.
FormInfo
>>
): void;
Obtains the widget information provided by a given application on the device. This API uses an asynchronous callback to return the result.
Obtains the widget information provided by a given application on the device. This API uses an asynchronous callback to return the result.
...
@@ -674,7 +674,7 @@ SystemCapability.Ability.Form
...
@@ -674,7 +674,7 @@ SystemCapability.Ability.Form
## getFormsInfo
## getFormsInfo
getFormsInfo(bundleName: string, moduleName: string, callback: AsyncCallback
<
Array
<
FormInfo
>>
): void;
getFormsInfo(bundleName: string, moduleName: string, callback: AsyncCallback
<
Array
<
formInfo.
FormInfo
>>
): void;
Obtains the widget information provided by a given application on the device. This API uses an asynchronous callback to return the result.
Obtains the widget information provided by a given application on the device. This API uses an asynchronous callback to return the result.
...
@@ -704,7 +704,7 @@ SystemCapability.Ability.Form
...
@@ -704,7 +704,7 @@ SystemCapability.Ability.Form
## getFormsInfo
## getFormsInfo
getFormsInfo(bundleName: string, moduleName?: string): Promise
<
Array
<
FormInfo
>>
;
getFormsInfo(bundleName: string, moduleName?: string): Promise
<
Array
<
formInfo.
FormInfo
>>
;
Obtains the widget information provided by a given application on the device. This API uses a promise to return the result.
Obtains the widget information provided by a given application on the device. This API uses a promise to return the result.
...
@@ -767,7 +767,7 @@ SystemCapability.Ability.Form
...
@@ -767,7 +767,7 @@ SystemCapability.Ability.Form
## deleteInvalidForms
## deleteInvalidForms
function
deleteInvalidForms(formIds: Array
<
string
>
): Promise
<
number
>
;
deleteInvalidForms(formIds: Array
<
string
>
): Promise
<
number
>
;
Deletes invalid widgets from the list. This API uses a promise to return the result.
Deletes invalid widgets from the list. This API uses a promise to return the result.
...
@@ -800,7 +800,7 @@ SystemCapability.Ability.Form
...
@@ -800,7 +800,7 @@ SystemCapability.Ability.Form
## acquireFormState
## acquireFormState
acquireFormState(want: Want, callback: AsyncCallback
<
FormStateInfo
>
): void;
acquireFormState(want: Want, callback: AsyncCallback
<
formInfo.
FormStateInfo
>
): void;
Obtains the widget state. This API uses an asynchronous callback to return the result.
Obtains the widget state. This API uses an asynchronous callback to return the result.
...
@@ -819,9 +819,14 @@ SystemCapability.Ability.Form
...
@@ -819,9 +819,14 @@ SystemCapability.Ability.Form
```
js
```
js
var
want
=
{
var
want
=
{
"
deviceId
"
:
""
,
"
deviceId
"
:
""
,
"
bundleName
"
:
"
com.extreme.test
"
,
"
bundleName
"
:
"
ohos.samples.FormApplication
"
,
"
abilityName
"
:
"
com.extreme.test.MainAbility
"
"
abilityName
"
:
"
FormAbility
"
,
"
parameters
"
:
{
"
ohos.extra.param.key.module_name
"
:
"
entry
"
,
"
ohos.extra.param.key.form_name
"
:
"
widget
"
,
"
ohos.extra.param.key.form_dimension
"
:
2
}
};
};
formHost
.
acquireFormState
(
want
,
(
error
,
data
)
=>
{
formHost
.
acquireFormState
(
want
,
(
error
,
data
)
=>
{
if
(
error
.
code
)
{
if
(
error
.
code
)
{
...
@@ -834,7 +839,7 @@ SystemCapability.Ability.Form
...
@@ -834,7 +839,7 @@ SystemCapability.Ability.Form
## acquireFormState
## acquireFormState
function acquireFormState(want: Want): Promise
<
FormStateInfo
>
;
acquireFormState(want: Want): Promise
<
formInfo.
FormStateInfo
>
;
Obtains the widget state. This API uses a promise to return the result.
Obtains the widget state. This API uses a promise to return the result.
...
@@ -858,9 +863,14 @@ SystemCapability.Ability.Form
...
@@ -858,9 +863,14 @@ SystemCapability.Ability.Form
```
js
```
js
var
want
=
{
var
want
=
{
"
deviceId
"
:
""
,
"
deviceId
"
:
""
,
"
bundleName
"
:
"
com.extreme.test
"
,
"
bundleName
"
:
"
ohos.samples.FormApplication
"
,
"
abilityName
"
:
"
com.extreme.test.MainAbility
"
"
abilityName
"
:
"
FormAbility
"
,
"
parameters
"
:
{
"
ohos.extra.param.key.module_name
"
:
"
entry
"
,
"
ohos.extra.param.key.form_name
"
:
"
widget
"
,
"
ohos.extra.param.key.form_dimension
"
:
2
}
};
};
formHost
.
acquireFormState
(
want
).
then
((
data
)
=>
{
formHost
.
acquireFormState
(
want
).
then
((
data
)
=>
{
console
.
log
(
'
formHost acquireFormState, data:
'
+
JSON
.
stringify
(
data
));
console
.
log
(
'
formHost acquireFormState, data:
'
+
JSON
.
stringify
(
data
));
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录