* Not much

This commit is contained in:
Bryan Ashby 2015-04-25 14:44:48 -06:00
parent ca2274dcf5
commit 5288643189
2 changed files with 19 additions and 1 deletions

Binary file not shown.

View File

@ -162,11 +162,29 @@
"VM1" : {
"mci" : {
"VM1" : {
"items" : [ "Views" ]
"items" : [ "Edit Text View", "Other" ]
}
},
"submit" : {
"*" : [
{
"value" : { "1" : 0 },
"action" : "@menu:demoEditTextView"
}
]
}
}
}
}
},
"demoEditTextView" : {
"art" : "demo_edit_text_view.ans",
"options" : { "cls" : true },
"form" : {
"0" : {
"CB4ET1ET2ET3ET4ET5" : {
}
}
}
}
}