...
- 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 (optional) - a JavaScript object that specifies specifying EJS options as documented at on www.ejs.co.
Example
Code Block | ||
---|---|---|
| ||
pjs.defineDisplay("mydisplay.json"); // declareDeclare Rich Display mydisplaypjs.myscreen.usedefineDisplay("myscreenmydisplay.htmljson"); // specifySpecify HTML template for a specific Rich Display record format screen mydisplay.myscreen.executeuse("myscreen.html"); // Show the screen mydisplay.myscreen.execute(); |