Searched refs:textChange (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | content_controller.cpp | 290 bool textChange = true; in FilterWithAscii() local 301 textChange = false; in FilterWithAscii() 305 return textChange; in FilterWithAscii()
|
H A D | text_field_pattern.cpp | 4154 bool textChange = false; in CalcCounterAfterFilterInsertValue() local 4156 contentController_->FilterTextInputStyle(textChange, result); in CalcCounterAfterFilterInsertValue()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | js-apis-inputmethodengine.md | 1212 ### on('textChange') 1214 on(type: 'textChange', callback: (text: string) => void): void 1224 | type | string | 是 | 文本变化事件,固定取值为'textChange'。 | 1232 console.log('inputMethodEngine textChange. text:' + text); 1235 console.error(`Failed to textChange: ${JSON.stringify(err)}`); 1239 ### off('textChange') 1241 off(type: 'textChange', callback?: (text: string) => void): void 1251 | type | string | 是 | 文本变化事件,固定取值为'textChange'。 | 1259 console.log('delete textChange notification. text:' + text); 1262 console.error(`Failed to textChange: ${JSON.stringify(err)}`); [all …]
|
/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…
|
/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…
|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/ |
H A D | js-apis-inputmethodengine.md | 1212 ### on('textChange') 1214 on(type: 'textChange', callback: (text: string) => void): void 1224 | type | string | Yes | Event type, which is **'textChange'**. | 1232 console.log('inputMethodEngine textChange. text:' + text); 1235 console.error(`Failed to textChange: ${JSON.stringify(err)}`); 1239 ### off('textChange') 1241 off(type: 'textChange', callback?: (text: string) => void): void 1251 | type | string | Yes | Event type, which is **'textChange'**. | 1259 console.log('delete textChange notification. text:' + text); 1262 console.error(`Failed to textChange: ${JSON.stringify(err)}`); [all …]
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta5/ |
H A D | js-apidiff-misc.md | 152 |新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardDelegate<br>方法 or 属性: on(type: 'textChange', call… 153 |新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardDelegate<br>方法 or 属性: off(type: 'textChange', cal… 348 |删除|模块名: ohos.inputmethodengine<br>类名: KeyboardDelegate<br>方法 or 属性:on(type: 'textChange', callback… 349 |删除|模块名: ohos.inputmethodengine<br>类名: KeyboardDelegate<br>方法 or 属性:off(type: 'textChange', callbac…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-misc.md | 38 |删除|类名:KeyboardDelegate;<br>方法or属性:on(type: 'textChange', callback: (text: string) => void): void;|… 42 |删除|类名:KeyboardDelegate;<br>方法or属性:off(type: 'textChange', callback?: (text: string) => void): void… 149 |新增|NA|类名:KeyboardDelegate;<br>方法or属性:on(type: 'textChange', callback: (text: string) => void): voi… 153 |新增|NA|类名:KeyboardDelegate;<br>方法or属性:off(type: 'textChange', callback?: (text: string) => void): v…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta5/ |
H A D | js-apidiff-misc.md | 152 …br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'textChange', callback: (tex… 153 …r>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'textChange', callback?: (te… 348 …br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'textChange', callback: (tex… 349 …r>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'textChange', callback?: (te…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-misc.md | 38 |Deleted|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'textChange', callback… 42 |Deleted|Class name: KeyboardDelegate;<br>Method or attribute name: off(type: 'textChange', callbac… 149 |Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'textChange', callbac… 153 |Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: off(type: 'textChange', callba…
|