How to add functionality in todo app with edit and delete etc..?? how to do in tiggzi..??
Posted: Tue Mar 05, 2013 6:12 am
i've created a todo app but unable to add functionality in this app like click to see and edit/delete tasks etc...
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
i've created a todo app but unable to add functionality in this app like click to see and edit/delete tasks etc...
Hi,
In tutorial, there is the "Deleting tasks from the list" section where you can find how to delete task on link click.
If you want to add task editing functionality you should create new page and on list item click navigate to this page. Then on the new page, edit/delete selected task using Rest Service.