- Added examples for 40+ additional components including: - Accordion, ChartBar, Camera, Cols, Conform - Countdown, TimePassed, DOCXviewer, EXCELviewer, PDFviewer - DynamicColumn, IconBar, IconTextBar, FloatIconBar, FloatIconTextBar - GlbViewer, ChartHeatmap, Html, IconbarPage, NewWindow, Iframe, Icon - ChartKLine, ChartLine, ChartMap, MdWidget, Menu, Message, Error - MultipleStateImage, ChartPie, ProgressBar, QRCodeScan, ChartRadar - SysCamera, WidgetRecorder, SysAudioRecorder, SysVideoRecorder, Running - ChartScatter, VScrollPanel, HScrollPanel, Splitter, Svg, Tabular - DeletableLabel, Title1-6, Title15, Wterm - All examples use valid widgettype names registered with bricks.Factory.register - Each example demonstrates proper configuration and usage patterns
22 lines
452 B
XML
22 lines
452 B
XML
{
|
|
"widgettype": "Menu",
|
|
"options": {
|
|
"items": [
|
|
{
|
|
"text": "文件",
|
|
"submenu": [
|
|
{"text": "新建", "action": "new"},
|
|
{"text": "打开", "action": "open"},
|
|
{"text": "保存", "action": "save"}
|
|
]
|
|
},
|
|
{
|
|
"text": "编辑",
|
|
"submenu": [
|
|
{"text": "复制", "action": "copy"},
|
|
{"text": "粘贴", "action": "paste"}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |