X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.data.ScriptTagProxy.html diff --git a/docs/output/Ext.data.ScriptTagProxy.html b/docs/output/Ext.data.ScriptTagProxy.html index 58aab844..29afe08e 100644 --- a/docs/output/Ext.data.ScriptTagProxy.html +++ b/docs/output/Ext.data.ScriptTagProxy.html @@ -1,25 +1,4 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-
-
Observable
-  DataProxy
-    ScriptTagProxy
-

Class Ext.data.ScriptTagProxy

- - - - - -
Package:Ext.data
Defined In:ScriptTagProxy.js
Class:ScriptTagProxy
Extends:DataProxy
-
- * -An implementation of Ext.data.DataProxy that reads a data object from a URL which may be in a domain +
Observable
  DataProxy
    ScriptTagProxy

Class Ext.data.ScriptTagProxy

Package:Ext.data
Defined In:ScriptTagProxy.js
Class:ScriptTagProxy
Extends:DataProxy
An implementation of Ext.data.DataProxy that reads a data object from a URL which may be in a domain other than the originating domain of the running page.

Note that if you are retrieving data from a page that is in a domain that is NOT the same as the originating domain @@ -48,482 +27,419 @@ Writer out = response.getWriter(); out.print(dataBlock.toJsonString()); if (scriptTag) { out.write(");"); -}

- -
- -

Config Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Config OptionsDefined By
  - - nocache : Boolean
- (optional) Defaults to true. Disable caching by adding a unique parameter name to the request.
-
ScriptTagProxy
  - - timeout : Number
- (optional) The number of milliseconds to wait for a response. Defaults to 30 seconds.
-
ScriptTagProxy
  - - url : String
- The URL from which to request the data object.
-
ScriptTagProxy
- -

Public Properties

-
This class has no public properties.
-

Public Methods

- - - - - - - - - - - - - - - - - - - - - - -
MethodDefined By
\ No newline at end of file