|
Hantz UI API module provides a sample custom UIMap API file which can be used as a reference for users in writing their own custom UIMap classes. The UIMapAPI class contains a maplist which contains a list of strings, where each string specifies the URL path and its corresponding call function that are defined in this class. Upon executing the API file, the Hantz system calls the method of this module to help in defining a User -based UI, and obtaining an instance of the UIMapAPI class. In the sample API there are functions which will return HTML elements, such as Dropdown, Space, Text Field, Cancel Gif which is similar to back button, Submit Gif which is equivalent to SUBMIT, String Link, Checkbox, Table, and Blocked Text element.
|
|
By using these functions in the Hantz UI API module, you can personalize your web client by changing the appearance. This can be done only after successfully completing the login process. To change the appearance of your system client, you need to upload the preferred template file or gif images into the Hantz system. After successfully, uploading the preferred files, you can easily change the default template file / gifs by selecting the preferred files from the Dropdown boxes in any Menu page.
|