phoLoginView - cWebApp
The login dialog that handles user ID and password verification
Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None
Syntax
Property Handle phoLoginView
| Access Type | Syntax |
|---|---|
| Read Access: | Get phoLoginView to HandleVariable |
| Write Access: | Set phoLoginView to HandleVariable/Value |
Description
By default, the Web Framework provides a login dialog (cWebModalDialog) that handles user ID and password verification.
To use a different user login dialog, set phoLoginView to the object handle of the Web Dialog you wish to use.
To obtain the current login view, use GetLoginView instead of phoLoginView.