+ Spin & Toggle menu demo start

This commit is contained in:
Bryan Ashby
2015-04-28 21:15:36 -06:00
parent 2c4711a976
commit 39fff7826c
3 changed files with 44 additions and 6 deletions

Binary file not shown.

View File

@@ -197,6 +197,10 @@
{
"value" : { "1" : 0 },
"action" : "@menu:demoEditTextView"
},
{
"value" : { "1" : 1 },
"action" : "@menu:demoSpinAndToggleView"
}
]
}
@@ -247,6 +251,39 @@
}
}
}
},
"demoSpinAndToggleView" : {
"art" : "demo_spin_and_toggle.ans",
"options" : { "cls" : true },
"form" : {
"0" : {
"BT8SM1SM2TM3" : {
"mci" : {
"SM1" : {
"items" : [ "Henry Morgan", "François l'Ollonais", "Roche Braziliano", "Black Bart", "Blackbeard" ]
},
"SM2" : {
"items" : [ "Razor 1911", "DrinkOrDie", "TRSI" ]
},
"TM3" : {
"items" : [ "Yarly", "Nowaii" ]
},
"BT8" : {
"text" : "< Back",
"submit" : [ "esc" ]
}
},
"submit" : {
"*" : [
{
"value" : 8,
"action" : "@menu:demoMain"
}
]
}
}
}
}
}
/*
:TODO: conceptual simplified menus -- actions/etc. without forms