Appearance
右键菜单 #
🚩【组件功能】:通知栏右键菜单。
样式预览 #
设置 #
基础设置 #
| 属性名称 | 属性释义 | 输入值类型 | 
|---|---|---|
| 最小宽度(minWidth) | 菜单选项最小宽度 | 数字型(Number) | 
父子对齐拉伸(anchor)
描述 #
当前UI控件绝对定位,当窗体大小变动时当前控件布局位置的定位策略。
配置预览 #
配置解析 #
vertical(水平方向控制):left(靠左)、stretch(居中 left + right)、right (靠右)
horizontal(竖直方向控制):top (靠上)、stretch(居中 top + bottom)、bottom (靠上)
配置预览图中对应值为:(vertical, horizontal)
(top, left)      (top, stretch)       (top, right)
(stretch, left)  (stretch, stretch)   (stretch, right)
(bottom, left)   (bottom, stretch)    (bottom, right)
窗口大小未改变时当前配置预览 #

窗口大小改变后当前配置预览 #

输入值类型 #
anchor.horizontal = (left | stretch | right)
anchor.vertical = (top | stretch | bottom)
数据设置 data数据格式示例 #
json
[{"id":1,"icon":"all-application","name":"显示主界面","disabled":false,"visible":true,"open":false,"event":{"key":"","name":"","flow":[]},"children":[]},{"id":2,"icon":"logout","name":"退出应用","disabled":false,"visible":true,"open":false,"event":{"key":"","name":"","flow":[]},"children":[]}]
事件列表 #
| 名称 | 释义 | 
|---|---|
| 鼠标点击事件(onClick) | 鼠标点击时触发事件 | 
属性设置预览 #
