Skip to main content

%CSP.UI.Portal.Dialog.ChangePassword

class %CSP.UI.Portal.Dialog.ChangePassword extends %CSP.Portal.standardDialog

Change password dialog for Management Portal

Property Inventory

Method Inventory

Parameters

parameter APPLICATION = %CSP.UI.Portal.Application;
Class name of application this page belongs to.
parameter APPLYBUTTON = 0;
If true, then this dialog displays an Apply button.
parameter DOMAIN = %Utility;
Domain used for localization.
parameter PAGENAME = ChangePassword;
Displayed name of this page.

Properties

property UserName as %ZEN.Datatype.string (MAXLEN = 160) [ InitialExpression = $Username ];
Property methods: UserNameDisplayToLogical(), UserNameGet(), UserNameIsValid(), UserNameLogicalToDisplay(), UserNameLogicalToOdbc(), UserNameNormalize(), UserNameSet()
property msgPassword as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("The two new passwords are not the same. Please type them again.") ];
Property methods: msgPasswordDisplayToLogical(), msgPasswordGet(), msgPasswordIsValid(), msgPasswordLogicalToDisplay(), msgPasswordLogicalToOdbc(), msgPasswordNormalize(), msgPasswordSet()

Methods

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 SaveData(password, oldpassword) as %String [ ZenMethod ]
clientmethod getDialogValue() [ Language = javascript ]
Inherited description: Get the value that will be applied when the user presses the OK button. This is implemented by subclasses.
clientmethod ondialogFinish(action) as %Boolean [ Language = javascript ]
This callback, if defined, is called when the user presses the OK or Apply action buttons. If this returns false, then the action is cancelled.
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