File Base area selection using new simplified formatting

This commit is contained in:
Bryan Ashby
2018-01-28 13:02:24 -07:00
parent 70eefc008a
commit b6317e0541
2 changed files with 11 additions and 28 deletions

View File

@@ -2782,14 +2782,14 @@
mci: {
VM1: {
focus: true
argName: areaSelect
argName: areaTag
}
}
submit: {
*: [
{
value: { areaSelect: null }
value: { areaTag: null }
action: @method:selectArea
}
]