Skip to main content

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Description

Displays the current user’s task list and regularly checks for updates. Any HTML within the tag will have access to a task variable for the current task being iterated over in the list. As well as the stop, start, and delete methods for interacting with the task.

Usage

as element:
<task:list
       [empty-text="{string}"]
       [interval="{Number}"]
       [date-format="{string}"]
       [show-expiry="{string}"]>
</task:list>

Parameters

ParamTypeDetails
emptyText (optional)stringThe message to show if the user has no tasks. Default: “You have no tasks.”
interval (optional)NumberHow often statues updates should be requested in milliseconds. Default 1000. Set to false to disable.
date-format (optional)stringDate format to display all dates in. Default ‘medium’.
show-expiry (optional)stringDate format to display all dates in. Default ‘medium’.