Module to display a popup with details of a task.
Methods
-
<inner> showTaskDetails(item)
-
Shows a popup dialog with details of a task.
Parameters:
Name Type Description item
Object data about the task. -
<inner> fillData(element, item)
-
Fills data in the template HTML element.
Parameters:
Name Type Description element
Object the HTML element item
Object data about the task.