Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The HTML can then be displayed using the display.screen.execute() API or a combination of display.screen.read() and display.screen.write(). Once displayed, the screen can be submitted back to the server with the use of the pui.submit() client-side browser API.

Since Porfound.js applications are single page applications, the content should not be a full HTML document and must not include <html>, <title>, and <body> tags. It should only include the body content to render.

Parameters

  1. 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.
  2. EJS options (optional) - a JavaScript object specifying EJS options as documented onĀ www.ejs.co.

...