mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-05 05:18:53 +08:00
9697f95b8f
This reverts commit 15d999759e
.
14 lines
279 B
Plaintext
14 lines
279 B
Plaintext
{ menu: {
|
|
id: 'file',
|
|
value: 'File',
|
|
popup: {
|
|
menuitem: [
|
|
{ value: 'New', onclick: 'CreateNewDoc()' },
|
|
{ value: 'Open', onclick: 'OpenDoc()' },
|
|
{ value: 'Close', onclick: 'CloseDoc()' }
|
|
],
|
|
menuitem: 'hello world'
|
|
}
|
|
}
|
|
}
|