Dlgs
traits.Dlgs
Hierarchy
-
Dlgs
↳
Jodit
Implements
Implemented by
constructor
new Dlgs(): Dlgs
Returns
dlg
dlg(this
, options?
): IDialog
Parameters
Name | Type |
---|---|
this |
IViewBased <IViewOptions > & IDlgs |
options? |
IDialogOptions |
Returns
Implementation of
Defined in
confirm
confirm(this
, msg
, title
, callback?
): IDialog
Parameters
Name | Type |
---|---|
this |
IViewBased <IViewOptions > & IDlgs |
msg |
string |
title |
undefined | string | (yes : boolean ) => void |
callback? |
(yes : boolean ) => false | void |
Returns
Implementation of
Defined in
prompt
prompt(this
, msg
, title
, callback
, placeholder?
, defaultValue?
): IDialog
Parameters
Name | Type |
---|---|
this |
IViewBased <IViewOptions > & IDlgs |
msg |
string |
title |
undefined | string | () => false | void |
callback |
(value : string ) => false | void |
placeholder? |
string |
defaultValue? |
string |
Returns
Implementation of
Defined in
alert
alert(this
, msg
, title?
, callback?
, className?
): IDialog
Parameters
Name | Type |
---|---|
this |
IViewBased <IViewOptions > & IDlgs |
msg |
string | HTMLElement |
title? |
string | () => false | void |
callback? |
string | (dialog : IDialog ) => false | void |
className? |
string |
Returns
Implementation of
Defined in
jodit/src/core/traits/dlgs.ts:70