/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-misc.md | 35 …ontroller<br>方法or属性:on(type: 'handleExtendAction', callback: (action: ExtendAction) => void): void… 84 |新增|NA|模块名: ohos.inputMethod<br>类名: ExtendAction|@ohos.inputMethod.d.ts| 85 |新增|NA|模块名: ohos.inputMethod<br>类名: ExtendAction<br>方法 or 属性:SELECT_ALL = 0|@ohos.inputMethod.d.ts| 86 |新增|NA|模块名: ohos.inputMethod<br>类名: ExtendAction<br>方法 or 属性:CUT = 3|@ohos.inputMethod.d.ts| 87 |新增|NA|模块名: ohos.inputMethod<br>类名: ExtendAction<br>方法 or 属性:COPY = 4|@ohos.inputMethod.d.ts| 88 |新增|NA|模块名: ohos.inputMethod<br>类名: ExtendAction<br>方法 or 属性:PASTE = 5|@ohos.inputMethod.d.ts| 144 |新增|NA|模块名: ohos.inputMethodEngine<br>类名: ExtendAction|@ohos.inputMethodEngine.d.ts| 145 |新增|NA|模块名: ohos.inputMethodEngine<br>类名: ExtendAction<br>方法 or 属性:SELECT_ALL = 0|@ohos.inputMethod… 146 |新增|NA|模块名: ohos.inputMethodEngine<br>类名: ExtendAction<br>方法 or 属性:CUT = 3|@ohos.inputMethodEngine.… 147 |新增|NA|模块名: ohos.inputMethodEngine<br>类名: ExtendAction<br>方法 or 属性:COPY = 4|@ohos.inputMethodEngine… [all …]
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | native_text_changed_listener.cpp | 349 case static_cast<int32_t>(OHOS::MiscServices::ExtendAction::SELECT_ALL): in ConvertToCExtendAction() 351 case static_cast<int32_t>(OHOS::MiscServices::ExtendAction::CUT): in ConvertToCExtendAction() 353 case static_cast<int32_t>(OHOS::MiscServices::ExtendAction::COPY): in ConvertToCExtendAction() 355 case static_cast<int32_t>(OHOS::MiscServices::ExtendAction::PASTE): in ConvertToCExtendAction()
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | native_text_changed_listener_test.cpp | 220 listener.HandleExtendAction(static_cast<int32_t>(OHOS::MiscServices::ExtendAction::SELECT_ALL)); 221 listener.HandleExtendAction(static_cast<int32_t>(OHOS::MiscServices::ExtendAction::COPY)); 222 listener.HandleExtendAction(static_cast<int32_t>(OHOS::MiscServices::ExtendAction::CUT)); 223 listener.HandleExtendAction(static_cast<int32_t>(OHOS::MiscServices::ExtendAction::PASTE));
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-misc.md | 35 … or attribute name: on(type: 'handleExtendAction', callback: (action: ExtendAction) => void): void… 84 |Added|NA|Module name: ohos.inputMethod<br>Class name: ExtendAction|@ohos.inputMethod.d.ts| 85 |Added|NA|Module name: ohos.inputMethod<br>Class name: ExtendAction<br>Method or attribute name: SE… 86 |Added|NA|Module name: ohos.inputMethod<br>Class name: ExtendAction<br>Method or attribute name: CU… 87 |Added|NA|Module name: ohos.inputMethod<br>Class name: ExtendAction<br>Method or attribute name: CO… 88 |Added|NA|Module name: ohos.inputMethod<br>Class name: ExtendAction<br>Method or attribute name: PA… 144 |Added|NA|Module name: ohos.inputMethodEngine<br>Class name: ExtendAction|@ohos.inputMethodEngine.d… 145 |Added|NA|Module name: ohos.inputMethodEngine<br>Class name: ExtendAction<br>Method or attribute na… 146 |Added|NA|Module name: ohos.inputMethodEngine<br>Class name: ExtendAction<br>Method or attribute na… 147 |Added|NA|Module name: ohos.inputMethodEngine<br>Class name: ExtendAction<br>Method or attribute na… [all …]
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.9.2/ |
H A D | changelogs-imf.md | 27 …dAction'): void | off(type: 'handleExtendAction', callback?: (action: ExtendAction) => void): void…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-misc.md | 31 …ntroller;<br>方法or属性:on(type: 'handleExtendAction', callback: (action: ExtendAction) => void): void… 90 |新增|NA|类名:ExtendAction;<br>方法or属性:SELECT_ALL = 0|@ohos.inputMethod.d.ts| 91 |新增|NA|类名:ExtendAction;<br>方法or属性:CUT = 3|@ohos.inputMethod.d.ts| 92 |新增|NA|类名:ExtendAction;<br>方法or属性:COPY = 4|@ohos.inputMethod.d.ts| 93 |新增|NA|类名:ExtendAction;<br>方法or属性:PASTE = 5|@ohos.inputMethod.d.ts| 115 |新增|NA|类名:InputClient;<br>方法or属性:sendExtendAction(action: ExtendAction, callback: AsyncCallback\<vo… 116 |新增|NA|类名:InputClient;<br>方法or属性:sendExtendAction(action: ExtendAction): Promise\<void>;|@ohos.inpu… 151 |新增|NA|类名:ExtendAction;<br>方法or属性:SELECT_ALL = 0|@ohos.inputMethodEngine.d.ts| 152 |新增|NA|类名:ExtendAction;<br>方法or属性:CUT = 3|@ohos.inputMethodEngine.d.ts| 153 |新增|NA|类名:ExtendAction;<br>方法or属性:COPY = 4|@ohos.inputMethodEngine.d.ts| [all …]
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.2/ |
H A D | changelogs-imf.md | 27 …dAction'): void | off(type: 'handleExtendAction', callback?: (action: ExtendAction) => void): void…
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_input_method_engine_setting.cpp | 176 …NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(ExtendAction::SELECT_ALL), &actionSelec… in GetJsExtendActionProperty() 177 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(ExtendAction::CUT), &actionCut)); in GetJsExtendActionProperty() 178 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(ExtendAction::COPY), &actionCopy)); in GetJsExtendActionProperty() 179 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(ExtendAction::PASTE), &actionPaste)); in GetJsExtendActionProperty()
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_controller.cpp | 209 …NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(ExtendAction::SELECT_ALL), &actionSelec… in GetJsExtendActionProperty() 210 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(ExtendAction::CUT), &actionCut)); in GetJsExtendActionProperty() 211 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(ExtendAction::COPY), &actionCopy)); in GetJsExtendActionProperty() 212 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(ExtendAction::PASTE), &actionPaste)); in GetJsExtendActionProperty()
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_utils.h | 76 enum class ExtendAction { enum
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-misc.md | 31 … or attribute name: on(type: 'handleExtendAction', callback: (action: ExtendAction) => void): void… 90 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: SELECT_ALL = 0|@ohos.inputMethod.d… 91 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: CUT = 3|@ohos.inputMethod.d.ts| 92 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: COPY = 4|@ohos.inputMethod.d.ts| 93 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: PASTE = 5|@ohos.inputMethod.d.ts| 115 …e: InputClient;<br>Method or attribute name: sendExtendAction(action: ExtendAction, callback: Asyn… 116 …e: InputClient;<br>Method or attribute name: sendExtendAction(action: ExtendAction): Promise\<void… 151 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: SELECT_ALL = 0|@ohos.inputMethodEn… 152 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: CUT = 3|@ohos.inputMethodEngine.d.… 153 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: COPY = 4|@ohos.inputMethodEngine.d… [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | js-apis-inputmethod.md | 688 ## ExtendAction<sup>10+</sup> 2241 on(type: 'handleExtendAction', callback: (action: ExtendAction) => void): void 2252 | callback | callback: (action: [ExtendAction](#extendaction10)) => void | 是 | 回调函数,返回扩展编辑操作类型。<b… 2267 inputMethodController.on('handleExtendAction', (action: inputMethod.ExtendAction) => { 2277 off(type: 'handleExtendAction', callback?: (action: ExtendAction) => void): void 2288 | callback | (action: [ExtendAction](#extendaction10)) => void | 否 | 取消订阅的回调函数,需要与on接口传入的保持一致。<br>参… 2294 let onHandleExtendActionCallback = (action: inputMethod.ExtendAction) => {
|
H A D | js-apis-inputmethodengine.md | 2293 ## ExtendAction<sup>10+</sup> 3688 sendExtendAction(action: ExtendAction, callback: AsyncCallback<void>): void 3702 | action | [ExtendAction](#extendaction10) | 是 | 要发送的扩展操作。 | 3721 inputClient.sendExtendAction(inputMethodEngine.ExtendAction.COPY, (err: BusinessError) => { 3735 sendExtendAction(action: ExtendAction): Promise<void> 3749 | action | [ExtendAction](#extendaction10) | 是 | 要发送的扩展操作。 | 3773 inputClient.sendExtendAction(inputMethodEngine.ExtendAction.COPY).then(() => {
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-misc.md | 33 …roller;<br>方法or属性:off(type: 'handleExtendAction', callback?: (action: ExtendAction) => void): void…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-misc.md | 33 …r attribute name: off(type: 'handleExtendAction', callback?: (action: ExtendAction) => void): void…
|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/ |
H A D | js-apis-inputmethod.md | 688 ## ExtendAction<sup>10+</sup> 2240 on(type: 'handleExtendAction', callback: (action: ExtendAction) => void): void 2251 | callback | callback: (action: [ExtendAction](#extendaction10)) => void | Yes | Callback used to … 2266 inputMethodController.on('handleExtendAction', (action: inputMethod.ExtendAction) => { 2276 off(type: 'handleExtendAction', callback?: (action: ExtendAction) => void): void 2287 | callback | (action: [ExtendAction](#extendaction10)) => void | No| Callback used for disable list… 2293 let onHandleExtendActionCallback = (action: inputMethod.ExtendAction) => {
|
H A D | js-apis-inputmethodengine.md | 2293 ## ExtendAction<sup>10+</sup> 3688 sendExtendAction(action: ExtendAction, callback: AsyncCallback<void>): void 3702 | action | [ExtendAction](#extendaction10) | Yes | Extended edit action to send.| 3721 inputClient.sendExtendAction(inputMethodEngine.ExtendAction.COPY, (err: BusinessError) => { 3735 sendExtendAction(action: ExtendAction): Promise<void> 3749 | action | [ExtendAction](#extendaction10) | Yes| Extended edit action to send.| 3773 inputClient.sendExtendAction(inputMethodEngine.ExtendAction.COPY).then(() => {
|