TiledViz
Loading...
Searching...
No Matches
app.forms.UserField Class Reference
Inheritance diagram for app.forms.UserField:

Static Public Attributes

str label = ""
 username
 iseditor

Detailed Description

Definition at line 96 of file forms.py.

Member Data Documentation

◆ iseditor

app.forms.UserField.iseditor
static
Initial value:
= BooleanField("Role editor",default=False,
validators=[Optional()])

Definition at line 103 of file forms.py.

◆ label

str app.forms.UserField.label = ""
static

Definition at line 97 of file forms.py.

◆ username

app.forms.UserField.username
static
Initial value:
= StringField('Username',
validators=[Optional(),
Length(min=6,max=16,
message=('not too short (<6), not too long (>16)...'))
])

Definition at line 98 of file forms.py.


The documentation for this class was generated from the following file: