Home
last modified time | relevance | path

Searched refs:useSystemKeyboard (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-docking-softkeyboard.md267 useSystemKeyboard: true,
286 option.useSystemKeyboard = false;
296 option.useSystemKeyboard = true;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h952 …const std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyTy… in OnInterceptKeyboardAttach() argument
953 useSystemKeyboard = true; in OnInterceptKeyboardAttach()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp839 const ArkWebStringMap& attributes, bool& useSystemKeyboard, int32_t& enterKeyType) in OnInterceptKeyboardAttach() argument
843 nullptr, ArkWebStringMapStructToClass(attributes), useSystemKeyboard, enterKeyType); in OnInterceptKeyboardAttach()
847 ArkWebStringMapStructToClass(attributes), useSystemKeyboard, enterKeyType); in OnInterceptKeyboardAttach()
H A Dark_web_handler_impl.h553 const ArkWebStringMap &attributes, bool &useSystemKeyboard, int32_t &enterKeyType) override;
/ohos5.0/docs/en/application-dev/web/
H A Dweb-docking-softkeyboard.md267 useSystemKeyboard: true,
286 option.useSystemKeyboard = false;
296 option.useSystemKeyboard = true;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h732 const ArkWebStringMap &attributes, bool &useSystemKeyboard, int32_t &enterKeyType) = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp950 …const std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyTy… in OnInterceptKeyboardAttach() argument
957 ArkWebStringMapClassToStruct(attributes), useSystemKeyboard, enterKeyType); in OnInterceptKeyboardAttach()
H A Dark_web_handler_wrapper.h590 …const std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyTy…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h287 …const std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyTy…
H A Dweb_client_impl.cpp1141 …const std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyTy… in OnInterceptKeyboardAttach() argument
1149 … delegate->OnInterceptKeyboardAttach(keyboardHandler, attributes, useSystemKeyboard, enterKeyType); in OnInterceptKeyboardAttach()
H A Dweb_delegate.h1002 …const std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyTy…
H A Dweb_delegate.cpp7101 …const std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyTy… in OnInterceptKeyboardAttach() argument
7121 useSystemKeyboard = keyboardOpt.isSystemKeyboard_; in OnInterceptKeyboardAttach()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md6411 useSystemKeyboard: true,
6430 option.useSystemKeyboard = false;
6440 option.useSystemKeyboard = true;
6690 | useSystemKeyboard | boolean | 是 | 是否使用系统默认软键盘。 |
6691 …e](../apis-ime-kit/js-apis-inputmethod.md#enterkeytype10),该参数为可选参数,当useSystemKeyboard为true,并且设置了有效…
6692 …rkui-ts/ts-types.md#custombuilder8) | 否 | 指定自定义键盘组件builder,可选参数,当useSystemKeyboard为false时,需要设置该…
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md6411 useSystemKeyboard: true,
6430 option.useSystemKeyboard = false;
6440 option.useSystemKeyboard = true;
6690 | useSystemKeyboard | boolean | Yes | Whether to use the system's default soft keyboard.|
6691 …putmethod.md#enterkeytype10). This parameter has effect only when **useSystemKeyboard** is set to …
6692 … | Builder of a custom keyboard. This parameter is required when **useSystemKeyboard** is set to …