Wagtail client-side components
Preparing search index...
components/DateTimeWidget
AdminDateTimeInput
Class AdminDateTimeInput
Hierarchy (
View Summary
)
BaseDateTimeWidget
AdminDateTimeInput
Index
Constructors
constructor
Properties
bound
Widget
Class
html
init
Chooser
Fn
options
Methods
get
By
Name
render
Constructors
constructor
new
AdminDateTimeInput
(
options
:
any
)
:
AdminDateTimeInput
Parameters
options
:
any
Returns
AdminDateTimeInput
Properties
bound
Widget
Class
boundWidgetClass
:
typeof
BoundWidget
= BoundWidget
html
html
:
any
init
Chooser
Fn
initChooserFn
:
any
= window.initDateTimeChooser
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
init
Chooser
Fn
options
Methods
get
By
Name
render
Wagtail client-side components
Loading...