MessageLib

Functions

success(text, [title], [options]) ⇒ void

scriptError(text, funcname, [msgNbr], [eventInfo], [appConfig]) ⇒ void

error(text, title?, options?, func?, msgNbr?, eventInfo?, app?)

info(text, title?, options?)

note(text, title?, options?)

alert(text, title, options?)

validationError(text, [title], [options]) ⇒ void

confirm(text, title, callback)

prompt(text, [title], [options]) ⇒ Type.Promise

remove()

success(text, [title], [options]) ⇒ void

Params

  • text string

  • [title] string

  • [options] *

scriptError(text, funcname, [msgNbr], [eventInfo], [appConfig]) ⇒ void

Params

  • text string

  • funcname string

  • [msgNbr] number

  • [eventInfo] Type.EventInfo

  • [appConfig] Type.AppConfig

error(text, title?, options?, func?, msgNbr?, eventInfo?, app?)

Params

  • text type

  • title? type

  • options? type

  • func? type

  • msgNbr? type

  • eventInfo? type

  • app? type

info(text, title?, options?)

Params

  • text type

  • title? type

  • options? type

note(text, title?, options?)

Params

  • text type

  • title? type

  • options? type

alert(text, title, options?)

Params

  • text type

  • title type

  • options? type

validationError(text, [title], [options]) ⇒ void

Params

  • text string

  • [title] string

  • [options] *

confirm(text, title, callback)

Params

  • text type

  • title type

  • callback type

prompt(text, [title], [options]) ⇒ Type.Promise

Params

  • text string

  • [title] string

  • [options] *

remove()

Last updated