Add a small introduction here describing what are the page elements and how they can be usedIn 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 description language to 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 we use in the software are three:
- The Summary pages.
- The Detail pages.
- The Search pages.
Common Page Element Properties
...