Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 454 Bytes

com_todo-backend.md

File metadata and controls

14 lines (9 loc) · 454 Bytes

Todo Component Backend

Now we're going to create the back-end for our component, com_todo. In other words we will create the environment for an administrator to manage all the Todo Items in the system: create/modify/delete Items.

Here are some of the things you'll learn:

  • Change the Default View or Your Component
  • Create a Backend List View
  • Create a Form to Edit Your Todos
  • Add an Actionbar to Your Views
  • Add a Menubar to Your List View