Add test files
This commit is contained in:
22
test_files/menu.json
Normal file
22
test_files/menu.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"menu": {
|
||||
"id": "file",
|
||||
"value": "File",
|
||||
"popup": {
|
||||
"menuitem": [
|
||||
{
|
||||
"value": "New",
|
||||
"onclick": "CreateNewDoc()"
|
||||
},
|
||||
{
|
||||
"value": "Open",
|
||||
"onclick": "OpenDoc()"
|
||||
},
|
||||
{
|
||||
"value": "Close",
|
||||
"onclick": "CloseDoc()"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user