Task-List gui

Gui Module - Task List - Adds a task list to the game which players can add remove and edit items on

Dependencies

expcore.gui
utils.event
expcore.roles
config.tasks
expcore.common
modules.control.tasks

Elements

add_new_task Button in the header to add a new task
confirm_edit Used to save changes to a task
cancel_edit Used to cancel any changes you made to a task
discard_task Removes the task from the list
edit_task Opens edit mode for the task
task_list Registers the task list

Dependencies

# expcore.gui
# utils.event
# expcore.roles
# config.tasks
# expcore.common
# modules.control.tasks

Elements

# add_new_task

Button in the header to add a new task

# confirm_edit

Used to save changes to a task

# cancel_edit

Used to cancel any changes you made to a task

# discard_task

Removes the task from the list

# edit_task

Opens edit mode for the task

# task_list

Registers the task list