core_message/preferences_processor_form

Manages the processor form on the message preferences page.

Source:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Methods

(inner) isLoading() → {bool}

Source:

Check if this processor is loading.

Returns:
Type
bool

(inner) save() → {object}

Source:

Persist the processor configuration.

Returns:

jQuery promise

Type
object

(inner) startLoading()

Source:

Flag the processor as loading.

(inner) stopLoading()

Source:

Remove the loading flag for this processor.