Lines Matching refs:selection
1390 | selection | [number, number] | 是 | 选中范围。 |
1806 Text("selection range:").width("100%")
1810 Text("selection content:").width("100%")
1901 this.start = value.selection[0];
1902 this.end = value.selection[1];
2091 let start = richEditorSelection.selection[0]
2092 let end = richEditorSelection.selection[1]
2116 if (value.selection[0] == -1 && value.selection[1] == -1) {
2119 this.start = value.selection[0]
2120 this.end = value.selection[1]
2173 let start = richEditorSelection.selection[0]
2174 let end = richEditorSelection.selection[1]
2269 let selection = this.controller.getSelection();
2270 let spans = selection.spans
2294 let selection = this.controller.getSelection();
2295 let spans = selection.spans
2319 let selection = this.controller.getSelection();
2320 let spans = selection.spans
2350 let selection = this.controller.getSelection();
2351 let spans = selection.spans
2419 start: richEditorSelection.selection[0],
2420 end: richEditorSelection.selection[1]
2464 let start = richEditorSelection.selection[0]
2465 let end = richEditorSelection.selection[1]
2488 let selection = this.controller.getSelection();
2493 let spans = selection.spans
2501 this.start = selection.selection[0]
2502 this.end = selection.selection[1]
2549 Text("selection range:").width("100%")
2553 Text("selection content:").width("100%")
2711 this.start = value.selection[0];
2712 this.end = value.selection[1];
3235 Text("selection range:").width("100%")
3239 Text("selection content:").width("100%")
3400 Text("selection range:").width("100%")
3405 Text("selection content:").width("100%")
3443 console.info("selection start " + select.selection[0] + " end " + select.selection[1])
3493 this.start = value.selection[0];
3494 this.end = value.selection[1];
4216 @State selection: string = "";
4287 Text("selection range: " + this.selection).width("100%")
4288 Text("selection content: " + this.content).width("100%")
4377 this.selection = '[ ' + start + ' , ' + end + ' ]';