Home
last modified time | relevance | path

Searched refs:WebElementType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h81 enum class WebElementType : int32_t { enum
89 WebElementType type;
95 WebPreviewSelectionMenuParam(const WebElementType& _type, const ResponseType& _responseType, in WebPreviewSelectionMenuParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h729 const WebElementType& type, const ResponseType& responseType);
1076 std::map<std::pair<WebElementType, ResponseType>,
1080 WebElementType curElementType_ = WebElementType::NONE;
H A Dweb_pattern.cpp491 const WebElementType& type, const ResponseType& responseType) in GetPreviewSelectionMenuParams()
626 curElementType_ = WebElementType::IMAGE; in OnContextMenuShow()
1613 auto param = GetPreviewSelectionMenuParams(WebElementType::IMAGE, ResponseType::LONG_PRESS); in NotifyStartDragTask()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js3422 let WebElementType; variable
3423 (function (WebElementType) {
3424 WebElementType[WebElementType['IMAGE'] = 1] = 'IMAGE';
3425 })(WebElementType || (WebElementType = {}));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h484 const WebElementType& type, const ResponseType& responseType);
H A Dweb_pattern.cpp1343 const WebElementType& type, const ResponseType& responseType) in GetPreviewSelectionMenuParams()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md2731 bindSelectionMenu(elementType: WebElementType, content: CustomBuilder, responseType: WebResponseTyp…
2741 | elementType | [WebElementType](#webelementtype13枚举说明) | 是 | 菜单的类型。 |
2794 .bindSelectionMenu(WebElementType.IMAGE, this.MenuBuilder, WebResponseType.LONG_PRESS,
9968 ## WebElementType<sup>13+</sup>枚举说明
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp3226 if (info[0]->ToNumber<int32_t>() != static_cast<int32_t>(WebElementType::IMAGE) || in BindSelectionMenu()
3232 WebElementType elementType = static_cast<WebElementType>(info[0]->ToNumber<int32_t>()); in BindSelectionMenu()
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md2731 bindSelectionMenu(elementType: WebElementType, content: CustomBuilder, responseType: WebResponseTyp…
2741 | elementType | [WebElementType](#webelementtype13) | Yes | Menu type. |
2794 .bindSelectionMenu(WebElementType.IMAGE, this.MenuBuilder, WebResponseType.LONG_PRESS,
9964 ## WebElementType<sup>13+</sup>