Managing projects
To configure projects, use the projects
property of To Do List.
To define what project a task will belong to, you need to pass the id of the necessary project to the project parameter of the related task
object
To make a certain project active on initialization of To Do List, use the activeProject
property.
The next guides will teach you how to work with the object of a project and how to implement basic operations with the projects via API.
📄️ Project object
You can learn about project object in the documentation of the DHTMLX JavaScript To Do List library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX To Do List.
📄️ Operations with projects
You can learn about operations with projects in the documentation of the DHTMLX JavaScript To Do List library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX To Do List.