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>
nameis the name of the wizard page.titleis the optional title of the wizard page.subtitleis an optional piece of explanatory text on the page.- The optional
affected filesare the IDs of the files affected by the wizard. They are displayed on the page. help URLis an optional online help URL for this wizard page (available from version 6.7.0).