In CRM.COM software, we use a mechanism embedded in our framework to dynamically generate the HTML code of the pages, the Page Generator. Basically, we use a Using a description language to we define the components and the layout of the pages which is in XML format. These XML files are parsed by the Page Generator to generate the HTML code and return it to the browser that issued the request.
The main types of pages files we use in the software are three:
- The
Summary
pages. - The Detail pages. The Search pages.
...
name | blue |
---|
...
XML pages
Data Entry XML pages
- Definition XML files
- Layout XML files
Search XML files (Datasets)
Summary Pages
Summary pages are used to display multiple records in a tabular form. They give the ability to the user to search for a specific record in the database by specifying a set of criteria.
...