class %CSP.UI.Portal.Dialog.IntegLog
extends %CSP.UI.Portal.Dialog.WizardTemplate
This pages shows the integrity output of the System Management Portal.
This is a Zen Page class.
parameter DOMAIN = "%Utility";
Set this to the correct domain.
method %OnAfterCreatePage()
as %Status
This callback is called after the server-side page
object and all of its children are created.
Subclasses can override this to add, remove, or modify
items within the page object model, or to provide values
for controls.
method %OnGetSubtitle()
as %String
Get the (localized) subtitle string for the dialog.
This should be implemented in a subclass.
method %OnGetTitle()
as %String
Get the (localized) title string for the dialog.
This should be implemented in a subclass.
classmethod DrawContent(pSeed)
as %Status
method browseSelect(name, wildcard)
[ Language = javascript ]
User clicked the Browse button.
method doView()
[ Language = javascript ]
User clicked the View File button.
method keyUp(zenEvent)
[ Language = javascript ]
Check if user hit [Enter].
method onPopupAction(popupName, action, value)
[ Language = javascript ]
Returning from file select OR qualifers dialog and setting the value into the appropriate field.
The id of the field that needs to be updated is saved in "dialogClicked".
method onloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is loaded.
method onresizeHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is resized.