Tasks I Created Widget - TabChanged Event (Handled)
The widget highlights the task on the active tab.
This event is handled for seamless interaction with the
Task Information widget.
Event Name
com.ibm.widget.TabChanged
General purpose: The user switched to another tab or closed the last tab.
Payload
Type: JSON
{ "type" : "object", "description" : "Reference single item", "properties" : {
"id" : { "type": "string", "optional":"true", "description": "Identifier for the object." },
"type" : { "type":"string", "optional":"true", "description": "Object type"},
"name" : { "type": "string", "optional":"true", "description": "Name of object" }
} }
The type property must be com.ibm.task.Task
.
If the task is not included in the current list, no task is highlighted.
Handled Since
6.2.0.1
Parent Topic: Tasks I Created Widget