module:core/modal_delete_cancel

module:core/modal_delete_cancel

The Delete/Cancel Modal.

Constructor

new (require("core/modal_delete_cancel"))()

Source:

Extends

  • module:core/modal

Methods

setDeleteButtonText(value)

Description:
  • Set the title of the delete button.

Source:
Parameters:
Name Type Description
value String | Promise

The button text, or a Promise which will resolve it

setFooter()

Description:
  • Override parent implementation to prevent changing the footer content.

Source: