Lines Matching refs:menu
1 # menu chapter
7 The **\<menu>** component provides menus as temporary pop-up windows to display operations that can…
25 …menu is attached. When the target element is clicked, the menu is automatically displayed. The men…
26 … menu. Available values are as follows:<br>- **click**: The pop-up menu is triggered by clicking t…
27 | title | string | - | No | Title of the menu. |
40 | text-color | <color> | - | No | Font color of the menu. …
41 | font-size | <length> | 30px | No | Font size of the menu. …
43 | letter-spacing | <length> | 0 | No | Character spacing of the menu. …
44 | font-style | string | normal | No | Font style of the menu. For det…
45 | font-weight | number \| string | normal | No | Font weight of the menu. For de…
55 | selected | { value:value } | Triggered when a value in the menu is selected. The return value is …
65 …menu. **x** and **y** specify the position of the displayed menu. **x** indicates the x coordinate…
72 <text onclick="onTextClick" class="title-text">Show popup menu.</text>
73 <menu id="apiMenu" onselected="onMenuSelected">
77 </menu>