property UserName
as %ZEN.Datatype.string [ InitialExpression = $Username ]; property msgPassword
as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("The two new passwords are not the same. Please type them again.") ];
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.