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