|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
2 <html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#"> |
|
3 <head> |
|
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
|
5 <title>API: datasource DataSource.IO (YUI Library)</title> |
|
6 |
|
7 <link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" /> |
|
8 <link rel="stylesheet" type="text/css" href="assets/api.css" /> |
|
9 |
|
10 <script type="text/javascript" src="assets/api-js"></script> |
|
11 <script type="text/javascript" src="assets/ac-js"></script> |
|
12 </head> |
|
13 |
|
14 <body id="yahoo-com"> |
|
15 |
|
16 <div id="doc3" class="yui-t2"> |
|
17 <div id="hd"> |
|
18 <h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1> |
|
19 <h3>datasource <span class="subtitle">3.0.0</span></h3> |
|
20 <a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a> |
|
21 > <a href="./module_datasource.html" title="datasource">datasource</a> |
|
22 > DataSource.IO |
|
23 |
|
24 <form onsubmit="return false"> |
|
25 <div id="propertysearch"> |
|
26 Search: <input autocomplete="off" id="searchinput" /> |
|
27 <div id="searchresults"> |
|
28 |
|
29 </div> |
|
30 </div> |
|
31 </form> |
|
32 </div> |
|
33 |
|
34 <div id="bd"> |
|
35 <div id="yui-main"> |
|
36 <div class="yui-b"> |
|
37 <form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form"> |
|
38 <fieldset> |
|
39 <legend>Filters</legend> |
|
40 <span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span> |
|
41 <span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span> |
|
42 <span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span> |
|
43 </fieldset> |
|
44 </form> |
|
45 |
|
46 <h2> |
|
47 |
|
48 |
|
49 |
|
50 |
|
51 Class <b property="yui:name">DataSource.IO</b> |
|
52 <span class="extends"> |
|
53 - extends <a href="DataSource.Local.html" title="DataSource.Local">DataSource.Local</a> |
|
54 </span> |
|
55 |
|
56 </h2> |
|
57 <!-- class tree goes here --> |
|
58 |
|
59 |
|
60 |
|
61 |
|
62 <div class="summary description" property="yui:description"> |
|
63 IO subclass for the DataSource Utility. |
|
64 </div> |
|
65 |
|
66 <div class="section constructor details" rel="yui:constructor" resource="#constructor"> |
|
67 <h3 id="constructor">Constructor</h3> |
|
68 <div class="content"> |
|
69 <div class="detail"> |
|
70 <strong property="yui:name">DataSource.IO</strong> |
|
71 <code> |
|
72 ( |
|
73 ) |
|
74 </code> |
|
75 <div class="description"> |
|
76 |
|
77 |
|
78 </div> |
|
79 </div> |
|
80 </div> |
|
81 </div> |
|
82 |
|
83 <div rel="yui:properties" resource="#properties"> |
|
84 <div class="section field details"> |
|
85 <h3 id="properties">Properties</h3> |
|
86 <div class="content"> |
|
87 <div class="private" rel="yui:property" resource="#property__queue"> |
|
88 <h4><a name="property__queue" property="yui:name">_queue</a> |
|
89 - <code>private <span property="yui:type">Object</span></code> |
|
90 </h4> |
|
91 <div class="detail"> |
|
92 <div class="description" property="yui:description"> |
|
93 Object literal to manage asynchronous request/response |
|
94 cycles enabled if queue needs to be managed (asyncMode/ioConnMode): |
|
95 <dl> |
|
96 <dt>interval {Number}</dt> |
|
97 <dd>Interval ID of in-progress queue.</dd> |
|
98 <dt>conn</dt> |
|
99 <dd>In-progress connection identifier (if applicable).</dd> |
|
100 <dt>requests {Object[]}</dt> |
|
101 <dd>Array of queued request objects: {request:request, callback:callback}.</dd> |
|
102 </dl> |
|
103 </div> |
|
104 </div> |
|
105 |
|
106 |
|
107 <div class="default" property="yui:defaultValue"> |
|
108 Default Value: {interval:null, conn:null, requests:[]} |
|
109 </div> |
|
110 |
|
111 |
|
112 <hr /> |
|
113 </div> |
|
114 <div class="" rel="yui:property" resource="#property_NAME"> |
|
115 <h4><a name="property_NAME" property="yui:name">NAME</a> |
|
116 - <code>static final <span property="yui:type">String</span></code> |
|
117 </h4> |
|
118 <div class="detail"> |
|
119 <div class="description" property="yui:description"> |
|
120 Class name. |
|
121 </div> |
|
122 </div> |
|
123 |
|
124 |
|
125 |
|
126 |
|
127 <hr /> |
|
128 </div> |
|
129 </div> |
|
130 </div> |
|
131 |
|
132 <div rel="yui:inheritance"> |
|
133 <div class="section field inheritance" rel="yui:superclass" resource="Attribute.html"> |
|
134 <h4>Properties inherited from <a href="Attribute.html" property="yui:name" title="Attribute">Attribute</a>:</h4> |
|
135 <div class="content" rel="yui:properties"> |
|
136 <code> |
|
137 |
|
138 </code> |
|
139 </div> |
|
140 </div> |
|
141 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
142 <h4>Properties inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
143 <div class="content" rel="yui:properties"> |
|
144 <code> |
|
145 |
|
146 <span rel="yui:property" resource="Base.html#property_name"> |
|
147 <a class=" deprecated" href="Base.html#property_name" property="yui:name" title="name">name</a> |
|
148 </span> |
|
149 |
|
150 </code> |
|
151 </div> |
|
152 </div> |
|
153 <div class="section field inheritance" rel="yui:superclass" resource="DataSource.Local.html"> |
|
154 <h4>Properties inherited from <a href="DataSource.Local.html" property="yui:name" title="DataSource.Local">DataSource.Local</a>:</h4> |
|
155 <div class="content" rel="yui:properties"> |
|
156 <code> |
|
157 |
|
158 </code> |
|
159 </div> |
|
160 </div> |
|
161 </div> |
|
162 </div> |
|
163 |
|
164 <div rel="yui:methods" resource="#methods"> |
|
165 <div class="section method details"> |
|
166 <h3 id="methods">Methods</h3> |
|
167 <div class="content"> |
|
168 <div class="protected" rel="yui:method" resource="#method__defRequestFn"> |
|
169 <h4> |
|
170 <a name="method__defRequestFn">_defRequestFn</a></h4> |
|
171 <div class="detail" > |
|
172 <code> |
|
173 protected |
|
174 |
|
175 |
|
176 void |
|
177 <strong property="yui:name">_defRequestFn</strong> |
|
178 ( |
|
179 |
|
180 |
|
181 e |
|
182 |
|
183 |
|
184 ) |
|
185 </code> |
|
186 |
|
187 <div class="description" property="yui:description"> |
|
188 Passes query string to IO. Fires <code>response</code> event when |
|
189 response is received asynchronously. |
|
190 </div> |
|
191 |
|
192 <div class="description"> |
|
193 |
|
194 <dl rel="yui:parameters"> |
|
195 <dt>Parameters:</dt> |
|
196 <dd rel="yui:parameter"> |
|
197 <code><span property="yui:name">e</span> |
|
198 <<span property="yui:type">Event.Facade</span>> |
|
199 </code> |
|
200 <span property="yui:description"> Event Facade with the following properties: |
|
201 <dl> |
|
202 <dt>tId (Number)</dt> <dd>Unique transaction ID.</dd> |
|
203 <dt>request (Object)</dt> <dd>The request.</dd> |
|
204 <dt>callback (Object)</dt> <dd>The callback object with the following properties: |
|
205 <dl> |
|
206 <dt>success (Function)</dt> <dd>Success handler.</dd> |
|
207 <dt>failure (Function)</dt> <dd>Failure handler.</dd> |
|
208 </dl> |
|
209 </dd> |
|
210 <dt>cfg (Object)</dt> <dd>Configuration object.</dd> |
|
211 </dl></span> |
|
212 </dd> |
|
213 </dl> |
|
214 |
|
215 |
|
216 |
|
217 |
|
218 |
|
219 </div> |
|
220 |
|
221 </div> |
|
222 <hr /> |
|
223 </div> |
|
224 <div class="private" rel="yui:method" resource="#method_initializer"> |
|
225 <h4> |
|
226 <a name="method_initializer">initializer</a></h4> |
|
227 <div class="detail" > |
|
228 <code> |
|
229 private |
|
230 |
|
231 |
|
232 void |
|
233 <strong property="yui:name">initializer</strong> |
|
234 ( |
|
235 |
|
236 |
|
237 config |
|
238 |
|
239 |
|
240 ) |
|
241 </code> |
|
242 |
|
243 <div class="description" property="yui:description"> |
|
244 Internal init() handler. |
|
245 </div> |
|
246 |
|
247 <div class="description"> |
|
248 |
|
249 <dl rel="yui:parameters"> |
|
250 <dt>Parameters:</dt> |
|
251 <dd rel="yui:parameter"> |
|
252 <code><span property="yui:name">config</span> |
|
253 <<span property="yui:type">Object</span>> |
|
254 </code> |
|
255 <span property="yui:description"> Config object.</span> |
|
256 </dd> |
|
257 </dl> |
|
258 |
|
259 |
|
260 |
|
261 |
|
262 |
|
263 </div> |
|
264 |
|
265 </div> |
|
266 <hr /> |
|
267 </div> |
|
268 </div> |
|
269 </div> |
|
270 |
|
271 <div rel="yui:inheritance"> |
|
272 <div class="section field inheritance" rel="yui:superclass" resource="EventTarget.html"> |
|
273 <h4>Methods inherited from <a href="EventTarget.html" property="yui:name" title="EventTarget">EventTarget</a>:</h4> |
|
274 <div class="content" rel="yui:methods"> |
|
275 <code> |
|
276 <span rel="yui:method" resource="EventTarget.html#method__getType"> |
|
277 <a class="private" href="EventTarget.html#method__getType" property="yui:name" title="_getType">_getType</a><span class="private">,</span> |
|
278 </span> |
|
279 <span rel="yui:method" resource="EventTarget.html#method__parseType"> |
|
280 <a class="private" href="EventTarget.html#method__parseType" property="yui:name" title="_parseType">_parseType</a><span class="private">,</span> |
|
281 </span> |
|
282 <span rel="yui:method" resource="EventTarget.html#method_addTarget"> |
|
283 <a class="" href="EventTarget.html#method_addTarget" property="yui:name" title="addTarget">addTarget</a><span class="">,</span> |
|
284 </span> |
|
285 <span rel="yui:method" resource="EventTarget.html#method_after"> |
|
286 <a class="" href="EventTarget.html#method_after" property="yui:name" title="after">after</a><span class="">,</span> |
|
287 </span> |
|
288 <span rel="yui:method" resource="EventTarget.html#method_before"> |
|
289 <a class=" deprecated" href="EventTarget.html#method_before" property="yui:name" title="before">before</a><span class=" deprecated">,</span> |
|
290 </span> |
|
291 <span rel="yui:method" resource="EventTarget.html#method_bubble"> |
|
292 <a class="" href="EventTarget.html#method_bubble" property="yui:name" title="bubble">bubble</a><span class="">,</span> |
|
293 </span> |
|
294 <span rel="yui:method" resource="EventTarget.html#method_detach"> |
|
295 <a class="" href="EventTarget.html#method_detach" property="yui:name" title="detach">detach</a><span class="">,</span> |
|
296 </span> |
|
297 <span rel="yui:method" resource="EventTarget.html#method_detachAll"> |
|
298 <a class="" href="EventTarget.html#method_detachAll" property="yui:name" title="detachAll">detachAll</a><span class="">,</span> |
|
299 </span> |
|
300 <span rel="yui:method" resource="EventTarget.html#method_fire"> |
|
301 <a class="" href="EventTarget.html#method_fire" property="yui:name" title="fire">fire</a><span class="">,</span> |
|
302 </span> |
|
303 <span rel="yui:method" resource="EventTarget.html#method_getEvent"> |
|
304 <a class="" href="EventTarget.html#method_getEvent" property="yui:name" title="getEvent">getEvent</a><span class="">,</span> |
|
305 </span> |
|
306 <span rel="yui:method" resource="EventTarget.html#method_on"> |
|
307 <a class="" href="EventTarget.html#method_on" property="yui:name" title="on">on</a><span class="">,</span> |
|
308 </span> |
|
309 <span rel="yui:method" resource="EventTarget.html#method_publish"> |
|
310 <a class="" href="EventTarget.html#method_publish" property="yui:name" title="publish">publish</a><span class="">,</span> |
|
311 </span> |
|
312 <span rel="yui:method" resource="EventTarget.html#method_removeTarget"> |
|
313 <a class="" href="EventTarget.html#method_removeTarget" property="yui:name" title="removeTarget">removeTarget</a><span class="">,</span> |
|
314 </span> |
|
315 <span rel="yui:method" resource="EventTarget.html#method_subscribe"> |
|
316 <a class=" deprecated" href="EventTarget.html#method_subscribe" property="yui:name" title="subscribe">subscribe</a><span class=" deprecated">,</span> |
|
317 </span> |
|
318 <span rel="yui:method" resource="EventTarget.html#method_unsubscribe"> |
|
319 <a class=" deprecated" href="EventTarget.html#method_unsubscribe" property="yui:name" title="unsubscribe">unsubscribe</a><span class=" deprecated">,</span> |
|
320 </span> |
|
321 <span rel="yui:method" resource="EventTarget.html#method_unsubscribeAll"> |
|
322 <a class=" deprecated" href="EventTarget.html#method_unsubscribeAll" property="yui:name" title="unsubscribeAll">unsubscribeAll</a> |
|
323 </span> |
|
324 </code> |
|
325 </div> |
|
326 </div> |
|
327 <div class="section field inheritance" rel="yui:superclass" resource="Attribute.html"> |
|
328 <h4>Methods inherited from <a href="Attribute.html" property="yui:name" title="Attribute">Attribute</a>:</h4> |
|
329 <div class="content" rel="yui:methods"> |
|
330 <code> |
|
331 <span rel="yui:method" resource="Attribute.html#method__addAttrs"> |
|
332 <a class="private" href="Attribute.html#method__addAttrs" property="yui:name" title="_addAttrs">_addAttrs</a><span class="private">,</span> |
|
333 </span> |
|
334 <span rel="yui:method" resource="Attribute.html#method__addLazyAttr"> |
|
335 <a class="private" href="Attribute.html#method__addLazyAttr" property="yui:name" title="_addLazyAttr">_addLazyAttr</a><span class="private">,</span> |
|
336 </span> |
|
337 <span rel="yui:method" resource="Attribute.html#method__defAttrChangeFn"> |
|
338 <a class="private" href="Attribute.html#method__defAttrChangeFn" property="yui:name" title="_defAttrChangeFn">_defAttrChangeFn</a><span class="private">,</span> |
|
339 </span> |
|
340 <span rel="yui:method" resource="Attribute.html#method__fireAttrChange"> |
|
341 <a class="private" href="Attribute.html#method__fireAttrChange" property="yui:name" title="_fireAttrChange">_fireAttrChange</a><span class="private">,</span> |
|
342 </span> |
|
343 <span rel="yui:method" resource="Attribute.html#method__getAttr"> |
|
344 <a class="protected" href="Attribute.html#method__getAttr" property="yui:name" title="_getAttr">_getAttr</a><span class="protected">,</span> |
|
345 </span> |
|
346 <span rel="yui:method" resource="Attribute.html#method__getAttrInitVal"> |
|
347 <a class="private" href="Attribute.html#method__getAttrInitVal" property="yui:name" title="_getAttrInitVal">_getAttrInitVal</a><span class="private">,</span> |
|
348 </span> |
|
349 <span rel="yui:method" resource="Attribute.html#method__getAttrs"> |
|
350 <a class="protected" href="Attribute.html#method__getAttrs" property="yui:name" title="_getAttrs">_getAttrs</a><span class="protected">,</span> |
|
351 </span> |
|
352 <span rel="yui:method" resource="Attribute.html#method__getStateVal"> |
|
353 <a class="private" href="Attribute.html#method__getStateVal" property="yui:name" title="_getStateVal">_getStateVal</a><span class="private">,</span> |
|
354 </span> |
|
355 <span rel="yui:method" resource="Attribute.html#method__isLazyAttr"> |
|
356 <a class="private" href="Attribute.html#method__isLazyAttr" property="yui:name" title="_isLazyAttr">_isLazyAttr</a><span class="private">,</span> |
|
357 </span> |
|
358 <span rel="yui:method" resource="Attribute.html#method__normAttrVals"> |
|
359 <a class="private" href="Attribute.html#method__normAttrVals" property="yui:name" title="_normAttrVals">_normAttrVals</a><span class="private">,</span> |
|
360 </span> |
|
361 <span rel="yui:method" resource="Attribute.html#method__protectAttrs"> |
|
362 <a class="protected" href="Attribute.html#method__protectAttrs" property="yui:name" title="_protectAttrs">_protectAttrs</a><span class="protected">,</span> |
|
363 </span> |
|
364 <span rel="yui:method" resource="Attribute.html#method__set"> |
|
365 <a class="protected" href="Attribute.html#method__set" property="yui:name" title="_set">_set</a><span class="protected">,</span> |
|
366 </span> |
|
367 <span rel="yui:method" resource="Attribute.html#method__setAttr"> |
|
368 <a class="protected" href="Attribute.html#method__setAttr" property="yui:name" title="_setAttr">_setAttr</a><span class="protected">,</span> |
|
369 </span> |
|
370 <span rel="yui:method" resource="Attribute.html#method__setAttrs"> |
|
371 <a class="protected" href="Attribute.html#method__setAttrs" property="yui:name" title="_setAttrs">_setAttrs</a><span class="protected">,</span> |
|
372 </span> |
|
373 <span rel="yui:method" resource="Attribute.html#method__setAttrVal"> |
|
374 <a class="private" href="Attribute.html#method__setAttrVal" property="yui:name" title="_setAttrVal">_setAttrVal</a><span class="private">,</span> |
|
375 </span> |
|
376 <span rel="yui:method" resource="Attribute.html#method__setStateVal"> |
|
377 <a class="private" href="Attribute.html#method__setStateVal" property="yui:name" title="_setStateVal">_setStateVal</a><span class="private">,</span> |
|
378 </span> |
|
379 <span rel="yui:method" resource="Attribute.html#method_addAttr"> |
|
380 <a class="" href="Attribute.html#method_addAttr" property="yui:name" title="addAttr">addAttr</a><span class="">,</span> |
|
381 </span> |
|
382 <span rel="yui:method" resource="Attribute.html#method_addAttrs"> |
|
383 <a class="" href="Attribute.html#method_addAttrs" property="yui:name" title="addAttrs">addAttrs</a><span class="">,</span> |
|
384 </span> |
|
385 <span rel="yui:method" resource="Attribute.html#method_attrAdded"> |
|
386 <a class="" href="Attribute.html#method_attrAdded" property="yui:name" title="attrAdded">attrAdded</a><span class="">,</span> |
|
387 </span> |
|
388 <span rel="yui:method" resource="Attribute.html#method_get"> |
|
389 <a class="" href="Attribute.html#method_get" property="yui:name" title="get">get</a><span class="">,</span> |
|
390 </span> |
|
391 <span rel="yui:method" resource="Attribute.html#method_getAttrs"> |
|
392 <a class="" href="Attribute.html#method_getAttrs" property="yui:name" title="getAttrs">getAttrs</a><span class="">,</span> |
|
393 </span> |
|
394 <span rel="yui:method" resource="Attribute.html#method_modifyAttr"> |
|
395 <a class="" href="Attribute.html#method_modifyAttr" property="yui:name" title="modifyAttr">modifyAttr</a><span class="">,</span> |
|
396 </span> |
|
397 <span rel="yui:method" resource="Attribute.html#method_removeAttr"> |
|
398 <a class="" href="Attribute.html#method_removeAttr" property="yui:name" title="removeAttr">removeAttr</a><span class="">,</span> |
|
399 </span> |
|
400 <span rel="yui:method" resource="Attribute.html#method_reset"> |
|
401 <a class="" href="Attribute.html#method_reset" property="yui:name" title="reset">reset</a><span class="">,</span> |
|
402 </span> |
|
403 <span rel="yui:method" resource="Attribute.html#method_set"> |
|
404 <a class="" href="Attribute.html#method_set" property="yui:name" title="set">set</a><span class="">,</span> |
|
405 </span> |
|
406 <span rel="yui:method" resource="Attribute.html#method_setAttrs"> |
|
407 <a class="" href="Attribute.html#method_setAttrs" property="yui:name" title="setAttrs">setAttrs</a> |
|
408 </span> |
|
409 </code> |
|
410 </div> |
|
411 </div> |
|
412 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
413 <h4>Methods inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
414 <div class="content" rel="yui:methods"> |
|
415 <code> |
|
416 <span rel="yui:method" resource="Base.html#method__aggregateAttrs"> |
|
417 <a class="private" href="Base.html#method__aggregateAttrs" property="yui:name" title="_aggregateAttrs">_aggregateAttrs</a><span class="private">,</span> |
|
418 </span> |
|
419 <span rel="yui:method" resource="Base.html#method__defDestroyFn"> |
|
420 <a class="protected" href="Base.html#method__defDestroyFn" property="yui:name" title="_defDestroyFn">_defDestroyFn</a><span class="protected">,</span> |
|
421 </span> |
|
422 <span rel="yui:method" resource="Base.html#method__defInitFn"> |
|
423 <a class="protected" href="Base.html#method__defInitFn" property="yui:name" title="_defInitFn">_defInitFn</a><span class="protected">,</span> |
|
424 </span> |
|
425 <span rel="yui:method" resource="Base.html#method__destroyHierarchy"> |
|
426 <a class="private" href="Base.html#method__destroyHierarchy" property="yui:name" title="_destroyHierarchy">_destroyHierarchy</a><span class="private">,</span> |
|
427 </span> |
|
428 <span rel="yui:method" resource="Base.html#method__filterAttrCfs"> |
|
429 <a class="private" href="Base.html#method__filterAttrCfs" property="yui:name" title="_filterAttrCfs">_filterAttrCfs</a><span class="private">,</span> |
|
430 </span> |
|
431 <span rel="yui:method" resource="Base.html#method__getAttrCfgs"> |
|
432 <a class="protected" href="Base.html#method__getAttrCfgs" property="yui:name" title="_getAttrCfgs">_getAttrCfgs</a><span class="protected">,</span> |
|
433 </span> |
|
434 <span rel="yui:method" resource="Base.html#method__getClasses"> |
|
435 <a class="protected" href="Base.html#method__getClasses" property="yui:name" title="_getClasses">_getClasses</a><span class="protected">,</span> |
|
436 </span> |
|
437 <span rel="yui:method" resource="Base.html#method__initHierarchy"> |
|
438 <a class="private" href="Base.html#method__initHierarchy" property="yui:name" title="_initHierarchy">_initHierarchy</a><span class="private">,</span> |
|
439 </span> |
|
440 <span rel="yui:method" resource="Base.html#method__initHierarchyData"> |
|
441 <a class="private" href="Base.html#method__initHierarchyData" property="yui:name" title="_initHierarchyData">_initHierarchyData</a><span class="private">,</span> |
|
442 </span> |
|
443 <span rel="yui:method" resource="Base.html#method_destroy"> |
|
444 <a class="" href="Base.html#method_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span> |
|
445 </span> |
|
446 <span rel="yui:method" resource="Base.html#method_init"> |
|
447 <a class="" href="Base.html#method_init" property="yui:name" title="init">init</a><span class="">,</span> |
|
448 </span> |
|
449 <span rel="yui:method" resource="Base.html#method_toString"> |
|
450 <a class="" href="Base.html#method_toString" property="yui:name" title="toString">toString</a> |
|
451 </span> |
|
452 </code> |
|
453 </div> |
|
454 </div> |
|
455 <div class="section field inheritance" rel="yui:superclass" resource="DataSource.Local.html"> |
|
456 <h4>Methods inherited from <a href="DataSource.Local.html" property="yui:name" title="DataSource.Local">DataSource.Local</a>:</h4> |
|
457 <div class="content" rel="yui:methods"> |
|
458 <code> |
|
459 <span rel="yui:method" resource="DataSource.Local.html#method__defDataFn"> |
|
460 <a class="protected" href="DataSource.Local.html#method__defDataFn" property="yui:name" title="_defDataFn">_defDataFn</a><span class="protected">,</span> |
|
461 </span> |
|
462 <span rel="yui:method" resource="DataSource.Local.html#method__defRequestFn"> |
|
463 <a class="protected" href="DataSource.Local.html#method__defRequestFn" property="yui:name" title="_defRequestFn">_defRequestFn</a><span class="protected">,</span> |
|
464 </span> |
|
465 <span rel="yui:method" resource="DataSource.Local.html#method__defResponseFn"> |
|
466 <a class="protected" href="DataSource.Local.html#method__defResponseFn" property="yui:name" title="_defResponseFn">_defResponseFn</a><span class="protected">,</span> |
|
467 </span> |
|
468 <span rel="yui:method" resource="DataSource.Local.html#method__initEvents"> |
|
469 <a class="private" href="DataSource.Local.html#method__initEvents" property="yui:name" title="_initEvents">_initEvents</a><span class="private">,</span> |
|
470 </span> |
|
471 <span rel="yui:method" resource="DataSource.Local.html#method_initializer"> |
|
472 <a class="private" href="DataSource.Local.html#method_initializer" property="yui:name" title="initializer">initializer</a><span class="private">,</span> |
|
473 </span> |
|
474 <span rel="yui:method" resource="DataSource.Local.html#method_sendRequest"> |
|
475 <a class="" href="DataSource.Local.html#method_sendRequest" property="yui:name" title="sendRequest">sendRequest</a> |
|
476 </span> |
|
477 </code> |
|
478 </div> |
|
479 </div> |
|
480 </div> |
|
481 </div> |
|
482 |
|
483 <div rel="yui:events" resource="#events"> |
|
484 <div class="section method details"> |
|
485 <h3 id="events">Events</h3> |
|
486 <div class="content"> |
|
487 <div class="" rel="yui:event" resource="#event_ioChange"> |
|
488 <h4> |
|
489 <a name="event_ioChange">ioChange</a></h4> |
|
490 <div class="detail"> |
|
491 <code> |
|
492 |
|
493 |
|
494 |
|
495 <strong property="yui:name">ioChange</strong> |
|
496 |
|
497 ( |
|
498 |
|
499 |
|
500 event |
|
501 |
|
502 |
|
503 ) |
|
504 |
|
505 </code> |
|
506 |
|
507 <div class="description" property="yui:description"> |
|
508 Fires when the value for the configuration attribute 'io' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
509 </div> |
|
510 |
|
511 <div class="description"> |
|
512 |
|
513 |
|
514 <dl rel="yui:parameters"> |
|
515 <dt>Parameters:</dt> |
|
516 <dd rel="yui:parameter"> |
|
517 <code><span property="yui:name">event</span> |
|
518 <<span property="yui:type">Event.Facade</span>> |
|
519 </code> |
|
520 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
521 </dd> |
|
522 |
|
523 </dl> |
|
524 |
|
525 |
|
526 </div> |
|
527 |
|
528 </div> |
|
529 <hr /> |
|
530 </div> |
|
531 </div> |
|
532 </div> |
|
533 |
|
534 |
|
535 <div rel="yui:inheritance"> |
|
536 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
537 <h4>Events inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
538 <div class="content" rel="yui:events"> |
|
539 <code> |
|
540 <span rel="yui:event" resource="Base.html#event_destroy"> |
|
541 <a class="" href="Base.html#event_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span> |
|
542 </span> |
|
543 <span rel="yui:event" resource="Base.html#event_destroyedChange"> |
|
544 <a class="" href="Base.html#event_destroyedChange" property="yui:name" title="destroyedChange">destroyedChange</a><span class="">,</span> |
|
545 </span> |
|
546 <span rel="yui:event" resource="Base.html#event_init"> |
|
547 <a class="" href="Base.html#event_init" property="yui:name" title="init">init</a><span class="">,</span> |
|
548 </span> |
|
549 <span rel="yui:event" resource="Base.html#event_initializedChange"> |
|
550 <a class="" href="Base.html#event_initializedChange" property="yui:name" title="initializedChange">initializedChange</a><span class="">,</span> |
|
551 </span> |
|
552 |
|
553 </code> |
|
554 </div> |
|
555 </div> |
|
556 <div class="section field inheritance" rel="yui:superclass" resource="DataSource.Local.html"> |
|
557 <h4>Events inherited from <a href="DataSource.Local.html" property="yui:name" title="DataSource.Local">DataSource.Local</a>:</h4> |
|
558 <div class="content" rel="yui:events"> |
|
559 <code> |
|
560 <span rel="yui:event" resource="DataSource.Local.html#event_data"> |
|
561 <a class="" href="DataSource.Local.html#event_data" property="yui:name" title="data">data</a><span class="">,</span> |
|
562 </span> |
|
563 <span rel="yui:event" resource="DataSource.Local.html#event_error"> |
|
564 <a class="" href="DataSource.Local.html#event_error" property="yui:name" title="error">error</a><span class="">,</span> |
|
565 </span> |
|
566 <span rel="yui:event" resource="DataSource.Local.html#event_request"> |
|
567 <a class="" href="DataSource.Local.html#event_request" property="yui:name" title="request">request</a> |
|
568 </span> |
|
569 <span rel="yui:event" resource="DataSource.Local.html#event_response"> |
|
570 <a class="" href="DataSource.Local.html#event_response" property="yui:name" title="response">response</a> |
|
571 </span> |
|
572 <span rel="yui:event" resource="DataSource.Local.html#event_sourceChange"> |
|
573 <a class="" href="DataSource.Local.html#event_sourceChange" property="yui:name" title="sourceChange">sourceChange</a> |
|
574 </span> |
|
575 |
|
576 </code> |
|
577 </div> |
|
578 </div> |
|
579 </div> |
|
580 </div> |
|
581 |
|
582 <div rel="yui:attributes" resource="#configattributes"> |
|
583 <div class="section field details"> |
|
584 <h3 id="configattributes">Configuration Attributes</h3> |
|
585 <div class="content"> |
|
586 <div class="" rel="yui:attribute" resource="#config_io"> |
|
587 <h4><a name="config_io">io</a> |
|
588 <code>- <span property="yui:type">Y.io</span></code> |
|
589 </h4> |
|
590 <div class="detail"> |
|
591 <div class="description" property="yui:description"> |
|
592 Pointer to IO Utility. |
|
593 </div> |
|
594 </div> |
|
595 |
|
596 |
|
597 <div class="default"> |
|
598 Default Value: Y.io |
|
599 </div> |
|
600 |
|
601 <hr /> |
|
602 </div> |
|
603 |
|
604 </div> |
|
605 </div> |
|
606 |
|
607 <div rel="yui:inheritance"> |
|
608 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
609 <h4>Configuration attributes inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
610 <div class="content" rel="yui:attributes"> |
|
611 <code> |
|
612 <span rel="yui:attribute" resource="Base.html#config_destroyed"> |
|
613 <a class="" href="Base.html#config_destroyed" property="yui:name" title="destroyed">destroyed</a><span class="">,</span> |
|
614 </span> |
|
615 <span rel="yui:attribute" resource="Base.html#config_initialized"> |
|
616 <a class="" href="Base.html#config_initialized" property="yui:name" title="initialized">initialized</a><span class="">,</span> |
|
617 </span> |
|
618 |
|
619 </code> |
|
620 </div> |
|
621 </div> |
|
622 <div class="section field inheritance" rel="yui:superclass" resource="DataSource.Local.html"> |
|
623 <h4>Configuration attributes inherited from <a href="DataSource.Local.html" property="yui:name" title="DataSource.Local">DataSource.Local</a>:</h4> |
|
624 <div class="content" rel="yui:attributes"> |
|
625 <code> |
|
626 <span rel="yui:attribute" resource="DataSource.Local.html#config_source"> |
|
627 <a class="" href="DataSource.Local.html#config_source" property="yui:name" title="source">source</a><span class="">,</span> |
|
628 </span> |
|
629 |
|
630 </code> |
|
631 </div> |
|
632 </div> |
|
633 </div> |
|
634 </div> |
|
635 |
|
636 </div> |
|
637 </div> |
|
638 <div class="yui-b"> |
|
639 <div class="nav"> |
|
640 |
|
641 <div id="moduleList" class="module"> |
|
642 <h4>Modules</h4> |
|
643 <ul class="content"> |
|
644 <li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
645 <li class=""><a href="module_async-queue.html" title="async-queue">async-queue</a></li> |
|
646 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
647 <li class=""><a href="module_base.html" title="base">base</a></li> |
|
648 <li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
649 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
650 <li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
651 <li class=""><a href="module_console.html" title="console">console</a></li> |
|
652 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
653 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
654 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
655 <li class="selected"><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
656 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
657 <li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
658 <li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
659 <li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
660 <li class=""><a href="module_event.html" title="event">event</a></li> |
|
661 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
662 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
663 <li class=""><a href="module_history.html" title="history">history</a></li> |
|
664 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
665 <li class=""><a href="module_io.html" title="io">io</a></li> |
|
666 <li class=""><a href="module_json.html" title="json">json</a></li> |
|
667 <li class=""><a href="module_node.html" title="node">node</a></li> |
|
668 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
669 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
670 <li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
671 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
672 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
673 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
674 <li class=""><a href="module_queue-promote.html" title="queue-promote">queue-promote</a></li> |
|
675 <li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
676 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
677 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
678 <li class=""><a href="module_test.html" title="test">test</a></li> |
|
679 <li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
680 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
681 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
682 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
683 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
684 <li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
685 </ul> |
|
686 </div> |
|
687 |
|
688 <div id="classList" class="module"> |
|
689 <h4>Classes</h4> |
|
690 <ul class="content"> |
|
691 <li class=""><a href="DataSource.Function.html" title="DataSource.Function">DataSource.Function</a></li> |
|
692 <li class=""><a href="DataSource.Get.html" title="DataSource.Get">DataSource.Get</a></li> |
|
693 <li class="selected"><a href="DataSource.IO.html" title="DataSource.IO">DataSource.IO</a></li> |
|
694 <li class=""><a href="DataSource.Local.html" title="DataSource.Local">DataSource.Local</a></li> |
|
695 <li class=""><a href="DataSourceArraySchema.html" title="DataSourceArraySchema">DataSourceArraySchema</a></li> |
|
696 <li class=""><a href="DataSourceCache.html" title="DataSourceCache">DataSourceCache</a></li> |
|
697 <li class=""><a href="DataSourceJSONSchema.html" title="DataSourceJSONSchema">DataSourceJSONSchema</a></li> |
|
698 <li class=""><a href="DataSourceTextSchema.html" title="DataSourceTextSchema">DataSourceTextSchema</a></li> |
|
699 <li class=""><a href="DataSourceXMLSchema.html" title="DataSourceXMLSchema">DataSourceXMLSchema</a></li> |
|
700 <li class=""><a href="Pollable.html" title="Pollable">Pollable</a></li> |
|
701 </ul> |
|
702 </div> |
|
703 |
|
704 <div id="fileList" class="module"> |
|
705 <h4>Files</h4> |
|
706 <ul class="content"> |
|
707 <li class=""><a href="datasource-arrayschema.js.html" title="datasource-arrayschema.js">datasource-arrayschema.js</a></li> |
|
708 <li class=""><a href="datasource-cache.js.html" title="datasource-cache.js">datasource-cache.js</a></li> |
|
709 <li class=""><a href="datasource-function.js.html" title="datasource-function.js">datasource-function.js</a></li> |
|
710 <li class=""><a href="datasource-get.js.html" title="datasource-get.js">datasource-get.js</a></li> |
|
711 <li class=""><a href="datasource-io.js.html" title="datasource-io.js">datasource-io.js</a></li> |
|
712 <li class=""><a href="datasource-jsonschema.js.html" title="datasource-jsonschema.js">datasource-jsonschema.js</a></li> |
|
713 <li class=""><a href="datasource-local.js.html" title="datasource-local.js">datasource-local.js</a></li> |
|
714 <li class=""><a href="datasource-polling.js.html" title="datasource-polling.js">datasource-polling.js</a></li> |
|
715 <li class=""><a href="datasource-textschema.js.html" title="datasource-textschema.js">datasource-textschema.js</a></li> |
|
716 <li class=""><a href="datasource-xmlschema.js.html" title="datasource-xmlschema.js">datasource-xmlschema.js</a></li> |
|
717 </ul> |
|
718 </div> |
|
719 |
|
720 <div id="propertyList" class="module"> |
|
721 <h4>Properties</h4> |
|
722 <ul class="content"> |
|
723 <li class="private"><a href="#property__queue" title="_queue">_queue</a></li> |
|
724 <li class=""><a href="#property_NAME" title="NAME">NAME</a></li> |
|
725 </ul> |
|
726 </div> |
|
727 |
|
728 <div id="methodsList" class="module"> |
|
729 <h4>Methods</h4> |
|
730 <ul class="content"> |
|
731 <li class="protected"><a href="#method__defRequestFn" title="_defRequestFn">_defRequestFn</a></li> |
|
732 <li class="private"><a href="#method_initializer" title="initializer">initializer</a></li> |
|
733 </ul> |
|
734 </div> |
|
735 |
|
736 <div id="eventsList" class="module"> |
|
737 <h4>Events</h4> |
|
738 <ul class="content"> |
|
739 <li class=""><a href="#event_ioChange" title="ioChange">ioChange</a></li> |
|
740 </ul> |
|
741 </div> |
|
742 |
|
743 <div id="configList" class="module"> |
|
744 <h4>Configuration Attributes</h4> |
|
745 <ul class="content"> |
|
746 <li class=""><a href="#config_io" title="io">io</a></li> |
|
747 </ul> |
|
748 </div> |
|
749 |
|
750 </div> |
|
751 </div> |
|
752 </div> |
|
753 <div id="ft"> |
|
754 <hr /> |
|
755 Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
756 </div> |
|
757 </div> |
|
758 <script type="text/javascript"> |
|
759 ALL_YUI_PROPS = [{"access": "", "host": "DataSource.Get", "name": "asyncMode", "url": "DataSource.Get.html#config_asyncMode", "type": "config"}, {"access": "", "host": "DataSource.Get", "name": "asyncModeChange", "url": "DataSource.Get.html#event_asyncModeChange", "type": "event"}, {"access": "protected", "host": "DataSourceArraySchema", "name": "_beforeDefDataFn\n<dl>\n<dt>tId (Number)</dt> <dd>Unique transaction ID.</dd>\n<dt>request (Object)</dt> <dd>The request.</dd>\n<dt>callback (Object)</dt> <dd>The callback object with the following properties:\n<dl>\n<dt>success (Function)</dt> <dd>Success handler.</dd>\n<dt>failure (Function)</dt> <dd>Failure handler.</dd>\n</dl>\n</dd>\n<dt>data (Object)</dt> <dd>Raw data.</dd>\n</dl>", "url": "DataSourceArraySchema.html#method__beforeDefDataFn\n<dl>\n<dt>tId (Number)</dt> <dd>Unique transaction ID.</dd>\n<dt>request (Object)</dt> <dd>The request.</dd>\n<dt>callback (Object)</dt> <dd>The callback object with the following properties:\n<dl>\n<dt>success (Function)</dt> <dd>Success handler.</dd>\n<dt>failure (Function)</dt> <dd>Failure handler.</dd>\n</dl>\n</dd>\n<dt>data (Object)</dt> <dd>Raw data.</dd>\n</dl>", "type": "method"}, {"access": "protected", "host": "DataSourceXMLSchema", "name": "_beforeDefDataFn\n<dl>\n<dt>tId (Number)</dt> <dd>Unique transaction ID.</dd>\n<dt>request (Object)</dt> <dd>The request.</dd>\n<dt>callback (Object)</dt> <dd>The callback object with the following properties:\n<dl>\n<dt>success (Function)</dt> <dd>Success handler.</dd>\n<dt>failure (Function)</dt> <dd>Failure handler.</dd>\n</dl>\n</dd>\n<dt>data (Object)</dt> <dd>Raw data.</dd>\n</dl>", "url": "DataSourceXMLSchema.html#method__beforeDefDataFn\n<dl>\n<dt>tId (Number)</dt> <dd>Unique transaction ID.</dd>\n<dt>request (Object)</dt> <dd>The request.</dd>\n<dt>callback (Object)</dt> <dd>The callback object with the following properties:\n<dl>\n<dt>success (Function)</dt> <dd>Success handler.</dd>\n<dt>failure (Function)</dt> <dd>Failure handler.</dd>\n</dl>\n</dd>\n<dt>data (Object)</dt> <dd>Raw data.</dd>\n</dl>", "type": "method"}, {"access": "protected", "host": "DataSourceJSONSchema", "name": "_beforeDefDataFn\n<dl>\n<dt>tId (Number)</dt> <dd>Unique transaction ID.</dd>\n<dt>request (Object)</dt> <dd>The request.</dd>\n<dt>callback (Object)</dt> <dd>The callback object with the following properties:\n<dl>\n<dt>success (Function)</dt> <dd>Success handler.</dd>\n<dt>failure (Function)</dt> <dd>Failure handler.</dd>\n</dl>\n</dd>\n<dt>data (Object)</dt> <dd>Raw data.</dd>\n</dl>", "url": "DataSourceJSONSchema.html#method__beforeDefDataFn\n<dl>\n<dt>tId (Number)</dt> <dd>Unique transaction ID.</dd>\n<dt>request (Object)</dt> <dd>The request.</dd>\n<dt>callback (Object)</dt> <dd>The callback object with the following properties:\n<dl>\n<dt>success (Function)</dt> <dd>Success handler.</dd>\n<dt>failure (Function)</dt> <dd>Failure handler.</dd>\n</dl>\n</dd>\n<dt>data (Object)</dt> <dd>Raw data.</dd>\n</dl>", "type": "method"}, {"access": "", "host": "DataSource.Get", "name": "callbacks", "url": "DataSource.Get.html#property_callbacks", "type": "property"}, {"access": "", "host": "Pollable", "name": "clearAllIntervals", "url": "Pollable.html#method_clearAllIntervals", "type": "method"}, {"access": "", "host": "Pollable", "name": "clearInterval", "url": "Pollable.html#method_clearInterval", "type": "method"}, {"access": "protected", "host": "DataSource.Get", "name": "_defRequestFn", "url": "DataSource.Get.html#method__defRequestFn", "type": "method"}, {"access": "protected", "host": "DataSource.Function", "name": "_defRequestFn", "url": "DataSource.Function.html#method__defRequestFn", "type": "method"}, {"access": "protected", "host": "DataSource.IO", "name": "_defRequestFn", "url": "DataSource.IO.html#method__defRequestFn", "type": "method"}, {"access": "", "host": "DataSource.Get", "name": "generateRequestCallback", "url": "DataSource.Get.html#config_generateRequestCallback", "type": "config"}, {"access": "", "host": "DataSource.Get", "name": "generateRequestCallbackChange", "url": "DataSource.Get.html#event_generateRequestCallbackChange", "type": "event"}, {"access": "", "host": "DataSource.Get", "name": "get", "url": "DataSource.Get.html#config_get", "type": "config"}, {"access": "", "host": "DataSource.Get", "name": "getChange", "url": "DataSource.Get.html#event_getChange", "type": "event"}, {"access": "private", "host": "DataSourceArraySchema", "name": "initializer", "url": "DataSourceArraySchema.html#method_initializer", "type": "method"}, {"access": "private", "host": "DataSourceXMLSchema", "name": "initializer", "url": "DataSourceXMLSchema.html#method_initializer", "type": "method"}, {"access": "private", "host": "DataSourceJSONSchema", "name": "initializer", "url": "DataSourceJSONSchema.html#method_initializer", "type": "method"}, {"access": "private", "host": "DataSource.IO", "name": "initializer", "url": "DataSource.IO.html#method_initializer", "type": "method"}, {"access": "private", "host": "Pollable", "name": "_intervals", "url": "Pollable.html#property__intervals", "type": "property"}, {"access": "", "host": "DataSource.IO", "name": "io", "url": "DataSource.IO.html#config_io", "type": "config"}, {"access": "", "host": "DataSource.IO", "name": "ioChange", "url": "DataSource.IO.html#event_ioChange", "type": "event"}, {"access": "", "host": "DataSource.Get", "name": "NAME", "url": "DataSource.Get.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSource.Function", "name": "NAME", "url": "DataSource.Function.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSourceArraySchema", "name": "NAME", "url": "DataSourceArraySchema.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSourceXMLSchema", "name": "NAME", "url": "DataSourceXMLSchema.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSourceJSONSchema", "name": "NAME", "url": "DataSourceJSONSchema.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSource.IO", "name": "NAME", "url": "DataSource.IO.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSourceArraySchema", "name": "NS", "url": "DataSourceArraySchema.html#property_NS", "type": "property"}, {"access": "", "host": "DataSourceXMLSchema", "name": "NS", "url": "DataSourceXMLSchema.html#property_NS", "type": "property"}, {"access": "", "host": "DataSourceJSONSchema", "name": "NS", "url": "DataSourceJSONSchema.html#property_NS", "type": "property"}, {"access": "private", "host": "DataSource.IO", "name": "_queue", "url": "DataSource.IO.html#property__queue", "type": "property"}, {"access": "", "host": "DataSource.Get", "name": "scriptCallbackParam", "url": "DataSource.Get.html#config_scriptCallbackParam", "type": "config"}, {"access": "", "host": "DataSource.Get", "name": "scriptCallbackParamChange", "url": "DataSource.Get.html#event_scriptCallbackParamChange", "type": "event"}, {"access": "", "host": "Pollable", "name": "setInterval", "url": "Pollable.html#method_setInterval", "type": "method"}, {"access": "", "host": "DataSource.Function", "name": "source", "url": "DataSource.Function.html#config_source", "type": "config"}, {"access": "", "host": "DataSource.Function", "name": "sourceChange", "url": "DataSource.Function.html#event_sourceChange", "type": "event"}, {"access": "private", "host": "DataSource.Get", "name": "_tId", "url": "DataSource.Get.html#property__tId", "type": "property"}]; |
|
760 </script> |
|
761 </body> |
|
762 </html> |