/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | web-docking-softkeyboard.md | 267 useSystemKeyboard: true, 286 option.useSystemKeyboard = false; 296 option.useSystemKeyboard = true;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 952 …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 D | ark_web_handler_impl.cpp | 839 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 D | ark_web_handler_impl.h | 553 const ArkWebStringMap &attributes, bool &useSystemKeyboard, int32_t &enterKeyType) override;
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-docking-softkeyboard.md | 267 useSystemKeyboard: true, 286 option.useSystemKeyboard = false; 296 option.useSystemKeyboard = true;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_handler.h | 732 const ArkWebStringMap &attributes, bool &useSystemKeyboard, int32_t &enterKeyType) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.cpp | 950 …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 D | ark_web_handler_wrapper.h | 590 …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 D | web_client_impl.h | 287 …const std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyTy…
|
H A D | web_client_impl.cpp | 1141 …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 D | web_delegate.h | 1002 …const std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyTy…
|
H A D | web_delegate.cpp | 7101 …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 D | ts-basic-components-web.md | 6411 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 D | ts-basic-components-web.md | 6411 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 …
|