Home
last modified time | relevance | path

Searched refs:onTextSelectionChange (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.27/
H A Dchangelogs-arkui.md3 ## 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 Dts-basic-components-text.md910 ### onTextSelectionChange<sup>11+</sup>
912 onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void)
1454 该示例通过bindSelectionMenu、onTextSelectionChange、closeSelectionMenu接口实现了文本绑定自定义菜单的功能。
1486 .onTextSelectionChange((selectionStart: number, selectionEnd: number) => {
H A Dts-basic-components-search.md731 ### onTextSelectionChange<sup>10+</sup>
733 onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void)
H A Dts-basic-components-textinput.md1179 ### onTextSelectionChange<sup>10+</sup>
1181 onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void)
1827 .onTextSelectionChange((selectionStart, selectionEnd) => {
H A Dts-basic-components-textarea.md885 ### 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 DarkComponent.d.ts464onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): SearchAtt…
757onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): TextAreaA…
793onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): TextInput…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkSearch.ts797onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): SearchAtt…
H A DArkText.ts993 onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): this {
H A DArkTextArea.ts1228onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): TextAreaA…
H A DArkTextInput.ts1362onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): TextInput…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-text.md910 ### 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 Dts-basic-components-search.md732 ### onTextSelectionChange<sup>10+</sup>
734 onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void)
H A Dts-basic-components-textinput.md1182 ### onTextSelectionChange<sup>10+</sup>
1184 onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void)
1830 .onTextSelectionChange((selectionStart, selectionEnd) => {
H A Dts-basic-components-textarea.md885 ### 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 DarkComponent.js9432 onTextSelectionChange(callback) { method in ArkSearchComponent
11944 onTextSelectionChange(callback) { method in ArkTextComponent
13131 onTextSelectionChange(callback) { method in ArkTextAreaComponent
14781 onTextSelectionChange(callback) { method in ArkTextInputComponent