listEdit¶
listEdit
opens the given node in an list edit mode. (See listEdit(inputsupport)). This feature is currently only available in insight-mobile.
actionValues | |
---|---|
tree |
set a tree |
node |
set a node for listEdit |
{
"label": "Checklist",
"action": "listEdit",
"icon": "icon-bathtub",
"actionValues": [
{
"tree": "workorder-test",
"node": "activities"
}
]
}