Preparing search index...
The search index is not available
LineUpJS - v4.12.0
LineUpJS
ADialog
Class ADialog
Abstract
Index
Constructors
constructor
Properties
dialog
floating
Ui
Cleanup
node
Accessors
attachment
auto
Close
level
Methods
append
Dialog
Buttons
build
cancel
clean
Up
destroy
enable
Live
Previews
equals
find
find
Input
for
Each
open
reset
show
Live
Previews
submit
trigger
Submit
Constructors
constructor
new
ADialog
(
dialog
:
Readonly
<
IDialogContext
>
,
options
?:
Partial
<
IDialogOptions
>
,
)
:
ADialog
Parameters
dialog
:
Readonly
<
IDialogContext
>
options
:
Partial
<
IDialogOptions
>
= {}
Returns
ADialog
Properties
Protected
Readonly
dialog
dialog
:
Readonly
<
IDialogContext
>
Protected
floating
Ui
Cleanup
floatingUiCleanup
:
()
=>
void
= null
Readonly
node
node
:
HTMLFormElement
Accessors
attachment
get
attachment
()
:
HTMLElement
Returns
HTMLElement
auto
Close
get
autoClose
()
:
boolean
Returns
boolean
level
get
level
()
:
number
Returns
number
Methods
Protected
append
Dialog
Buttons
appendDialogButtons
()
:
void
Returns
void
Protected
Abstract
build
build
(
node
:
HTMLElement
)
:
boolean
|
void
Parameters
node
:
HTMLElement
Returns
boolean
|
void
Protected
Abstract
cancel
cancel
()
:
void
Returns
void
clean
Up
cleanUp
(
action
:
"cancel"
|
"confirm"
|
"handled"
)
:
void
Parameters
action
:
"cancel"
|
"confirm"
|
"handled"
Returns
void
Protected
destroy
destroy
(
action
?:
"cancel"
|
"confirm"
)
:
void
Parameters
action
:
"cancel"
|
"confirm"
= 'cancel'
Returns
void
Protected
enable
Live
Previews
enableLivePreviews
(
selector
:
|
string
|
(
HTMLInputElement
|
HTMLSelectElement
|
HTMLTextAreaElement
)
[]
,
)
:
void
Parameters
selector
:
string
|
(
HTMLInputElement
|
HTMLSelectElement
|
HTMLTextAreaElement
)
[]
Returns
void
equals
equals
(
that
:
ADialog
)
:
boolean
Parameters
that
:
ADialog
Returns
boolean
Protected
find
find
<
T
extends
HTMLElement
>
(
selector
:
string
)
:
T
Type Parameters
T
extends
HTMLElement
Parameters
selector
:
string
Returns
T
Protected
find
Input
findInput
(
selector
:
string
)
:
HTMLInputElement
Parameters
selector
:
string
Returns
HTMLInputElement
Protected
for
Each
forEach
<
M
extends
Element
,
T
>
(
selector
:
string
,
callback
:
(
d
:
M
,
i
:
number
)
=>
T
,
)
:
T
[]
Type Parameters
M
extends
Element
T
Parameters
selector
:
string
callback
:
(
d
:
M
,
i
:
number
)
=>
T
Returns
T
[]
open
open
()
:
void
Returns
void
Protected
Abstract
reset
reset
()
:
void
Returns
void
Protected
show
Live
Previews
showLivePreviews
()
:
boolean
Returns
boolean
Protected
Abstract
submit
submit
()
:
boolean
Returns
boolean
Protected
trigger
Submit
triggerSubmit
()
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
dialog
floating
Ui
Cleanup
node
Accessors
attachment
auto
Close
level
Methods
append
Dialog
Buttons
build
cancel
clean
Up
destroy
enable
Live
Previews
equals
find
find
Input
for
Each
open
reset
show
Live
Previews
submit
trigger
Submit
LineUpJS - v4.12.0
Loading...