Reference Source
import EditGroupModal from 'flarum/admin/components/EditGroupModal'
public class | source

EditGroupModal

Extends:

src/common/Component.js~ComponentModal → EditGroupModal

The EditGroupModal component shows a modal dialog which allows the user to create or edit a group.

Member Summary

Public Members
public

color: *

public

group: *

public

icon: *

public
public
public
public

Method Summary

Public Methods
public
public

content(): *

public
public

fields(): *

public

oninit(vnode: *)

public

onsubmit(e: *)

public

submitData(): {"nameSingular": *, "namePlural": *, "color": *, "icon": *, "isHidden": *}

public

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

Show an alert describing an error returned from the API, and give focus to the first relevant field.

public

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 color: * source

public group: * source

public icon: * source

public isHidden: * source

public loading: boolean source

Override:

Modal#loading

public namePlural: * source

public nameSingular: * source

Public Methods

public className(): string source

Get the class name to apply to the modal.

Override:

Modal#className

Return:

string

public content(): * source

Get the content of the modal.

Override:

Modal#content

Return:

*

public deleteGroup() source

public fields(): * source

Return:

*

public oninit(vnode: *) source

Params:

NameTypeAttributeDescription
vnode *

public onsubmit(e: *) source

Handle the modal form's submit event.

Override:

Modal#onsubmit

Params:

NameTypeAttributeDescription
e *

public submitData(): {"nameSingular": *, "namePlural": *, "color": *, "icon": *, "isHidden": *} source

Return:

{"nameSingular": *, "namePlural": *, "color": *, "icon": *, "isHidden": *}

public title(): undefined[] source

Get the title of the modal dialog.

Override:

Modal#title

Return:

undefined[]