mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-14 00:40:55 +08:00
13 lines
262 B
Plaintext
13 lines
262 B
Plaintext
|
{
|
||
|
id: 'file', value: 'File',
|
||
|
popup: {
|
||
|
menuitem: [
|
||
|
{ value: 'New', onclick: 'CreateNewDoc()' },
|
||
|
{ value: 'Open', onclick: 'OpenDoc()' },
|
||
|
{ value: 'Close', onclick: 'CloseDoc()' }
|
||
|
],
|
||
|
menuitem: 'help'
|
||
|
},
|
||
|
help: 'hello world!'
|
||
|
}
|