Specifies that an HTML template with EJS scripting is to be used for the user interface of a Rich Display File record format. In this case, the Rich Display json is only used to describe the record format's fields and not the look and feel of the screen. The look and feel is defined by the HTML template.
Parameters
- HTML Template File - the file path is relative to the modules directory. If the path is not qualified, the pathlist is used to search for the HTML template file.
- EJS options
Example
pjs.defineDisplay("mydisplay.json"); // declare Rich Display mydisplay.myscreen.use("myscreen.html"); // specify HTML template for a specific Rich Display record format screen mydisplay.myscreen.execute(); // Show the screen