/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-misc.md | 159 | ohos.inputmethodengine | KeyboardDelegate | off(type: 'textChange', callback?: (text: string) => … 160 | ohos.inputmethodengine | KeyboardDelegate | on(type: 'textChange', callback: (text: string) => vo… 161 | ohos.inputmethodengine | KeyboardDelegate | off(type: 'selectionChange', callback?: (oldBegin: nu… 162 | ohos.inputmethodengine | KeyboardDelegate | on(type: 'selectionChange', callback: (oldBegin: numb… 163 | ohos.inputmethodengine | KeyboardDelegate | off(type: 'cursorContextChange', callback?: (x: numbe… 164 | ohos.inputmethodengine | KeyboardDelegate | on(type: 'cursorContextChange', callback: (x: number,… 165 | ohos.inputmethodengine | KeyboardDelegate | off(type: 'keyDown'\|'keyUp', callback?: (event: KeyE… 166 | ohos.inputmethodengine | KeyboardDelegate | off(type: 'keyDown'\|'keyUp', callback?: (event: KeyE… 167 | ohos.inputmethodengine | KeyboardDelegate | on(type: 'keyDown'\|'keyUp', callback: (event: KeyEve… 168 | ohos.inputmethodengine | KeyboardDelegate | on(type: 'keyDown'\|'keyUp', callback: (event: KeyEve… [all …]
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-misc.md | 159 | ohos.inputmethodengine | KeyboardDelegate | off(type: 'textChange', callback?: (text: string) => … 160 | ohos.inputmethodengine | KeyboardDelegate | on(type: 'textChange', callback: (text: string) => vo… 161 | ohos.inputmethodengine | KeyboardDelegate | off(type: 'selectionChange', callback?: (oldBegin: nu… 162 | ohos.inputmethodengine | KeyboardDelegate | on(type: 'selectionChange', callback: (oldBegin: numb… 163 | ohos.inputmethodengine | KeyboardDelegate | off(type: 'cursorContextChange', callback?: (x: numbe… 164 | ohos.inputmethodengine | KeyboardDelegate | on(type: 'cursorContextChange', callback: (x: number,… 165 | ohos.inputmethodengine | KeyboardDelegate | off(type: 'keyDown'\|'keyUp', callback?: (event: KeyE… 166 | ohos.inputmethodengine | KeyboardDelegate | off(type: 'keyDown'\|'keyUp', callback?: (event: KeyE… 167 | ohos.inputmethodengine | KeyboardDelegate | on(type: 'keyDown'\|'keyUp', callback: (event: KeyEve… 168 | ohos.inputmethodengine | KeyboardDelegate | on(type: 'keyDown'\|'keyUp', callback: (event: KeyEve… [all …]
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta5/ |
H A D | js-apidiff-misc.md | 84 …>类名: inputMethodEngine<br>方法 or 属性: function getKeyboardDelegate(): KeyboardDelegate;|@ohos.inputM… 85 …: inputMethodEngine<br>方法 or 属性: function createKeyboardDelegate(): KeyboardDelegate;|@ohos.inputM… 143 |新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardDelegate|@ohos.inputMethodEngine.d.ts| 144 |新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardDelegate<br>方法 or 属性: on(type: 'keyDown'\|'keyUp'… 152 |新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardDelegate<br>方法 or 属性: on(type: 'textChange', call… 153 |新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardDelegate<br>方法 or 属性: off(type: 'textChange', cal… 280 …r>类名: inputMethodEngine<br>方法 or 属性:function getKeyboardDelegate(): KeyboardDelegate;|NA|@ohos.inp… 281 …名: inputMethodEngine<br>方法 or 属性:function createKeyboardDelegate(): KeyboardDelegate;|NA|@ohos.inp… 339 |删除|模块名: ohos.inputmethodengine<br>类名: KeyboardDelegate|NA|@ohos.inputmethodengine.d.ts| 348 |删除|模块名: ohos.inputmethodengine<br>类名: KeyboardDelegate<br>方法 or 属性:on(type: 'textChange', callback… [all …]
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-misc.md | 40 |新增|NA|类名:KeyboardDelegate;<br>方法or属性:on(type: 'keyEvent', callback: (event: InputKeyEvent) => bool… 41 |新增|NA|类名:KeyboardDelegate;<br>方法or属性:on(type: 'editorAttributeChanged', callback: (attr: EditorAtt… 42 |新增|NA|类名:KeyboardDelegate;<br>方法or属性:off(type: 'keyEvent', callback?: (event: InputKeyEvent) => bo… 43 |新增|NA|类名:KeyboardDelegate;<br>方法or属性:off(type: 'editorAttributeChanged', callback?: (attr: EditorA…
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_keyboard_delegate_setting.cpp | 283 napi_value KeyboardDelegate = nullptr; in GetResultOnKeyEvent() local 284 napi_create_object(env, &KeyboardDelegate); in GetResultOnKeyEvent() 288 napi_set_named_property(env, KeyboardDelegate, "keyCode", jsKeyCode); in GetResultOnKeyEvent() 292 napi_set_named_property(env, KeyboardDelegate, "keyAction", jsKeyAction); in GetResultOnKeyEvent() 294 return KeyboardDelegate; in GetResultOnKeyEvent()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-misc.md | 14 |删除|类名:inputMethodEngine;<br>方法or属性:function createKeyboardDelegate(): KeyboardDelegate;|NA|@ohos.i… 35 |删除|类名:KeyboardDelegate;<br>方法or属性:on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => bool… 38 |删除|类名:KeyboardDelegate;<br>方法or属性:on(type: 'textChange', callback: (text: string) => void): void;|… 39 |删除|类名:KeyboardDelegate;<br>方法or属性:off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => bo… 42 |删除|类名:KeyboardDelegate;<br>方法or属性:off(type: 'textChange', callback?: (text: string) => void): void… 96 |新增|NA|类名:inputMethodEngine;<br>方法or属性:function getKeyboardDelegate(): KeyboardDelegate;|@ohos.inpu… 97 |新增|NA|类名:inputMethodEngine;<br>方法or属性:function createKeyboardDelegate(): KeyboardDelegate;|@ohos.i… 146 |新增|NA|类名:KeyboardDelegate;<br>方法or属性:on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => b… 149 |新增|NA|类名:KeyboardDelegate;<br>方法or属性:on(type: 'textChange', callback: (text: string) => void): voi… 150 |新增|NA|类名:KeyboardDelegate;<br>方法or属性:off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) =>… [all …]
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-misc.md | 40 |Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'keyEvent', callback:… 41 |Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'editorAttributeChang… 42 |Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: off(type: 'keyEvent', callback… 43 |Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: off(type: 'editorAttributeChan…
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.1/ |
H A D | changelogs-inputmethod-framworks.md | 124 - createKeyboardDelegate(): KeyboardDelegate; 141 - getKeyboardDelegate(): KeyboardDelegate;
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta5/ |
H A D | js-apidiff-misc.md | 84 …Engine<br>Method or attribute name: function getKeyboardDelegate(): KeyboardDelegate;|@ohos.inputM… 85 …ine<br>Method or attribute name: function createKeyboardDelegate(): KeyboardDelegate;|@ohos.inputM… 143 |Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate|@ohos.inputMethodEngi… 144 |Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribut… 152 |Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribut… 153 |Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribut… 280 …Engine<br>Method or attribute name: function getKeyboardDelegate(): KeyboardDelegate;|NA|@ohos.inp… 281 …ine<br>Method or attribute name: function createKeyboardDelegate(): KeyboardDelegate;|NA|@ohos.inp… 339 |Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate|NA|@ohos.inputmethoden… 348 |Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute… [all …]
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.1/ |
H A D | changelogs-inputmethod-framworks.md | 124 - createKeyboardDelegate(): KeyboardDelegate; 141 - getKeyboardDelegate(): KeyboardDelegate;
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-misc.md | 14 …ne;<br>Method or attribute name: function createKeyboardDelegate(): KeyboardDelegate;|NA|@ohos.inp… 35 |Deleted|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'keyDown'\|'keyUp', ca… 38 |Deleted|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'textChange', callback… 39 |Deleted|Class name: KeyboardDelegate;<br>Method or attribute name: off(type: 'keyDown'\|'keyUp', c… 42 |Deleted|Class name: KeyboardDelegate;<br>Method or attribute name: off(type: 'textChange', callbac… 96 …ngine;<br>Method or attribute name: function getKeyboardDelegate(): KeyboardDelegate;|@ohos.inputM… 97 …ne;<br>Method or attribute name: function createKeyboardDelegate(): KeyboardDelegate;|@ohos.inputM… 146 |Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'keyDown'\|'keyUp', c… 149 |Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'textChange', callbac… 150 |Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: off(type: 'keyDown'\|'keyUp', … [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | js-apis-inputmethodengine.md | 80 getKeyboardDelegate(): KeyboardDelegate 82 获取客户端编辑事件监听代理实例[KeyboardDelegate](#keyboarddelegate)。<br/>输入法应用获取该实例后,可订阅物理键盘按键事件、选中文本变化事件等。 90 | [KeyboardDelegate](#keyboarddelegate) | 客户端编辑事件监听代理。 | 95 let KeyboardDelegate = inputMethodEngine.getKeyboardDelegate(); 124 createKeyboardDelegate(): KeyboardDelegate 126 获取客户端编辑事件监听代理实例[KeyboardDelegate](#keyboarddelegate)。输入法应用获取该实例后,可订阅物理键盘按键事件、选中文本变化事件等。 138 | [KeyboardDelegate](#keyboarddelegate) | 客户端编辑事件监听代理。 | 962 ## KeyboardDelegate section 964 下列API均需使用[getKeyboardDelegate](#inputmethodenginegetkeyboarddelegate9)获取到KeyboardDelegate实例后,通过实例调用。 996 console.error(`Failed to KeyboardDelegate: ${JSON.stringify(err)}`);
|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/ |
H A D | js-apis-inputmethodengine.md | 80 getKeyboardDelegate(): KeyboardDelegate 82 Obtains a [KeyboardDelegate](#keyboarddelegate) instance for the input method.<br>The input method … 90 | [KeyboardDelegate](#keyboarddelegate) | **KeyboardDelegate** instance.| 95 let KeyboardDelegate = inputMethodEngine.getKeyboardDelegate(); 124 createKeyboardDelegate(): KeyboardDelegate 126 Obtains a [KeyboardDelegate](#keyboarddelegate) instance for the input method. The input method can… 138 | [KeyboardDelegate](#keyboarddelegate) | **KeyboardDelegate** instance.| 962 ## KeyboardDelegate section 964 …oardDelegate](#inputmethodenginegetkeyboarddelegate9) to obtain a **KeyboardDelegate** instance, a… 996 console.error(`Failed to KeyboardDelegate: ${JSON.stringify(err)}`);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-misc.md | 117 |新增|NA|类名:KeyboardDelegate;<br>方法or属性:on(type: 'keyEvent', callback: (event: InputKeyEvent) => bool… 118 |新增|NA|类名:KeyboardDelegate;<br>方法or属性:on(type: 'editorAttributeChanged', callback: (attr: EditorAtt… 119 |新增|NA|类名:KeyboardDelegate;<br>方法or属性:off(type: 'keyEvent', callback?: (event: InputKeyEvent) => bo… 120 |新增|NA|类名:KeyboardDelegate;<br>方法or属性:off(type: 'editorAttributeChanged', callback?: (attr: EditorA…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-misc.md | 117 |Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'keyEvent', callback:… 118 |Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'editorAttributeChang… 119 |Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: off(type: 'keyEvent', callback… 120 |Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: off(type: 'editorAttributeChan…
|