new Login( [options])
Parameters:
| Name | Type | Argument | Description |
|---|---|---|---|
options |
bu.action.LoginOptions |
<optional> |
Options. |
- Source:
- bu/actions/login.js
Extends
Members
-
control :bu.control.Control
-
The control this action is attached to.
Type:
- Inherited From:
- Source:
- bu/actions/action.js
-
viewer :bu.Viewer
-
This is the viewer this action will be tied to.
Type:
- Inherited From:
- Source:
- bu/actions/action.js
Methods
-
doLogin(user, pwd, rem)
-
Requests a login session to the server.
Parameters:
Name Type Description userstring User name.
pwdstring Password.
remboolean If remember is checked or not.
- Source:
- bu/actions/login.js
Javascript API 7.x