提交 8f5118b5 编写于 作者: I i-am-a-little-bird

bugfix

Signed-off-by: Ni-am-a-little-bird <zhangbing6@huawei.com>
上级 b888e5ae
...@@ -2830,7 +2830,7 @@ existsImageContents(): boolean ...@@ -2830,7 +2830,7 @@ existsImageContents(): boolean
### getMediaType<sup>9+</sup> ### getMediaType<sup>9+</sup>
getMediaType(): ContextMenuMediaType; getMediaType(): ContextMenuMediaType
获取网页元素媒体类型。 获取网页元素媒体类型。
...@@ -2842,7 +2842,7 @@ getMediaType(): ContextMenuMediaType; ...@@ -2842,7 +2842,7 @@ getMediaType(): ContextMenuMediaType;
### getSelectionText<sup>9+</sup> ### getSelectionText<sup>9+</sup>
getSelectionText(): string; getSelectionText(): string
获取选中文本。 获取选中文本。
...@@ -2854,7 +2854,7 @@ getSelectionText(): string; ...@@ -2854,7 +2854,7 @@ getSelectionText(): string;
### getSourceType<sup>9+</sup> ### getSourceType<sup>9+</sup>
getSourceType(): ContextMenuSourceType; getSourceType(): ContextMenuSourceType
获取菜单事件来源。 获取菜单事件来源。
...@@ -2866,7 +2866,7 @@ getSourceType(): ContextMenuSourceType; ...@@ -2866,7 +2866,7 @@ getSourceType(): ContextMenuSourceType;
### getInputFieldType<sup>9+</sup> ### getInputFieldType<sup>9+</sup>
getInputFieldType(): ContextMenuInputFieldType; getInputFieldType(): ContextMenuInputFieldType
获取网页元素输入框类型。 获取网页元素输入框类型。
...@@ -2878,7 +2878,7 @@ getInputFieldType(): ContextMenuInputFieldType; ...@@ -2878,7 +2878,7 @@ getInputFieldType(): ContextMenuInputFieldType;
### isEditable<sup>9+</sup> ### isEditable<sup>9+</sup>
isEditable(): boolean; isEditable(): boolean
获取网页元素是否可编辑标识。 获取网页元素是否可编辑标识。
...@@ -2886,11 +2886,11 @@ isEditable(): boolean; ...@@ -2886,11 +2886,11 @@ isEditable(): boolean;
| 类型 | 说明 | | 类型 | 说明 |
| ------- | ------------------------- | | ------- | ------------------------- |
| boolean | 网页元素可编辑返回true,否则返回false。 | | boolean | 网页元素可编辑返回true,不可编辑返回false。 |
### getEditStateFlags<sup>9+</sup> ### getEditStateFlags<sup>9+</sup>
getEditStateFlags(): number; getEditStateFlags(): number
获取网页元素可编辑标识。 获取网页元素可编辑标识。
...@@ -2918,7 +2918,7 @@ WebContextMenuParam有图片内容则复制图片。 ...@@ -2918,7 +2918,7 @@ WebContextMenuParam有图片内容则复制图片。
### copy<sup>9+</sup> ### copy<sup>9+</sup>
copy(): void; copy(): void
执行与此上下文菜单相关的拷贝操作。 执行与此上下文菜单相关的拷贝操作。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册