npsPage

The npsPage element creates a wizard page. The content of the element will be used as the HTML content of the page.

Syntax
<npsPage name="name" title="title" subtitle="subtitle"
  affectednodes="affected files" helpurl="help URL">
  HTML code
</npsPage>
  • name is the name of the wizard page.
  • title is the optional title of the wizard page.
  • subtitle is an optional piece of explanatory text on the page.
  • The optional affected files are the IDs of the files affected by the wizard. They are displayed on the page.
  • help URL is an optional online help URL for this wizard page (available from version 6.7.0).