Home
last modified time | relevance | path

Searched refs:showTextInput (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A Derrorcode-inputmethod-framework.md165 当前应用在没有绑定输入法的情况下执行了比如showTextInput、hideTextInput等操作。
H A Djs-apis-inputmethod.md898 ### showTextInput<sup>10+</sup>
900 showTextInput(callback: AsyncCallback&lt;void&gt;): void
931 inputMethodController.showTextInput((err: BusinessError) => {
933 console.error(`Failed to showTextInput: ${JSON.stringify(err)}`);
940 ### showTextInput<sup>10+</sup>
942 showTextInput(): Promise&lt;void&gt;
973 inputMethodController.showTextInput().then(() => {
976 console.error(`Failed to showTextInput: ${JSON.stringify(err)}`);
990 > 调用该接口不会解除与输入法的绑定,再次调用[showTextInput](#showtextinput10)时,可重新进入文本编辑状态。
1034 > 调用该接口不会解除与输入法的绑定,再次调用[showTextInput](#showtextinput10)时,可重新进入文本编辑状态。
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_dfx_test.cpp342 auto showTextInput = []() { inputMethodController_->ShowTextInput(); }; in __anonff3e3efd0302() variable
343 EXPECT_TRUE(InputMethodDfxTest::WriteAndWatch(watcher, showTextInput));
/ohos5.0/base/inputmethod/imf/test/unittest/napi_test/src/
H A DInputMethodWithAttachTest.js118 inputMethodCtrl.showTextInput((err) => {
139 inputMethodCtrl.showTextInput().then(() => {
H A DInputMethodTest.js822 inputMethodCtrl.showTextInput((err) => {
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A Derrorcode-inputmethod-framework.md165 The current application calls **showTextInput** or **hideTextInput** when not attached to an input …
H A Djs-apis-inputmethod.md897 ### showTextInput<sup>10+</sup>
899 showTextInput(callback: AsyncCallback&lt;void&gt;): void
930 inputMethodController.showTextInput((err: BusinessError) => {
932 console.error(`Failed to showTextInput: ${JSON.stringify(err)}`);
939 ### showTextInput<sup>10+</sup>
941 showTextInput(): Promise&lt;void&gt;
972 inputMethodController.showTextInput().then(() => {
975 console.error(`Failed to showTextInput: ${JSON.stringify(err)}`);
989 …not detach the edit box from the input method. The edit box can call [showTextInput](#showtextinpu…
1033 …not detach the edit box from the input method. The edit box can call [showTextInput](#showtextinpu…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-misc.md7 |新增|NA|类名:InputMethodController<br>方法or属性:showTextInput(callback: AsyncCallback\<void>): void;|@oho…
8 |新增|NA|类名:InputMethodController<br>方法or属性:showTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-misc.md7 |Added|NA|Class name: InputMethodController<br>Method or attribute name: showTextInput(callback: As…
8 |Added|NA|Class name: InputMethodController<br>Method or attribute name: showTextInput(): Promise\<…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-misc.md9 |新增|NA|类名:InputMethodController;<br>方法or属性:showTextInput(callback: AsyncCallback\<void>): void;|@oh…
10 |新增|NA|类名:InputMethodController;<br>方法or属性:showTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-misc.md9 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: showTextInput(callback: A…
10 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: showTextInput(): Promise\…