Home Reference Source Repository
public class | source

ControllerServer

Extends:

js/Controllers/BaseController~BaseController → ControllerServer

Server controller.

Method Summary

Public Methods
public

ajaxPrefilter(options: object)

AJAX prefilter associated with server control.

public

Initializes the instance.

Public Methods

public ajaxPrefilter(options: object) source

AJAX prefilter associated with server control.

This will count the pending responses and set timeouts.

Params:

NameTypeAttributeDescription
options object

object.beforeSend (optional) is a function that takes in the XmlHTTPRequest before sending; this may be useful for doing pre-processing of AJAX requests

public initialize() source

Initializes the instance.