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 itemObject data about the task. -
<inner> fillData(element, item)
-
Fills data in the template HTML element.
Parameters:
Name Type Description elementObject the HTML element itemObject data about the task.