Screen copies

Inside the demo application, a "grid or list" all-in-one page

The two first views show an example which has been built to show the updating list capabilities

  • A full screen list updating SQL data
  • Same list with orientation changed, it becomes a list of forms.

A demo form to show updating list (click to enlarge)

Demo app : Simple list grid

Demo form to show updating list as a list of forms (click to enlarge)

Demo app : Simple list forms


Some views of the demo application

The application has a login screen, a list of to-do items, a form to update one item, and several administration tabs.

The login screen

(click to enlarge)

Demo app : Login page

The list of items

(click to enlarge)

Demo app : List of items

The form to update one item

As you can see each item of the to-do list

  • belongs to a project
  • may be assigned to one of the user
  • has a status

(click to enlarge)

Demo app : Update item

The settings of the application

They are divided into several tabs.

The general settings

(click to enlarge)

Demo app : Admin settings

The admin users page

The admin page for users is only for demo, because it is greatly simplified : the administrator directly updates the passwords of everyone.

(click to enlarge)

Demo app : Admin users

The admin projects page

(click to enlarge)

Demo app : Admin projects

Demo of a form with several field types

This is a form built as an example of different field types.

Its purpose is to show how to update data not connected to a SQL database.

An example of a form not connected to database (click to enlarge)

Demo app : Simple fields form