CSPX.LoginForm
class CSPX.LoginForm extends %RegisteredObject, %CSP.Util.AutoForm
Ensemble specific login form.
Inventory
Parameters | Properties | Methods | Queries | Indices | ForeignKeys | Triggers |
---|---|---|---|---|---|---|
1 | 2 | 3 |
Summary
Properties | |
---|---|
Password | User |
Parameters
Properties
property Password
as %CSP.Util.Passwd(CAPTION="@Ensemble:Password@Password",MAXLEN=40);
Password
property User
as %String(CAPTION="@Ensemble:Username@Username",MAXLEN=40);
User name
Methods
classmethod CreateInstance(ByRef pID As %String)
as AutoForm
Create an instance of the AutoForm object using the provided ID value(s).
This is overridden by subclasses.
The default implementation will perform an OpenId if the AutoForm is a persistent object.
classmethod OnDefineButtons(ByRef pButtons As FormButton)
The default implementation will perform an OpenId if the AutoForm is a persistent object.
define standard Login buttons
method OnSubmit(ByRef pID As %String, pSubmit As %String)
as %Status
This callback is called when this form is submitted.
pID is the ID value associated with the form.
The default implementation will perform a Save if the AutoForm is a persistent object.
pSubmit is the name of the submit button (i.e., $AUTOFORM_SAVE).
pSubmit is the name of the submit button (i.e., $AUTOFORM_SAVE).