Lines Matching refs:menu
1 # <menu> Development
4 …menu> component serves as a temporary pop-up window to display operations that users can perfor…
7 ## Creating a <menu> Component
9 Create a **<menu>** component in the .hml file under **pages/index** and add the **target**, …
15 <text class="title-text" id="textId">show menu</text>
16 <menu target="textId" type="click" title="title">
20 </menu>
44 > - The **<menu>** component supports only the [option](../reference/apis-arkui/arkui-js/js-c…
46 > - The **<menu>** component does not support the **focusable** and **disabled** attributes.
51 Set the style for the **<menu>** component, such as the font color, size, and character spaci…
57 <text class="title-text" id="textId">show menu</text>
58 <menu target="textId" type="click" title="title">
62 </menu>
87 menu{
103 …menu>** component with the **onselected** event (triggered when a value in the menu is selected…
109 <text class="title-text" id="textId" onclick="textClick">show menu</text>
110 <menu title="title" onselected="select" oncancel="cancel" id="menuId">
114 </menu>
139 menu{
176 Click the **<toggle>** component to change the text color and select the **<menu>** com…
188 <menu onselected="select" oncancel="cancel" target="menuId">
190 </menu>
231 menu{