/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.27/ |
H A D | changelogs-arkui.md | 3 ## cl.arkui.1 onTextSelectionChange触发回调不需要获焦变更 11 onTextSelectionChange回调触发与控件获焦解除绑定 17 变更前:控件没有获焦时,不允许触发onTextSelectionChange。 19 变更后:控件没有获焦时,允许触发onTextSelectionChange。 35 如果onTextSelectionChange绑定了事件,需要适配未获焦时的触发回调的行为。
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-text.md | 910 ### onTextSelectionChange<sup>11+</sup> 912 onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void) 1454 该示例通过bindSelectionMenu、onTextSelectionChange、closeSelectionMenu接口实现了文本绑定自定义菜单的功能。 1486 .onTextSelectionChange((selectionStart: number, selectionEnd: number) => {
|
H A D | ts-basic-components-search.md | 731 ### onTextSelectionChange<sup>10+</sup> 733 onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void)
|
H A D | ts-basic-components-textinput.md | 1179 ### onTextSelectionChange<sup>10+</sup> 1181 onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void) 1827 .onTextSelectionChange((selectionStart, selectionEnd) => {
|
H A D | ts-basic-components-textarea.md | 885 ### onTextSelectionChange<sup>10+</sup> 887 onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/ |
H A D | arkComponent.d.ts | 464 …onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): SearchAtt… 757 …onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): TextAreaA… 793 …onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): TextInput…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkSearch.ts | 797 …onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): SearchAtt…
|
H A D | ArkText.ts | 993 onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): this {
|
H A D | ArkTextArea.ts | 1228 …onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): TextAreaA…
|
H A D | ArkTextInput.ts | 1362 …onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): TextInput…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-text.md | 910 ### onTextSelectionChange<sup>11+</sup> 912 onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void) 1454 … to bind text to a custom menu using the **bindSelectionMenu**, **onTextSelectionChange**, and **c… 1486 .onTextSelectionChange((selectionStart: number, selectionEnd: number) => {
|
H A D | ts-basic-components-search.md | 732 ### onTextSelectionChange<sup>10+</sup> 734 onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void)
|
H A D | ts-basic-components-textinput.md | 1182 ### onTextSelectionChange<sup>10+</sup> 1184 onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void) 1830 .onTextSelectionChange((selectionStart, selectionEnd) => {
|
H A D | ts-basic-components-textarea.md | 885 ### onTextSelectionChange<sup>10+</sup> 887 onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 9432 onTextSelectionChange(callback) { method in ArkSearchComponent 11944 onTextSelectionChange(callback) { method in ArkTextComponent 13131 onTextSelectionChange(callback) { method in ArkTextAreaComponent 14781 onTextSelectionChange(callback) { method in ArkTextInputComponent
|