Wagtail client-side components
Preparing search index...
includes/chooserModal
ChooserModal
Class ChooserModal
Index
Constructors
constructor
Properties
base
Url
chosen
Response
Name
onload
Handlers
Methods
get
URL
get
URL
Params
open
Constructors
constructor
new
ChooserModal
(
baseUrl
:
any
)
:
ChooserModal
Parameters
baseUrl
:
any
Returns
ChooserModal
Properties
base
Url
baseUrl
:
any
chosen
Response
Name
chosenResponseName
:
string
= 'chosen'
onload
Handlers
onloadHandlers
:
{
[
key
:
number
]:
(
modal
:
any
,
jsonData
:
any
)
=>
void
}
= chooserModalOnloadHandlers
Methods
get
URL
getURL
(
opts
:
any
)
:
any
Parameters
opts
:
any
Returns
any
get
URL
Params
getURLParams
(
opts
:
any
)
:
{
locale
:
any
;
multiple
:
number
}
Parameters
opts
:
any
Returns
{
locale
:
any
;
multiple
:
number
}
open
open
(
opts
:
any
,
callback
:
any
)
:
void
Parameters
opts
:
any
callback
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
base
Url
chosen
Response
Name
onload
Handlers
Methods
get
URL
get
URL
Params
open
Wagtail client-side components
Loading...