Partial Fix #5654 - roojspacker - get it working as a doc tool...
[roojs1] / docs2 / symbols / Roo.UpdateManager.BasicRenderer.json
1 {
2   "name" : "Roo.UpdateManager.BasicRenderer",
3   "augments" : [
4   ],
5   "desc" : "Default Content renderer. Updates the elements innerHTML with the responseText.",
6   "isSingleton" : false,
7   "isStatic" : true,
8   "isBuiltin" : false,
9   "config" : [
10   ],
11   "methods" : [
12     {
13       "name" : "render",
14       "desc" : "This is called when the transaction is completed and it's time to update the element - The BasicRenderer\nupdates the elements innerHTML with the responseText - To perform a custom render (i.e. XML or JSON processing),\ncreate an object with a \"render(el, response)\" method and pass it to setRenderer on the UpdateManager.",
15       "isStatic" : false,
16       "isConstructor" : false,
17       "isPrivate" : false,
18       "memberOf" : "Roo.UpdateManager.BasicRenderer",
19       "example" : "",
20       "deprecated" : "",
21       "since" : "",
22       "see" : "",
23       "params" : [
24         {
25           "name" : "el",
26           "type" : "Roo.Element",
27           "desc" : "The element being rendered",
28           "isOptional" : false
29         },
30         {
31           "name" : "response",
32           "type" : "Object",
33           "desc" : "The YUI Connect response object",
34           "isOptional" : false
35         },
36         {
37           "name" : "updateManager",
38           "type" : "UpdateManager",
39           "desc" : "The calling update manager",
40           "isOptional" : false
41         },
42         {
43           "name" : "callback",
44           "type" : "Function",
45           "desc" : "A callback that will need to be called if loadScripts is true on the UpdateManager",
46           "isOptional" : false
47         }
48       ],
49       "returns" : [
50       ]
51     }
52   ],
53   "events" : [
54   ]
55 }