X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.direct.RemotingProvider.html diff --git a/docs/output/Ext.direct.RemotingProvider.html b/docs/output/Ext.direct.RemotingProvider.html index 19814e60..2c25ead2 100644 --- a/docs/output/Ext.direct.RemotingProvider.html +++ b/docs/output/Ext.direct.RemotingProvider.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Provider
    JsonProvider
      RemotingProvider

Class Ext.direct.RemotingProvider

Package:Ext.direct
Defined In:RemotingProvider.js
Class:RemotingProvider
Extends:JsonProvider

The RemotingProvider exposes access to +

Observable
  Provider
    JsonProvider
      RemotingProvider

Class Ext.direct.RemotingProvider

Package:Ext.direct
Defined In:RemotingProvider.js
Class:RemotingProvider
Extends:JsonProvider

The RemotingProvider exposes access to server side methods on the client (a remote procedure call (RPC) type of connection where the client can initiate a procedure on the server).

This allows for code to be organized in a fashion that is maintainable, @@ -56,7 +56,7 @@ to wait before sending a batched request (defaults to 10).

concatenated together and sent in a single request, optimizing the application by reducing the amount of round trips that have to be made to the server.

RemotingProvider enableUrlEncode : String
Specify which param will hold the arguments for the method. -Defaults to 'data'.
RemotingProvider id : String
The unique id of the provider (defaults to an auto-assigned id). +Defaults to 'data'.
RemotingProvider id : String
The unique id of the provider (defaults to an auto-assigned id). You should assign an id if you need to be able to a...
The unique id of the provider (defaults to an auto-assigned id). You should assign an id if you need to be able to access the provider later and you do not have an object reference available, for example: @@ -124,21 +124,23 @@ Ext.DomObserver = Ext.extend(Object, { typeAhead: true, mode: 'local', triggerAction: 'all' -});

Observable maxRetries : Number
Number of times to re-attempt delivery on failure of a call.
RemotingProvider namespace : String/Object
Namespace for the Remoting Provider (defaults to the browser global scope of window). +});

Observable maxRetries : Number
Number of times to re-attempt delivery on failure of a call. Defaults to 1.
RemotingProvider namespace : String/Object
Namespace for the Remoting Provider (defaults to the browser global scope of window). Explicitly specify the namespa...
Namespace for the Remoting Provider (defaults to the browser global scope of window). Explicitly specify the namespace Object, or specify a String to have a -namespace created implicitly.
RemotingProvider priority : Number
Priority of the request. Lower is higher priority, 0 means "duplex" (always on). +namespace created implicitly.
RemotingProvider priority : Number
Priority of the request. Lower is higher priority, 0 means "duplex" (always on). All Providers default to 1 except f...
Priority of the request. Lower is higher priority, 0 means "duplex" (always on). -All Providers default to 1 except for PollingProvider which defaults to 3.
Provider type : String
Required, undefined by default. The type of provider specified +All Providers default to 1 except for PollingProvider which defaults to 3.
Provider timeout : Number
The timeout to use for each request. Defaults to undefined.
RemotingProvider type : String
Required, undefined by default. The type of provider specified to Ext.Direct.addProvider to create a new Provider....
Required, undefined by default. The type of provider specified to Ext.Direct.addProvider to create a new Provider. Acceptable values by default are:
Provider url : String
Required. The url to connect to the Ext.Direct server-side router.
RemotingProvider

Public Properties

PropertyDefined By
 connect : Object
Abstract methods for subclasses to implement.
Provider
 disconnect : Object
Abstract methods for subclasses to implement.
Provider

Public Methods

MethodDefined By
 url : String
Required. The url to connect to the Ext.Direct server-side router.
RemotingProvider

Public Properties

PropertyDefined By
 connect : Object
Abstract methods for subclasses to implement.
Provider
 disconnect : Object
Abstract methods for subclasses to implement.
Provider

Public Methods

MethodDefined By
\ No newline at end of file