EditUserModal
Extends:
The EditUserModal
component displays a modal dialog with a login form.
Member Summary
Public Members | ||
public |
email: * |
|
public |
groups: {} |
|
public |
|
|
public |
|
|
public |
password: * |
|
public |
setPassword: * |
|
public |
username: * |
Method Summary
Public Methods | ||
public |
activate() |
|
public |
|
|
public |
content(): * |
|
public |
data(): * |
|
public |
fields(): * |
|
public |
nonAdminEditingAdmin(): * |
|
public |
oninit(vnode: *) |
|
public |
onsubmit(e: *) |
|
public |
title(): * |
Protected Methods | ||
protected |
userIsAdmin(user: *): * |
Inherited Summary
From class Modal | ||
public static |
Determine whether or not the modal should be dismissible via an 'x' button. |
|
public |
Attributes for an alert component to show below the header. |
|
public |
|
|
public abstract |
Get the class name to apply to the modal. |
|
public abstract |
content(): VirtualElement Get the content of the modal. |
|
public |
hide() Hide the modal. |
|
public |
loaded() Stop loading. |
|
public |
onbeforeremove(vnode: *): * |
|
public |
oncreate(vnode: *) |
|
public |
onerror(error: RequestError) Show an alert describing an error returned from the API, and give focus to the first relevant field. |
|
public |
onready() Focus on the first input when the modal is ready to be used. |
|
public |
onsubmit(e: Event) Handle the modal form's submit event. |
|
public abstract |
Get the title of the modal dialog. |
|
public |
view(): * |
Public Members
public email: * source
public groups: {} source
public isEmailConfirmed: * source
public password: * source
public setPassword: * source
public username: * source
Public Methods
public activate() source
public className(): string source
Get the class name to apply to the modal.
Override:
Modal#classNamepublic oninit(vnode: *) source
Params:
Name | Type | Attribute | Description |
vnode | * |
public onsubmit(e: *) source
Handle the modal form's submit event.
Override:
Modal#onsubmitParams:
Name | Type | Attribute | Description |
e | * |