sync
[roojs1] / docs / symbols / Roo.data.ScriptTagProxy.json
index d670504..3696615 100644 (file)
     }
   ],
   "returns" : [],
+  "throws" : "",
+  "requires" : "",
   "config" : [
     {
       "name" : "timeout",
       "type" : "Number",
       "desc" : "(Optional) The number of milliseconds to wait for a response. Defaults to 30 seconds.",
-      "memberOf" : "Roo.data.ScriptTagProxy",
-      "optvals" : []
+      "memberOf" : ""
     },
     {
       "name" : "nocache",
       "type" : "Boolean",
       "desc" : "(Optional) Defaults to true. Disable cacheing by adding a unique parameter\nname to the request.",
-      "memberOf" : "Roo.data.ScriptTagProxy",
-      "optvals" : []
+      "memberOf" : ""
     },
     {
       "name" : "callbackParam",
       "type" : "String",
       "desc" : "(Optional) The name of the parameter to pass to the server which tells\nthe server the name of the callback function set up by the load call to process the returned data object.\nDefaults to \"callback\".<p>The server-side processing must read this parameter value, and generate\njavascript output which calls this named function passing the data object as its only parameter.",
-      "memberOf" : "Roo.data.ScriptTagProxy",
-      "optvals" : []
+      "memberOf" : ""
     },
     {
       "name" : "url",
       "type" : "String",
       "desc" : "The URL from which to request the data object.",
-      "memberOf" : "Roo.data.ScriptTagProxy",
-      "optvals" : []
+      "memberOf" : ""
     }
   ],
   "methods" : [
     {
       "name" : "abort",
+      "type" : "function",
       "desc" : "Abort the current server request.",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.ScriptTagProxy",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : []
     },
     {
       "name" : "load",
+      "type" : "function",
       "desc" : "Load data from the configured URL, read the data object into\na block of Roo.data.Records using the passed Roo.data.DataReader implementation, and\nprocess that block using the passed callback.",
+      "sig" : "(params, reader, callback, scope, arg)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.data.ScriptTagProxy",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "params",