Merging HTML

<< Click to Display Table of Contents >>

Navigation:  General Functions > Configuring the MIE (Programmer's Guide) >

Merging HTML

Generally, the MIE presents screens for data manipulation based on entries in its database.  Individual input controls are grouped into forms, and given sequence numbers in the database.  The MIE reads the inputs defined for a given form, and displays them to the user based on the sequence defined.  In this scenario, the MIE controls where the input is placed on the screen.  Most of the MIE's screens are managed directly by the MIE.

The MIE does support, however, the ability to merge inputs into an HTML template through the use of merge tags.  This allows an input form to be generated using an HTML template to match any possible look and feel desired.  Tags are placed in the HTML where the input fields are to go, and at run time the tags are replaced by the actual HTML input controls.  In addition, the MIE generates and handles all validation for the inputs.

This concept is used for the catch point screens in the Asset Management module, for the questionnaire in the Value Analysis module, and for other various screens where enhanced presentation is desired.

Any form on the MIE can be set to use merged HTML.