Wagtail client-side components
Preparing search index...
components/DateTimeWidget
BaseDateTimeWidget
Class BaseDateTimeWidget
Hierarchy (
View Summary
)
Widget
BaseDateTimeWidget
AdminDateInput
AdminTimeInput
AdminDateTimeInput
Index
Constructors
constructor
Properties
bound
Widget
Class
html
options
Methods
get
By
Name
render
Constructors
constructor
new
BaseDateTimeWidget
(
options
:
any
)
:
BaseDateTimeWidget
Parameters
options
:
any
Returns
BaseDateTimeWidget
Properties
bound
Widget
Class
boundWidgetClass
:
typeof
BoundWidget
= BoundWidget
html
html
:
any
options
options
:
any
Methods
get
By
Name
getByName
(
name
:
any
,
container
:
any
)
:
BoundWidget
Parameters
name
:
any
container
:
any
Returns
BoundWidget
render
render
(
placeholder
:
any
,
name
:
any
,
id
:
any
,
initialState
:
any
,
)
:
{
idForLabel
:
any
;
focus
(
opts
:
any
)
:
void
;
getState
()
:
string
;
getTextLabel
()
:
string
;
getValue
()
:
string
;
setInvalid
(
invalid
:
any
)
:
void
;
setState
(
state
:
any
)
:
void
;
}
Parameters
placeholder
:
any
name
:
any
id
:
any
initialState
:
any
Returns
{
idForLabel
:
any
;
focus
(
opts
:
any
)
:
void
;
getState
()
:
string
;
getTextLabel
()
:
string
;
getValue
()
:
string
;
setInvalid
(
invalid
:
any
)
:
void
;
setState
(
state
:
any
)
:
void
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
bound
Widget
Class
html
options
Methods
get
By
Name
render
Wagtail client-side components
Loading...