TodoList Application using emberjs
TodoList application with easy JS interface to edit the todos using the emberjs framework. |
Type | XAR |
Category | |
Developed by | |
Active Installs | 17 |
Rating | |
License | GNU Lesser General Public License 2.1 |
Description
TodoList Application allowing to manage multiple todo-lists. The application is made with Application Within Minutes.
The TodoList itself is displayed using the "todolist" macro and uses an emberjs javascript application to allow to add/remove/update todo list elements. The changes are saved back to the macro automatically.
The "todolist" macro can be used to edit todolist in Wiki mode. Here is an example:
Task 1|0
Task 2|1
{{/todolist}}
Note: the value 0 means the task has not been completed, while the value 1 means the task has been completed.
Screenshot of the TodoLists manager:
Screenshot of the TodoList JS application to manage the todos:
Prerequisites & Installation Instructions
We recommend using the Extension Manager to install this extension (Make sure that the text "Installable with the Extension Manager" is displayed at the top right location on this page to know if this extension can be installed with the Extension Manager). Note that installing Extensions when being offline is currently not supported and you'd need to use some complex manual method.
You can also use the following manual method, which is useful if this extension cannot be installed with the Extension Manager or if you're using an old version of XWiki that doesn't have the Extension Manager:
- Log in the wiki with a user having Administration rights
- Go to the Administration page and select the Import category
- Follow the on-screen instructions to upload the downloaded XAR
- Click on the uploaded XAR and follow the instructions
- You'll also need to install all dependent Extensions that are not already installed in your wiki
This application can be installed using XWiki's extension manager
Release Notes
v1.2
v1.1
- Fixed skin breaking
- Improved styles to make it look more coherent with XWiki
- Added parameters to center, control width and add a CSS class
v1.0
First release of the application