sync
[roojs1] / docs / symbols / Roo.UpdateManager.BasicRenderer.json
1 {
2   "name" : "Roo.UpdateManager.BasicRenderer",
3   "augments" : [],
4   "childClasses" : [],
5   "desc" : "Default Content renderer. Updates the elements innerHTML with the responseText.",
6   "isSingleton" : false,
7   "isStatic" : false,
8   "isBuiltin" : false,
9   "memberOf" : "BasicRenderer",
10   "example" : "",
11   "deprecated" : "",
12   "since" : "",
13   "see" : "",
14   "params" : [],
15   "returns" : [],
16   "throws" : "",
17   "requires" : "",
18   "config" : [],
19   "methods" : [
20     {
21       "name" : "render",
22       "type" : "function",
23       "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.",
24       "sig" : "(el, response, updateManager, callback)",
25       "static" : false,
26       "memberOf" : "",
27       "isStatic" : false,
28       "isConstructor" : false,
29       "isPrivate" : false,
30       "example" : "",
31       "deprecated" : "",
32       "since" : "",
33       "see" : "",
34       "exceptions" : "",
35       "requires" : "",
36       "params" : [
37         {
38           "name" : "el",
39           "type" : "Roo.Element",
40           "desc" : "The element being rendered",
41           "isOptional" : false
42         },
43         {
44           "name" : "response",
45           "type" : "Object",
46           "desc" : "The YUI Connect response object",
47           "isOptional" : false
48         },
49         {
50           "name" : "updateManager",
51           "type" : "UpdateManager",
52           "desc" : "The calling update manager",
53           "isOptional" : false
54         },
55         {
56           "name" : "callback",
57           "type" : "Function",
58           "desc" : "A callback that will need to be called if loadScripts is true on the UpdateManager",
59           "isOptional" : false
60         }
61       ],
62       "returns" : []
63     }
64   ],
65   "events" : []
66 }