class %Activate.UI.WizardDone
extends %CSP.Page
Activate Wizard
parameter DOMAIN = "%ZEN";
The default domain for csp:text, span and div tags. This parameter is
used to specify the subset of localized messages to be used on this page.
parameter PAGENAME = "Activate Wizard Result";
classmethod DrawTitle(pSeed As %String)
as %Status
Draw HTML for the page title
classmethod OnPage()
as %Status
Event handler for PAGE event: this is invoked in order to
generate the content of a csp page.