Adding custom code to Datacap Navigator panels
You can add functionality or UI elements to Datacap Navigator panels. For example, you can add a logo image to a specific panel by modifying the HTML code in the panel data file.
Procedure
To add custom code to a panel:
- On the computer where Datacap is installed, use Windows Explorer to navigate to the panels folder. The panels folder is in the Datacap applications installation folder, for example: C:\Datacap\APT\navigatorpanel\panels.
- Open the panel (JSON file) that you want to modify in a text editor.
- Modify the panel code. The JSON file is a standard Dojo widget template. For example, to add an element to the panel such as a logo image, add the URL of the logo image to the panel code: <img src=\"http:\/\/images\/logo.png\" />
- Save and close the JSON file.