MainPage
class MainPage extends Page
Properties
| SystemTasksController | $mod | ||
| protected | $default_page | from Page |
Methods
getKanbanWebComponentTpl(array $wcConfig = [])
No description
array
getWebComponentBaseConfig(array $overwriteConfig = [])
Generates the Base Config for the Task Web Component + allows to pass additional parameters
xelos_global_template|string|bool
get_page(int|null $listId = null)
No description
page_my_tasks()
Simple wrapper to link my tasks in navigation
page_overview(int|null $listId = null, int|null $taskId = null)
No description
bool|string|Template
page_repeat(int $task_id = 0)
Recurring Task Modal Endpoint
Details
at line 91
protected Template
getKanbanWebComponentTpl(array $wcConfig = [])
No description
at line 113
array
getWebComponentBaseConfig(array $overwriteConfig = [])
Generates the Base Config for the Task Web Component + allows to pass additional parameters
at line 27
xelos_global_template|string|bool
get_page(int|null $listId = null)
No description
at line 76
Template
page_my_tasks()
Simple wrapper to link my tasks in navigation
at line 43
Template
page_overview(int|null $listId = null, int|null $taskId = null)
No description
at line 145
bool|string|Template
page_repeat(int $task_id = 0)
Recurring Task Modal Endpoint
Repeated tasks are reopened. The checklist items are unchecked. Attachments are available in the repeated task. Comments are not copied to the repeated task.