HtmlForgeX

API Reference

Class

TablerTaskItem

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Single task item displayed within a TablerTaskList.

Inheritance

Constructors

public TablerTaskItem(String title) #

Create a new task item.

Parameters

title System.String requiredposition: 0

Methods

public TablerTaskItem Assignee(String avatarUrl) #
Returns: TablerTaskItem

Assign an avatar URL for the assignee shown on the right.

Parameters

avatarUrl System.String requiredposition: 0
public TablerTaskItem Completed(Boolean completed = true) #
Returns: TablerTaskItem

Mark task as completed (checked).

Parameters

completed System.Boolean = true optionalposition: 0
public TablerTaskItem Description(String text) #
Returns: TablerTaskItem

Optional secondary text under the title.

Parameters

text System.String requiredposition: 0
public TablerTaskItem Due(String text) #
Returns: TablerTaskItem

Set a due label (e.g., "Due Fri", "Tomorrow").

Parameters

text System.String requiredposition: 0
public TablerTaskItem Priority(TaskPriority priority) #
Returns: TablerTaskItem

Set a priority hint (colors the due label).

Parameters

priority HtmlForgeX.TaskPriority requiredposition: 0
RegisterLibraries() #
public override String ToString() #
Returns: String