v7.3.0

MessageDialog
Widget
Singleton

A singleton class which shows common dialogs, similar to the native browser APIs (though these methods do not block the UI thread):

  • confirm shows a confirmation dialog with Ok / Cancel buttons
  • alert shows a dialog with a message
  • prompt shows a dialog with a text input field

Note: Class is a singleton and all members listed below can be accessed as static ones.

No results

Properties

Properties are getters/setters or publicly accessible variables on this class

    Functions

    Functions are methods available for calling on the class

      CSS variables

      CSS variables that can be set to adjust appearance
      Name Description
      --b-message-dialog-button-min-width MessageDialog button min-width
      --b-message-dialog-min-width MessageDialog min-width

      Source path

      Core/widget/MessageDialog.js

      Contents