Chapter 9. Creating new page

Table of Contents

Common page types
Creating simple page
Creating WED page

Common page types

  • Simple pages - similar to static HTML pages, i.e. don't accept GET / POST parameters
  • WED pages - accept GET / POST / PI parameters and function differently depending on parameters' values
  • Grid pages - pages with tabular data (i.e. list of users, modules, etc.), with pagination, filters, sorting, etc.
  • Form pages - pages with forms for entering data.

Figure 9.1. Grid page example - list of Tangra modules

Grid page example - list of Tangra modules

Figure 9.2. Form page example - editing module information

Form page example - editing module information