IDlgs
types.IDlgs
Hierarchy
-
IDlgs
↳
IJodit
Implemented by
dlg
dlg(options?
): IDialog
Parameters
Name | Type |
---|---|
options? |
IDialogOptions |
Returns
Defined in
confirm
confirm(msg
, title
, callback?
): IDialog
Parameters
Name | Type |
---|---|
msg |
string |
title |
undefined | string | (yes : boolean ) => void |
callback? |
(yes : boolean ) => false | void |
Returns
Defined in
prompt
prompt(msg
, title
, callback
, placeholder?
, defaultValue?
): IDialog
Parameters
Name | Type |
---|---|
msg |
string |
title |
undefined | string | () => false | void |
callback |
(value : string ) => false | void |
placeholder? |
string |
defaultValue? |
string |
Returns
Defined in
alert
alert(msg
, title?
, callback?
, className?
): IDialog
Parameters
Name | Type |
---|---|
msg |
string | HTMLElement |
title? |
string | () => false | void |
callback? |
string | (dialog : IDialog ) => false | void |
className? |
string |
Returns
Defined in
jodit/src/types/traits.d.ts:53