DefaultDialogs
Import :
const DefaultDialogs = brackets.getModule("widgets/DefaultDialogs")
DefaultDialogs
Constants representing dialog IDs These IDs are used to identify different types of dialogs
- DefaultDialogs
- .DIALOG_ID_ERROR :
string
- .DIALOG_ID_INFO :
string
- .DIALOG_ID_SAVE_CLOSE :
string
- .DIALOG_ID_EXT_CHANGED :
string
- .DIALOG_ID_EXT_DELETED :
string
- .DIALOG_ID_CHANGE_EXTENSIONS :
string
- .DIALOG_ID_ERROR :
DefaultDialogs.DIALOG_ID_ERROR : string
ID for error dialog
Kind: static constant of DefaultDialogs
DefaultDialogs.DIALOG_ID_INFO : string
ID for information dialog (currently uses the same template as DIALOG_ID_ERROR)
Kind: static constant of DefaultDialogs
DefaultDialogs.DIALOG_ID_SAVE_CLOSE : string
ID for save and close dialog
Kind: static constant of DefaultDialogs
DefaultDialogs.DIALOG_ID_EXT_CHANGED : string
ID for external change detected
dialog
Kind: static constant of DefaultDialogs
DefaultDialogs.DIALOG_ID_EXT_DELETED : string
ID for external deletion detected
dialog
Kind: static constant of DefaultDialogs
DefaultDialogs.DIALOG_ID_CHANGE_EXTENSIONS : string
ID for change extensions
dialog
Kind: static constant of DefaultDialogs