toggles the ability to edit tasks
webix.ui({ view: "todo", readonly: true, ... });
If true, users can view but not edit tasks.