Searched refs:WebElementType (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_property.h | 81 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 D | web_pattern.h | 729 const WebElementType& type, const ResponseType& responseType); 1076 std::map<std::pair<WebElementType, ResponseType>, 1080 WebElementType curElementType_ = WebElementType::NONE;
|
H A D | web_pattern.cpp | 491 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 D | jsEnumStyle.js | 3422 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 D | web_pattern.h | 484 const WebElementType& type, const ResponseType& responseType);
|
H A D | web_pattern.cpp | 1343 const WebElementType& type, const ResponseType& responseType) in GetPreviewSelectionMenuParams()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | ts-basic-components-web.md | 2731 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 D | js_web.cpp | 3226 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 D | ts-basic-components-web.md | 2731 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>
|