Skip to main content

%ZHSLIB.UserChangePassword

class %ZHSLIB.UserChangePassword extends %ZEN.Component.page

Method Inventory

Parameters

parameter APPLICATION = HS.UI.Application;
Class name of application this page belongs to.
parameter DOMAIN = HS;
Domain used for localization.
parameter PAGENAME = ChangePassword;
Displayed name of this page.

Methods

method %OnAfterCreatePage() as %Status
Inherited description: 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.
classmethod ShowErrorMessage(pSeed As %String) as %Status
clientmethod confirmPassword() [ Language = javascript ]
clientmethod onkeydownHandler(evt) [ Language = javascript ]
Inherited description: This client event, if present, is fired when a keydown event occurs on the page.
clientmethod onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab