This topic is locked
[SOLVED]

 Task List

10/15/2011 1:23:00 PM
PHPRunner General questions
I
indigo author

Hi,
I am building a task (todo list) application.
Just wanted some help to do the following:

  1. How do we have a List view with only the checkbox (to check if the task if completed) editable?

C
cgphp 10/16/2011

Create a custom view of the task table and set the fields of add page and edit page of the custom view as readonly with the exception of the completed field.