Namespace: Events

webjs-client~WebJS. Events

WebJS events
Source:

Members

<static, constant> AJAX_REQUEST_COMPLETE :String

Ajax request complete event
Type:
  • String
Default Value:
  • "webjs.ajaxComplete"
Source:

<static, constant> AJAX_REQUEST_ERROR :String

Ajax request error event
Type:
  • String
Default Value:
  • "webjs.ajaxError"
Source:

<static, constant> AJAX_REQUEST_START :String

Ajax request start event
Type:
  • String
Default Value:
  • "webjs.ajaxStart"
Source:

<static, constant> MESSAGE :String

Message
Type:
  • String
Default Value:
  • "webjs.message"
Source:

Events

ajaxComplete

Ajax request complete event
Type:
  • String
Source:

ajaxError

Ajax request error event
Type:
  • String
Source:

ajaxStart

Ajax request start event
Type:
  • String
Source:

message

Message
Type:
  • Object
Source: