User Interface (UI) Options

Your implementation may create input forms and output maps that closely match your customer's business practice within the following user interface areas: The HTML for these forms and maps may be provided using the following options:
  • UI Map. Compose your HTML and store it as a UI map, which is a repository for an HTML document. The UI Map HTML gives you the ability to craft the display by any method that an HTML document can support, including JavaScript and full CSS functionality.
  • UI Hints. With this technique you do not compose the HTML. Instead, the HTML is generated at run time based on a schema that describes the data being displayed and embeds user interface rendering instructions known as "UI Hints".