Panel | ||
---|---|---|
| ||
Developing the View layerIn CRM.COM software, we use a mechanism embedded in our framework to dynamically generate the HTML code of the pages, the Page Generator. |
...
Using a description language |
...
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 we use in the software are three:
...
Common Page Element Properties
Provide a list of all common properties and the possible values, add some examples
Properties
Examples
Page Element 1
Describe what the element does. List all the properties and the possible values. Add some code examples and screenshots. Do the same for each element
Properties
...
The page generator renders HTML pages by generating static and dynamic pages using JSP elements and CRM.COM components.
|