Lines Matching refs:menu
4 …a context menu designed for use with the [RichEditor](ts-basic-components-richeditor.md) component…
26 …menu on selection. When the input parameter is empty, the sizes of the menu and its content area a…
38 | options | [SelectionMenuOptions](#selectionmenuoptions) | Yes| Options of the context menu on sel…
42 Defines the options of the context menu on selection.
50 …menu.<br>If **editorMenuOptions** is not set, the edit menu is not displayed.<br>When both **actio…
51 …menu options.<br>If this parameter is left empty, the expanded drop-down menu is not displayed.<br…
52 …menu (including the cut, copy, and paste options) is displayed, and the preset menu features are p…
53 …he place of the preset copy menu option.<br>It is effective only when the **controller** parameter…
54 …e place of the preset paste menu option.<br>It is effective only when the **controller** parameter…
55 …the place of the preset cut menu option.<br>It is effective only when the **controller** parameter…
56 …ce of the preset select-all menu option.<br>It is effective only when the **controller** parameter…
61 Describes the edit menu options.
71 | action | () => void | No| Action triggered when the menu option is clicked.|
76 Describes the expanded drop-down menu options.
86 | action | () => void | No| Action triggered when the menu option is clicked.|