eJson tests initial import

This commit is contained in:
jvelilla
2008-05-24 15:04:36 +00:00
parent 308fa7f2e7
commit de347f6c98
9 changed files with 561 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{"menu": {
"id": "file",
"value": "File",
"popup": {
"menuitem": [
{"value": "New", "onclick": "CreateNewDoc()"},
{"value": "Open", "onclick": "OpenDoc()"},
{"value": "Close", "onclick": "CloseDoc()"}
]
}
}}