Searched refs:CaretOffset (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-types.md | 664 getCaretOffset(): CaretOffset 676 | [CaretOffset](#caretoffset11对象说明) | 光标相对输入框的位置。 | 721 ## CaretOffset<sup>11+</sup>对象说明
|
H A D | ts-basic-components-search.md | 946 @State positionInfo: CaretOffset = { index: 0, x: 0, y: 0 } 973 Button('Get CaretOffset')
|
H A D | ts-basic-components-textarea.md | 1165 @State positionInfo: CaretOffset = { index: 0, x: 0, y: 0 } 1193 Button('Get CaretOffset')
|
H A D | ts-universal-attributes-drag-drop.md | 431 @State positionInfo: CaretOffset = { index: 0, x: 0, y: 0 }
|
H A D | ts-basic-components-textinput.md | 1420 @State positionInfo: CaretOffset = { index: 0, x: 0, y: 0 } 1448 Button('Get CaretOffset')
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_select_controller.cpp | 534 OffsetF CaretOffset = CaretMetrics.offset; in MoveCaretToContentRect() local 536 caretRect.SetOffset(CaretOffset); in MoveCaretToContentRect() 572 OffsetF CaretOffset = CaretMetrics.offset; in MoveCaretAnywhere() local 574 caretRect.SetOffset(CaretOffset); in MoveCaretAnywhere()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-types.md | 664 getCaretOffset(): CaretOffset 676 | [CaretOffset](#caretoffset11) | Position of the caret relative to the text box.| 721 ## CaretOffset<sup>11+</sup>
|
H A D | ts-basic-components-search.md | 947 @State positionInfo: CaretOffset = { index: 0, x: 0, y: 0 } 974 Button('Get CaretOffset')
|
H A D | ts-universal-attributes-drag-drop.md | 431 @State positionInfo: CaretOffset = { index: 0, x: 0, y: 0 }
|
H A D | ts-basic-components-textarea.md | 1165 @State positionInfo: CaretOffset = { index: 0, x: 0, y: 0 } 1193 Button('Get CaretOffset')
|
H A D | ts-basic-components-textinput.md | 1423 @State positionInfo: CaretOffset = { index: 0, x: 0, y: 0 } 1451 Button('Get CaretOffset')
|