Lines Matching refs:selection
4 …richeditor.md) component, allowing you to bind a custom context menu on selection through the [bin…
26 Defines a custom context menu on selection. When the input parameter is empty, the sizes of the men…
38 …s | [SelectionMenuOptions](#selectionmenuoptions) | Yes| Options of the context menu on selection.|
42 Defines the options of the context menu on selection.
52 …selection is hidden, while the selected text is still highlighted.<br> When the preset select-all …
130 let selection = this.controller.getSelection();
131 let spans = selection.spans
155 let selection = this.controller.getSelection();
156 let spans = selection.spans
181 let selection = this.controller.getSelection();
182 let spans = selection.spans
213 let selection = this.controller.getSelection();
214 let spans = selection.spans
301 let selection = this.controller.getSelection();
306 let spans = selection.spans
314 this.start = selection.selection[0]
315 this.end = selection.selection[1]
385 if (value.selection[0] == -1 && value.selection[1] == -1) {
388 this.start = value.selection[0]
389 this.end = value.selection[1]