Skip to content

Commit

Permalink
Added support for adding and deleting todo items
Browse files Browse the repository at this point in the history
Initial setup of Dojo 1.7, using DojoX MVC to bind between a stateful
model and UI elements. Use dojox.mvc.Repeat to render model items as
a series of list items.
  • Loading branch information
James Thomas committed Nov 27, 2011
1 parent 04c1756 commit d2bd112
Show file tree
Hide file tree
Showing 4 changed files with 632 additions and 0 deletions.
4 changes: 4 additions & 0 deletions todo-example/dojo/TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Support local storage using custom Dojo Store
- Editing of existing todos
- Allow checking of completed items
- Use local Dojo JS version
Binary file added todo-example/dojo/css/destroy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d2bd112

Please sign in to comment.