|
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: console Console (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>console <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_console.html" title="console">console</a> |
|
22 > Console |
|
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">Console</b> |
|
52 <span class="extends"> |
|
53 - extends <a href="Widget.html" title="Widget">Widget</a> |
|
54 </span> |
|
55 |
|
56 </h2> |
|
57 <!-- class tree goes here --> |
|
58 |
|
59 |
|
60 |
|
61 |
|
62 <div class="summary description" property="yui:description"> |
|
63 Console creates a visualization for messages logged through calls to a YUI |
|
64 instance's <code>Y.log( message, category, source )</code> method. The |
|
65 debug versions of YUI modules will include logging statements to offer some |
|
66 insight into the steps executed during that module's operation. Including |
|
67 log statements in your code will cause those messages to also appear in the |
|
68 Console. Use Console to aid in developing your page or application. |
|
69 Entry categories "info", "warn", and "error" |
|
70 are also referred to as the log level, and entries are filtered against the |
|
71 configured logLevel. |
|
72 </div> |
|
73 |
|
74 <div class="section constructor details" rel="yui:constructor" resource="#constructor"> |
|
75 <h3 id="constructor">Constructor</h3> |
|
76 <div class="content"> |
|
77 <div class="detail"> |
|
78 <strong property="yui:name">Console</strong> |
|
79 <code> |
|
80 ( |
|
81 |
|
82 |
|
83 |
|
84 conf |
|
85 ) |
|
86 </code> |
|
87 <div class="description"> |
|
88 <dl rel="yui:parameters"> |
|
89 <dt>Parameters:</dt> |
|
90 <dd rel="yui:parameter"> |
|
91 <code><span property="yui:name">conf</span> |
|
92 <<span property="yui:type">Object</span>> |
|
93 </code> |
|
94 <span property="yui:description"> Configuration object (see Configuration attributes)</span> |
|
95 </dd> |
|
96 </dl> |
|
97 |
|
98 |
|
99 </div> |
|
100 </div> |
|
101 </div> |
|
102 </div> |
|
103 |
|
104 <div rel="yui:properties" resource="#properties"> |
|
105 <div class="section field details"> |
|
106 <h3 id="properties">Properties</h3> |
|
107 <div class="content"> |
|
108 <div class="protected" rel="yui:property" resource="#property__body"> |
|
109 <h4><a name="property__body" property="yui:name">_body</a> |
|
110 - <code>protected <span property="yui:type">Node</span></code> |
|
111 </h4> |
|
112 <div class="detail"> |
|
113 <div class="description" property="yui:description"> |
|
114 Reference to the Node instance that will house the console messages. |
|
115 </div> |
|
116 </div> |
|
117 |
|
118 |
|
119 <div class="default" property="yui:defaultValue"> |
|
120 Default Value: null |
|
121 </div> |
|
122 |
|
123 |
|
124 <hr /> |
|
125 </div> |
|
126 <div class="protected" rel="yui:property" resource="#property__evtCat"> |
|
127 <h4><a name="property__evtCat" property="yui:name">_evtCat</a> |
|
128 - <code>protected <span property="yui:type">string</span></code> |
|
129 </h4> |
|
130 <div class="detail"> |
|
131 <div class="description" property="yui:description"> |
|
132 Category to prefix all event subscriptions to allow for ease of detach |
|
133 during destroy. |
|
134 </div> |
|
135 </div> |
|
136 |
|
137 |
|
138 |
|
139 |
|
140 <hr /> |
|
141 </div> |
|
142 <div class="protected" rel="yui:property" resource="#property__foot"> |
|
143 <h4><a name="property__foot" property="yui:name">_foot</a> |
|
144 - <code>protected <span property="yui:type">Node</span></code> |
|
145 </h4> |
|
146 <div class="detail"> |
|
147 <div class="description" property="yui:description"> |
|
148 Reference to the Node instance containing the footer contents. |
|
149 </div> |
|
150 </div> |
|
151 |
|
152 |
|
153 <div class="default" property="yui:defaultValue"> |
|
154 Default Value: null |
|
155 </div> |
|
156 |
|
157 |
|
158 <hr /> |
|
159 </div> |
|
160 <div class="protected" rel="yui:property" resource="#property__head"> |
|
161 <h4><a name="property__head" property="yui:name">_head</a> |
|
162 - <code>protected <span property="yui:type">Node</span></code> |
|
163 </h4> |
|
164 <div class="detail"> |
|
165 <div class="description" property="yui:description"> |
|
166 Reference to the Node instance containing the header contents. |
|
167 </div> |
|
168 </div> |
|
169 |
|
170 |
|
171 <div class="default" property="yui:defaultValue"> |
|
172 Default Value: null |
|
173 </div> |
|
174 |
|
175 |
|
176 <hr /> |
|
177 </div> |
|
178 <div class="protected" rel="yui:property" resource="#property__printLoop"> |
|
179 <h4><a name="property__printLoop" property="yui:name">_printLoop</a> |
|
180 - <code>protected <span property="yui:type">Object</span></code> |
|
181 </h4> |
|
182 <div class="detail"> |
|
183 <div class="description" property="yui:description"> |
|
184 Holds the object API returned from <code>Y.later</code> for the print |
|
185 loop interval. |
|
186 </div> |
|
187 </div> |
|
188 |
|
189 |
|
190 <div class="default" property="yui:defaultValue"> |
|
191 Default Value: null |
|
192 </div> |
|
193 |
|
194 |
|
195 <hr /> |
|
196 </div> |
|
197 <div class="protected" rel="yui:property" resource="#property_buffer"> |
|
198 <h4><a name="property_buffer" property="yui:name">buffer</a> |
|
199 - <code>protected <span property="yui:type">Array</span></code> |
|
200 </h4> |
|
201 <div class="detail"> |
|
202 <div class="description" property="yui:description"> |
|
203 Array of normalized message objects awaiting printing. |
|
204 </div> |
|
205 </div> |
|
206 |
|
207 |
|
208 <div class="default" property="yui:defaultValue"> |
|
209 Default Value: null |
|
210 </div> |
|
211 |
|
212 |
|
213 <hr /> |
|
214 </div> |
|
215 <div class="" rel="yui:property" resource="#property_Console.ATTRS"> |
|
216 <h4><a name="property_Console.ATTRS" property="yui:name">Console.ATTRS</a> |
|
217 - <code>static <span property="yui:type">Object</span></code> |
|
218 </h4> |
|
219 <div class="detail"> |
|
220 <div class="description" property="yui:description"> |
|
221 Static property used to define the default attribute configuration of |
|
222 the Widget. |
|
223 </div> |
|
224 </div> |
|
225 |
|
226 |
|
227 |
|
228 |
|
229 <hr /> |
|
230 </div> |
|
231 <div class="" rel="yui:property" resource="#property_Console.BODY_TEMPLATE"> |
|
232 <h4><a name="property_Console.BODY_TEMPLATE" property="yui:name">Console.BODY_TEMPLATE</a> |
|
233 - <code>static <span property="yui:type">String</span></code> |
|
234 </h4> |
|
235 <div class="detail"> |
|
236 <div class="description" property="yui:description"> |
|
237 Markup template used to generate the DOM structure for the Console body |
|
238 (where the messages are inserted) when it is rendered. The template |
|
239 includes only the {placeholder} "console_bd_class", which is |
|
240 constributed by Console.CHROME_CLASSES. |
|
241 </div> |
|
242 </div> |
|
243 |
|
244 |
|
245 |
|
246 |
|
247 <hr /> |
|
248 </div> |
|
249 <div class="" rel="yui:property" resource="#property_Console.CHROME_CLASSES"> |
|
250 <h4><a name="property_Console.CHROME_CLASSES" property="yui:name">Console.CHROME_CLASSES</a> |
|
251 - <code>static <span property="yui:type">Object</span></code> |
|
252 </h4> |
|
253 <div class="detail"> |
|
254 <div class="description" property="yui:description"> |
|
255 Map (object) of classNames used to populate the placeholders in the |
|
256 Console.HEADER_TEMPLATE, Console.BODY_TEMPLATE, and |
|
257 Console.FOOTER_TEMPLATE markup when rendering the Console UI. |
|
258 <p>By default, the keys contained in the object are:</p> |
|
259 <ul> |
|
260 <li>console_hd_class</li> |
|
261 <li>console_bd_class</li> |
|
262 <li>console_ft_class</li> |
|
263 <li>console_controls_class</li> |
|
264 <li>console_checkbox_class</li> |
|
265 <li>console_pause_class</li> |
|
266 <li>console_pause_label_class</li> |
|
267 <li>console_button_class</li> |
|
268 <li>console_clear_class</li> |
|
269 <li>console_collapse_class</li> |
|
270 <li>console_title_class</li> |
|
271 </ul> |
|
272 </div> |
|
273 </div> |
|
274 |
|
275 |
|
276 |
|
277 |
|
278 <hr /> |
|
279 </div> |
|
280 <div class="" rel="yui:property" resource="#property_Console.ENTRY_CLASSES"> |
|
281 <h4><a name="property_Console.ENTRY_CLASSES" property="yui:name">Console.ENTRY_CLASSES</a> |
|
282 - <code>static <span property="yui:type">Object</span></code> |
|
283 </h4> |
|
284 <div class="detail"> |
|
285 <div class="description" property="yui:description"> |
|
286 Map (object) of classNames used to populate the placeholders in the |
|
287 Console.ENTRY_TEMPLATE markup when rendering a new Console entry. |
|
288 <p>By default, the keys contained in the object are:</p> |
|
289 <ul> |
|
290 <li>entry_class</li> |
|
291 <li>entry_meta_class</li> |
|
292 <li>entry_cat_class</li> |
|
293 <li>entry_src_class</li> |
|
294 <li>entry_time_class</li> |
|
295 <li>entry_content_class</li> |
|
296 </ul> |
|
297 </div> |
|
298 </div> |
|
299 |
|
300 |
|
301 |
|
302 |
|
303 <hr /> |
|
304 </div> |
|
305 <div class="" rel="yui:property" resource="#property_Console.ENTRY_TEMPLATE"> |
|
306 <h4><a name="property_Console.ENTRY_TEMPLATE" property="yui:name">Console.ENTRY_TEMPLATE</a> |
|
307 - <code>static <span property="yui:type">String</span></code> |
|
308 </h4> |
|
309 <div class="detail"> |
|
310 <div class="description" property="yui:description"> |
|
311 Default markup template used to create the DOM structure for Console |
|
312 entries. The markup contains {placeholder}s for content and classes |
|
313 that are replaced via Y.substitute. The default template contains |
|
314 the {placeholder}s identified in Console.ENTRY_CLASSES as well as the |
|
315 following placeholders that will be populated by the log entry data: |
|
316 <ul> |
|
317 <li>cat_class</li> |
|
318 <li>src_class</li> |
|
319 <li>totalTime</li> |
|
320 <li>elapsedTime</li> |
|
321 <li>localTime</li> |
|
322 <li>sourceAndDetail</li> |
|
323 <li>message</li> |
|
324 </ul> |
|
325 </div> |
|
326 </div> |
|
327 |
|
328 |
|
329 |
|
330 |
|
331 <hr /> |
|
332 </div> |
|
333 <div class="" rel="yui:property" resource="#property_Console.FOOTER_TEMPLATE"> |
|
334 <h4><a name="property_Console.FOOTER_TEMPLATE" property="yui:name">Console.FOOTER_TEMPLATE</a> |
|
335 - <code>static <span property="yui:type">String</span></code> |
|
336 </h4> |
|
337 <div class="detail"> |
|
338 <div class="description" property="yui:description"> |
|
339 Markup template used to generate the DOM structure for the footer |
|
340 section of the Console when it is rendered. The template includes |
|
341 many of the {placeholder}s from Console.CHROME_CLASSES as well as: |
|
342 <ul> |
|
343 <li>id_guid - generated unique id, relates the label and checkbox</li> |
|
344 <li>str_pause - pulled from attribute strings.pause</li> |
|
345 <li>str_clear - pulled from attribute strings.clear</li> |
|
346 </ul> |
|
347 </div> |
|
348 </div> |
|
349 |
|
350 |
|
351 |
|
352 |
|
353 <hr /> |
|
354 </div> |
|
355 <div class="" rel="yui:property" resource="#property_Console.HEADER_TEMPLATE"> |
|
356 <h4><a name="property_Console.HEADER_TEMPLATE" property="yui:name">Console.HEADER_TEMPLATE</a> |
|
357 - <code>static <span property="yui:type">String</span></code> |
|
358 </h4> |
|
359 <div class="detail"> |
|
360 <div class="description" property="yui:description"> |
|
361 Markup template used to generate the DOM structure for the header |
|
362 section of the Console when it is rendered. The template includes |
|
363 these {placeholder}s: |
|
364 <ul> |
|
365 <li>console_button_class - contributed by Console.CHROME_CLASSES</li> |
|
366 <li>console_collapse_class - contributed by Console.CHROME_CLASSES</li> |
|
367 <li>console_hd_class - contributed by Console.CHROME_CLASSES</li> |
|
368 <li>console_title_class - contributed by Console.CHROME_CLASSES</li> |
|
369 <li>str_collapse - pulled from attribute strings.collapse</li> |
|
370 <li>str_title - pulled from attribute strings.title</li> |
|
371 </ul> |
|
372 </div> |
|
373 </div> |
|
374 |
|
375 |
|
376 |
|
377 |
|
378 <hr /> |
|
379 </div> |
|
380 <div class="" rel="yui:property" resource="#property_Console.LOG_LEVEL_ERROR"> |
|
381 <h4><a name="property_Console.LOG_LEVEL_ERROR" property="yui:name">Console.LOG_LEVEL_ERROR</a> |
|
382 - <code>static <span property="yui:type">String</span></code> |
|
383 </h4> |
|
384 <div class="detail"> |
|
385 <div class="description" property="yui:description"> |
|
386 Static identifier for logLevel configuration setting to allow only |
|
387 incoming messages of logLevel "error" to generate |
|
388 Console entries. |
|
389 </div> |
|
390 </div> |
|
391 |
|
392 |
|
393 |
|
394 |
|
395 <hr /> |
|
396 </div> |
|
397 <div class="" rel="yui:property" resource="#property_Console.LOG_LEVEL_INFO"> |
|
398 <h4><a name="property_Console.LOG_LEVEL_INFO" property="yui:name">Console.LOG_LEVEL_INFO</a> |
|
399 - <code>static <span property="yui:type">String</span></code> |
|
400 </h4> |
|
401 <div class="detail"> |
|
402 <div class="description" property="yui:description"> |
|
403 Static identifier for logLevel configuration setting to allow all |
|
404 incoming messages to generate Console entries. |
|
405 </div> |
|
406 </div> |
|
407 |
|
408 |
|
409 |
|
410 |
|
411 <hr /> |
|
412 </div> |
|
413 <div class="" rel="yui:property" resource="#property_Console.LOG_LEVEL_WARN"> |
|
414 <h4><a name="property_Console.LOG_LEVEL_WARN" property="yui:name">Console.LOG_LEVEL_WARN</a> |
|
415 - <code>static <span property="yui:type">String</span></code> |
|
416 </h4> |
|
417 <div class="detail"> |
|
418 <div class="description" property="yui:description"> |
|
419 Static identifier for logLevel configuration setting to allow only |
|
420 incoming messages of logLevel "warn" or "error" |
|
421 to generate Console entries. |
|
422 </div> |
|
423 </div> |
|
424 |
|
425 |
|
426 |
|
427 |
|
428 <hr /> |
|
429 </div> |
|
430 <div class="" rel="yui:property" resource="#property_Console.NAME"> |
|
431 <h4><a name="property_Console.NAME" property="yui:name">Console.NAME</a> |
|
432 - <code>static <span property="yui:type">String</span></code> |
|
433 </h4> |
|
434 <div class="detail"> |
|
435 <div class="description" property="yui:description"> |
|
436 The identity of the widget. |
|
437 </div> |
|
438 </div> |
|
439 |
|
440 |
|
441 |
|
442 |
|
443 <hr /> |
|
444 </div> |
|
445 </div> |
|
446 </div> |
|
447 |
|
448 <div rel="yui:inheritance"> |
|
449 <div class="section field inheritance" rel="yui:superclass" resource="Attribute.html"> |
|
450 <h4>Properties inherited from <a href="Attribute.html" property="yui:name" title="Attribute">Attribute</a>:</h4> |
|
451 <div class="content" rel="yui:properties"> |
|
452 <code> |
|
453 |
|
454 </code> |
|
455 </div> |
|
456 </div> |
|
457 <div class="section field inheritance" rel="yui:superclass" resource="Widget.html"> |
|
458 <h4>Properties inherited from <a href="Widget.html" property="yui:name" title="Widget">Widget</a>:</h4> |
|
459 <div class="content" rel="yui:properties"> |
|
460 <code> |
|
461 |
|
462 <span rel="yui:property" resource="Widget.html#property__strings"> |
|
463 <a class="private" href="Widget.html#property__strings" property="yui:name" title="_strings">_strings</a><span class="private">,</span> |
|
464 </span> |
|
465 |
|
466 <span rel="yui:property" resource="Widget.html#property_BOUNDING_TEMPLATE"> |
|
467 <a class="" href="Widget.html#property_BOUNDING_TEMPLATE" property="yui:name" title="BOUNDING_TEMPLATE">BOUNDING_TEMPLATE</a><span class="">,</span> |
|
468 </span> |
|
469 |
|
470 <span rel="yui:property" resource="Widget.html#property_CONTENT_TEMPLATE"> |
|
471 <a class="" href="Widget.html#property_CONTENT_TEMPLATE" property="yui:name" title="CONTENT_TEMPLATE">CONTENT_TEMPLATE</a><span class="">,</span> |
|
472 </span> |
|
473 |
|
474 <span rel="yui:property" resource="Widget.html#property_DEF_UNIT"> |
|
475 <a class="" href="Widget.html#property_DEF_UNIT" property="yui:name" title="DEF_UNIT">DEF_UNIT</a><span class="">,</span> |
|
476 </span> |
|
477 |
|
478 <span rel="yui:property" resource="Widget.html#property_WRAP_STYLES"> |
|
479 <a class="" href="Widget.html#property_WRAP_STYLES" property="yui:name" title="WRAP_STYLES">WRAP_STYLES</a> |
|
480 </span> |
|
481 |
|
482 </code> |
|
483 </div> |
|
484 </div> |
|
485 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
486 <h4>Properties inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
487 <div class="content" rel="yui:properties"> |
|
488 <code> |
|
489 |
|
490 <span rel="yui:property" resource="Base.html#property_name"> |
|
491 <a class=" deprecated" href="Base.html#property_name" property="yui:name" title="name">name</a> |
|
492 </span> |
|
493 |
|
494 </code> |
|
495 </div> |
|
496 </div> |
|
497 </div> |
|
498 </div> |
|
499 |
|
500 <div rel="yui:methods" resource="#methods"> |
|
501 <div class="section method details"> |
|
502 <h3 id="methods">Methods</h3> |
|
503 <div class="content"> |
|
504 <div class="protected" rel="yui:method" resource="#method__afterCollapsedChange"> |
|
505 <h4> |
|
506 <a name="method__afterCollapsedChange">_afterCollapsedChange</a></h4> |
|
507 <div class="detail" > |
|
508 <code> |
|
509 protected |
|
510 |
|
511 |
|
512 void |
|
513 <strong property="yui:name">_afterCollapsedChange</strong> |
|
514 ( |
|
515 |
|
516 |
|
517 e |
|
518 |
|
519 |
|
520 ) |
|
521 </code> |
|
522 |
|
523 <div class="description" property="yui:description"> |
|
524 Updates the className of the contentBox, which should trigger CSS to |
|
525 hide or show the body and footer sections depending on the new value. |
|
526 </div> |
|
527 |
|
528 <div class="description"> |
|
529 |
|
530 <dl rel="yui:parameters"> |
|
531 <dt>Parameters:</dt> |
|
532 <dd rel="yui:parameter"> |
|
533 <code><span property="yui:name">e</span> |
|
534 <<span property="yui:type">Event</span>> |
|
535 </code> |
|
536 <span property="yui:description"> Custom event for the attribute change</span> |
|
537 </dd> |
|
538 </dl> |
|
539 |
|
540 |
|
541 |
|
542 |
|
543 |
|
544 </div> |
|
545 |
|
546 </div> |
|
547 <hr /> |
|
548 </div> |
|
549 <div class="protected" rel="yui:method" resource="#method__afterConsoleLimitChange"> |
|
550 <h4> |
|
551 <a name="method__afterConsoleLimitChange">_afterConsoleLimitChange</a></h4> |
|
552 <div class="detail" > |
|
553 <code> |
|
554 protected |
|
555 |
|
556 |
|
557 void |
|
558 <strong property="yui:name">_afterConsoleLimitChange</strong> |
|
559 ( |
|
560 |
|
561 |
|
562 e |
|
563 |
|
564 |
|
565 ) |
|
566 </code> |
|
567 |
|
568 <div class="description" property="yui:description"> |
|
569 Calls this._trimOldEntries() in response to changes in the configured |
|
570 consoleLimit attribute. |
|
571 </div> |
|
572 |
|
573 <div class="description"> |
|
574 |
|
575 <dl rel="yui:parameters"> |
|
576 <dt>Parameters:</dt> |
|
577 <dd rel="yui:parameter"> |
|
578 <code><span property="yui:name">e</span> |
|
579 <<span property="yui:type">Event</span>> |
|
580 </code> |
|
581 <span property="yui:description"> Custom event for the attribute change</span> |
|
582 </dd> |
|
583 </dl> |
|
584 |
|
585 |
|
586 |
|
587 |
|
588 |
|
589 </div> |
|
590 |
|
591 </div> |
|
592 <hr /> |
|
593 </div> |
|
594 <div class="protected" rel="yui:method" resource="#method__afterPausedChange"> |
|
595 <h4> |
|
596 <a name="method__afterPausedChange">_afterPausedChange</a></h4> |
|
597 <div class="detail" > |
|
598 <code> |
|
599 protected |
|
600 |
|
601 |
|
602 void |
|
603 <strong property="yui:name">_afterPausedChange</strong> |
|
604 ( |
|
605 |
|
606 |
|
607 e |
|
608 |
|
609 |
|
610 ) |
|
611 </code> |
|
612 |
|
613 <div class="description" property="yui:description"> |
|
614 Updates the UI and schedules or cancels the print loop. |
|
615 </div> |
|
616 |
|
617 <div class="description"> |
|
618 |
|
619 <dl rel="yui:parameters"> |
|
620 <dt>Parameters:</dt> |
|
621 <dd rel="yui:parameter"> |
|
622 <code><span property="yui:name">e</span> |
|
623 <<span property="yui:type">Event</span>> |
|
624 </code> |
|
625 <span property="yui:description"> Custom event for the attribute change</span> |
|
626 </dd> |
|
627 </dl> |
|
628 |
|
629 |
|
630 |
|
631 |
|
632 |
|
633 </div> |
|
634 |
|
635 </div> |
|
636 <hr /> |
|
637 </div> |
|
638 <div class="protected" rel="yui:method" resource="#method__afterStringsChange"> |
|
639 <h4> |
|
640 <a name="method__afterStringsChange">_afterStringsChange</a></h4> |
|
641 <div class="detail" > |
|
642 <code> |
|
643 protected |
|
644 |
|
645 |
|
646 void |
|
647 <strong property="yui:name">_afterStringsChange</strong> |
|
648 ( |
|
649 |
|
650 |
|
651 e |
|
652 |
|
653 |
|
654 ) |
|
655 </code> |
|
656 |
|
657 <div class="description" property="yui:description"> |
|
658 Updates the UI if changes are made to any of the strings in the strings |
|
659 attribute. |
|
660 </div> |
|
661 |
|
662 <div class="description"> |
|
663 |
|
664 <dl rel="yui:parameters"> |
|
665 <dt>Parameters:</dt> |
|
666 <dd rel="yui:parameter"> |
|
667 <code><span property="yui:name">e</span> |
|
668 <<span property="yui:type">Event</span>> |
|
669 </code> |
|
670 <span property="yui:description"> Custom event for the attribute change</span> |
|
671 </dd> |
|
672 </dl> |
|
673 |
|
674 |
|
675 |
|
676 |
|
677 |
|
678 </div> |
|
679 |
|
680 </div> |
|
681 <hr /> |
|
682 </div> |
|
683 <div class="protected" rel="yui:method" resource="#method__afterVisibleChange"> |
|
684 <h4> |
|
685 <a name="method__afterVisibleChange">_afterVisibleChange</a></h4> |
|
686 <div class="detail" > |
|
687 <code> |
|
688 protected |
|
689 |
|
690 |
|
691 void |
|
692 <strong property="yui:name">_afterVisibleChange</strong> |
|
693 ( |
|
694 |
|
695 |
|
696 e |
|
697 |
|
698 |
|
699 ) |
|
700 </code> |
|
701 |
|
702 <div class="description" property="yui:description"> |
|
703 Makes adjustments to the UI if needed when the Console is hidden or shown |
|
704 </div> |
|
705 |
|
706 <div class="description"> |
|
707 |
|
708 <dl rel="yui:parameters"> |
|
709 <dt>Parameters:</dt> |
|
710 <dd rel="yui:parameter"> |
|
711 <code><span property="yui:name">e</span> |
|
712 <<span property="yui:type">Event</span>> |
|
713 </code> |
|
714 <span property="yui:description"> the visibleChange event</span> |
|
715 </dd> |
|
716 </dl> |
|
717 |
|
718 |
|
719 |
|
720 |
|
721 |
|
722 </div> |
|
723 |
|
724 </div> |
|
725 <hr /> |
|
726 </div> |
|
727 <div class="protected" rel="yui:method" resource="#method__cancelPrintLoop"> |
|
728 <h4> |
|
729 <a name="method__cancelPrintLoop">_cancelPrintLoop</a></h4> |
|
730 <div class="detail" > |
|
731 <code> |
|
732 protected |
|
733 |
|
734 |
|
735 void |
|
736 <strong property="yui:name">_cancelPrintLoop</strong> |
|
737 ( |
|
738 ) |
|
739 </code> |
|
740 |
|
741 <div class="description" property="yui:description"> |
|
742 Clears the timeout for printing buffered messages. |
|
743 </div> |
|
744 |
|
745 <div class="description"> |
|
746 |
|
747 |
|
748 |
|
749 |
|
750 |
|
751 |
|
752 </div> |
|
753 |
|
754 </div> |
|
755 <hr /> |
|
756 </div> |
|
757 <div class="protected" rel="yui:method" resource="#method__createEntryHTML"> |
|
758 <h4> |
|
759 <a name="method__createEntryHTML">_createEntryHTML</a></h4> |
|
760 <div class="detail" > |
|
761 <code> |
|
762 protected |
|
763 |
|
764 |
|
765 |
|
766 <strong property="yui:name">_createEntryHTML</strong> |
|
767 ( |
|
768 |
|
769 |
|
770 m |
|
771 |
|
772 |
|
773 ) |
|
774 </code> |
|
775 |
|
776 <div class="description" property="yui:description"> |
|
777 Translates message meta into the markup for a console entry. |
|
778 </div> |
|
779 |
|
780 <div class="description"> |
|
781 |
|
782 <dl rel="yui:parameters"> |
|
783 <dt>Parameters:</dt> |
|
784 <dd rel="yui:parameter"> |
|
785 <code><span property="yui:name">m</span> |
|
786 <<span property="yui:type">Object</span>> |
|
787 </code> |
|
788 <span property="yui:description"> object literal containing normalized message metadata</span> |
|
789 </dd> |
|
790 </dl> |
|
791 |
|
792 <dl> |
|
793 <dt>Returns: |
|
794 <code property="yui:return"> |
|
795 </code></dt> |
|
796 <dd property="yui:returnInfo">String</dd> |
|
797 </dl> |
|
798 |
|
799 |
|
800 |
|
801 |
|
802 </div> |
|
803 |
|
804 </div> |
|
805 <hr /> |
|
806 </div> |
|
807 <div class="protected" rel="yui:method" resource="#method__defEntryFn"> |
|
808 <h4> |
|
809 <a name="method__defEntryFn">_defEntryFn</a></h4> |
|
810 <div class="detail" > |
|
811 <code> |
|
812 protected |
|
813 |
|
814 |
|
815 void |
|
816 <strong property="yui:name">_defEntryFn</strong> |
|
817 ( |
|
818 |
|
819 |
|
820 e |
|
821 |
|
822 |
|
823 ) |
|
824 </code> |
|
825 |
|
826 <div class="description" property="yui:description"> |
|
827 Buffers incoming message objects and schedules the printing. |
|
828 </div> |
|
829 |
|
830 <div class="description"> |
|
831 |
|
832 <dl rel="yui:parameters"> |
|
833 <dt>Parameters:</dt> |
|
834 <dd rel="yui:parameter"> |
|
835 <code><span property="yui:name">e</span> |
|
836 <<span property="yui:type">Event</span>> |
|
837 </code> |
|
838 <span property="yui:description"> The Custom event carrying the message in its payload</span> |
|
839 </dd> |
|
840 </dl> |
|
841 |
|
842 |
|
843 |
|
844 |
|
845 |
|
846 </div> |
|
847 |
|
848 </div> |
|
849 <hr /> |
|
850 </div> |
|
851 <div class="protected" rel="yui:method" resource="#method__defResetFn"> |
|
852 <h4> |
|
853 <a name="method__defResetFn">_defResetFn</a></h4> |
|
854 <div class="detail" > |
|
855 <code> |
|
856 protected |
|
857 |
|
858 |
|
859 void |
|
860 <strong property="yui:name">_defResetFn</strong> |
|
861 ( |
|
862 ) |
|
863 </code> |
|
864 |
|
865 <div class="description" property="yui:description"> |
|
866 Clears the console, resets the startTime attribute, enables and |
|
867 unpauses the widget. |
|
868 </div> |
|
869 |
|
870 <div class="description"> |
|
871 |
|
872 |
|
873 |
|
874 |
|
875 |
|
876 |
|
877 </div> |
|
878 |
|
879 </div> |
|
880 <hr /> |
|
881 </div> |
|
882 <div class="protected" rel="yui:method" resource="#method__encodeHTML"> |
|
883 <h4> |
|
884 <a name="method__encodeHTML">_encodeHTML</a></h4> |
|
885 <div class="detail" > |
|
886 <code> |
|
887 protected |
|
888 |
|
889 |
|
890 |
|
891 <strong property="yui:name">_encodeHTML</strong> |
|
892 ( |
|
893 |
|
894 |
|
895 s |
|
896 |
|
897 |
|
898 ) |
|
899 </code> |
|
900 |
|
901 <div class="description" property="yui:description"> |
|
902 Returns the input string with ampersands (&), <, and > encoded |
|
903 as HTML entities. |
|
904 </div> |
|
905 |
|
906 <div class="description"> |
|
907 |
|
908 <dl rel="yui:parameters"> |
|
909 <dt>Parameters:</dt> |
|
910 <dd rel="yui:parameter"> |
|
911 <code><span property="yui:name">s</span> |
|
912 <<span property="yui:type">String</span>> |
|
913 </code> |
|
914 <span property="yui:description"> the raw string</span> |
|
915 </dd> |
|
916 </dl> |
|
917 |
|
918 <dl> |
|
919 <dt>Returns: |
|
920 <code property="yui:return"> |
|
921 </code></dt> |
|
922 <dd property="yui:returnInfo">String the encoded string</dd> |
|
923 </dl> |
|
924 |
|
925 |
|
926 |
|
927 |
|
928 </div> |
|
929 |
|
930 </div> |
|
931 <hr /> |
|
932 </div> |
|
933 <div class="protected" rel="yui:method" resource="#method__htmlEscapeMessage"> |
|
934 <h4> |
|
935 <a name="method__htmlEscapeMessage">_htmlEscapeMessage</a></h4> |
|
936 <div class="detail" > |
|
937 <code> |
|
938 protected |
|
939 |
|
940 |
|
941 |
|
942 <strong property="yui:name">_htmlEscapeMessage</strong> |
|
943 ( |
|
944 |
|
945 |
|
946 m |
|
947 |
|
948 |
|
949 ) |
|
950 </code> |
|
951 |
|
952 <div class="description" property="yui:description"> |
|
953 Performs HTML escaping on strings in the message object. |
|
954 </div> |
|
955 |
|
956 <div class="description"> |
|
957 |
|
958 <dl rel="yui:parameters"> |
|
959 <dt>Parameters:</dt> |
|
960 <dd rel="yui:parameter"> |
|
961 <code><span property="yui:name">m</span> |
|
962 <<span property="yui:type">Object</span>> |
|
963 </code> |
|
964 <span property="yui:description"> the normalized message object</span> |
|
965 </dd> |
|
966 </dl> |
|
967 |
|
968 <dl> |
|
969 <dt>Returns: |
|
970 <code property="yui:return"> |
|
971 </code></dt> |
|
972 <dd property="yui:returnInfo">Object the message object with proper escapement</dd> |
|
973 </dl> |
|
974 |
|
975 |
|
976 |
|
977 |
|
978 </div> |
|
979 |
|
980 </div> |
|
981 <hr /> |
|
982 </div> |
|
983 <div class="protected" rel="yui:method" resource="#method__initBody"> |
|
984 <h4> |
|
985 <a name="method__initBody">_initBody</a></h4> |
|
986 <div class="detail" > |
|
987 <code> |
|
988 protected |
|
989 |
|
990 |
|
991 void |
|
992 <strong property="yui:name">_initBody</strong> |
|
993 ( |
|
994 ) |
|
995 </code> |
|
996 |
|
997 <div class="description" property="yui:description"> |
|
998 Create the DOM structure for the console body—where messages are |
|
999 rendered. |
|
1000 </div> |
|
1001 |
|
1002 <div class="description"> |
|
1003 |
|
1004 |
|
1005 |
|
1006 |
|
1007 |
|
1008 |
|
1009 </div> |
|
1010 |
|
1011 </div> |
|
1012 <hr /> |
|
1013 </div> |
|
1014 <div class="protected" rel="yui:method" resource="#method__initFoot"> |
|
1015 <h4> |
|
1016 <a name="method__initFoot">_initFoot</a></h4> |
|
1017 <div class="detail" > |
|
1018 <code> |
|
1019 protected |
|
1020 |
|
1021 |
|
1022 void |
|
1023 <strong property="yui:name">_initFoot</strong> |
|
1024 ( |
|
1025 ) |
|
1026 </code> |
|
1027 |
|
1028 <div class="description" property="yui:description"> |
|
1029 Create the DOM structure for the footer elements. |
|
1030 </div> |
|
1031 |
|
1032 <div class="description"> |
|
1033 |
|
1034 |
|
1035 |
|
1036 |
|
1037 |
|
1038 |
|
1039 </div> |
|
1040 |
|
1041 </div> |
|
1042 <hr /> |
|
1043 </div> |
|
1044 <div class="protected" rel="yui:method" resource="#method__initHead"> |
|
1045 <h4> |
|
1046 <a name="method__initHead">_initHead</a></h4> |
|
1047 <div class="detail" > |
|
1048 <code> |
|
1049 protected |
|
1050 |
|
1051 |
|
1052 void |
|
1053 <strong property="yui:name">_initHead</strong> |
|
1054 ( |
|
1055 ) |
|
1056 </code> |
|
1057 |
|
1058 <div class="description" property="yui:description"> |
|
1059 Create the DOM structure for the header elements. |
|
1060 </div> |
|
1061 |
|
1062 <div class="description"> |
|
1063 |
|
1064 |
|
1065 |
|
1066 |
|
1067 |
|
1068 |
|
1069 </div> |
|
1070 |
|
1071 </div> |
|
1072 <hr /> |
|
1073 </div> |
|
1074 <div class="protected" rel="yui:method" resource="#method__isInLogLevel"> |
|
1075 <h4> |
|
1076 <a name="method__isInLogLevel">_isInLogLevel</a></h4> |
|
1077 <div class="detail" > |
|
1078 <code> |
|
1079 protected |
|
1080 |
|
1081 |
|
1082 void |
|
1083 <strong property="yui:name">_isInLogLevel</strong> |
|
1084 ( |
|
1085 ) |
|
1086 </code> |
|
1087 |
|
1088 <div class="description" property="yui:description"> |
|
1089 Determine if incoming log messages are within the configured logLevel |
|
1090 to be buffered for printing. |
|
1091 </div> |
|
1092 |
|
1093 <div class="description"> |
|
1094 |
|
1095 |
|
1096 |
|
1097 |
|
1098 |
|
1099 |
|
1100 </div> |
|
1101 |
|
1102 </div> |
|
1103 <hr /> |
|
1104 </div> |
|
1105 <div class="protected" rel="yui:method" resource="#method__normalizeMessage"> |
|
1106 <h4> |
|
1107 <a name="method__normalizeMessage">_normalizeMessage</a></h4> |
|
1108 <div class="detail" > |
|
1109 <code> |
|
1110 protected |
|
1111 |
|
1112 |
|
1113 |
|
1114 <strong property="yui:name">_normalizeMessage</strong> |
|
1115 ( |
|
1116 |
|
1117 |
|
1118 e |
|
1119 |
|
1120 |
|
1121 ) |
|
1122 </code> |
|
1123 |
|
1124 <div class="description" property="yui:description"> |
|
1125 Create a log entry message from the inputs including the following keys: |
|
1126 <ul> |
|
1127 <li>time - this moment</li> |
|
1128 <li>message - leg message</li> |
|
1129 <li>category - logLevel or custom category for the message</li> |
|
1130 <li>source - when provided, the widget or util calling Y.log</li> |
|
1131 <li>sourceAndDetail - same as source but can include instance info</li> |
|
1132 <li>localTime - readable version of time</li> |
|
1133 <li>elapsedTime - ms since last entry</li> |
|
1134 <li>totalTime - ms since Console was instantiated or reset</li> |
|
1135 </ul> |
|
1136 </div> |
|
1137 |
|
1138 <div class="description"> |
|
1139 |
|
1140 <dl rel="yui:parameters"> |
|
1141 <dt>Parameters:</dt> |
|
1142 <dd rel="yui:parameter"> |
|
1143 <code><span property="yui:name">e</span> |
|
1144 <<span property="yui:type">Event</span>> |
|
1145 </code> |
|
1146 <span property="yui:description"> custom event containing the log message</span> |
|
1147 </dd> |
|
1148 </dl> |
|
1149 |
|
1150 <dl> |
|
1151 <dt>Returns: |
|
1152 <code property="yui:return"> |
|
1153 </code></dt> |
|
1154 <dd property="yui:returnInfo">Object the message object</dd> |
|
1155 </dl> |
|
1156 |
|
1157 |
|
1158 |
|
1159 |
|
1160 </div> |
|
1161 |
|
1162 </div> |
|
1163 <hr /> |
|
1164 </div> |
|
1165 <div class="protected" rel="yui:method" resource="#method__onClearClick"> |
|
1166 <h4> |
|
1167 <a name="method__onClearClick">_onClearClick</a></h4> |
|
1168 <div class="detail" > |
|
1169 <code> |
|
1170 protected |
|
1171 |
|
1172 |
|
1173 void |
|
1174 <strong property="yui:name">_onClearClick</strong> |
|
1175 ( |
|
1176 |
|
1177 |
|
1178 e |
|
1179 |
|
1180 |
|
1181 ) |
|
1182 </code> |
|
1183 |
|
1184 <div class="description" property="yui:description"> |
|
1185 Event handler for clicking on the Clear button. Pass-through to |
|
1186 <code>this.clearConsole()</code>. |
|
1187 </div> |
|
1188 |
|
1189 <div class="description"> |
|
1190 |
|
1191 <dl rel="yui:parameters"> |
|
1192 <dt>Parameters:</dt> |
|
1193 <dd rel="yui:parameter"> |
|
1194 <code><span property="yui:name">e</span> |
|
1195 <<span property="yui:type">Event</span>> |
|
1196 </code> |
|
1197 <span property="yui:description"> DOM event facade for the click event</span> |
|
1198 </dd> |
|
1199 </dl> |
|
1200 |
|
1201 |
|
1202 |
|
1203 |
|
1204 |
|
1205 </div> |
|
1206 |
|
1207 </div> |
|
1208 <hr /> |
|
1209 </div> |
|
1210 <div class="protected" rel="yui:method" resource="#method__onCollapseClick"> |
|
1211 <h4> |
|
1212 <a name="method__onCollapseClick">_onCollapseClick</a></h4> |
|
1213 <div class="detail" > |
|
1214 <code> |
|
1215 protected |
|
1216 |
|
1217 |
|
1218 void |
|
1219 <strong property="yui:name">_onCollapseClick</strong> |
|
1220 ( |
|
1221 |
|
1222 |
|
1223 e |
|
1224 |
|
1225 |
|
1226 ) |
|
1227 </code> |
|
1228 |
|
1229 <div class="description" property="yui:description"> |
|
1230 Event handler for clicking on the Collapse/Expand button. Sets the |
|
1231 "collapsed" attribute accordingly. |
|
1232 </div> |
|
1233 |
|
1234 <div class="description"> |
|
1235 |
|
1236 <dl rel="yui:parameters"> |
|
1237 <dt>Parameters:</dt> |
|
1238 <dd rel="yui:parameter"> |
|
1239 <code><span property="yui:name">e</span> |
|
1240 <<span property="yui:type">Event</span>> |
|
1241 </code> |
|
1242 <span property="yui:description"> DOM event facade for the click event</span> |
|
1243 </dd> |
|
1244 </dl> |
|
1245 |
|
1246 |
|
1247 |
|
1248 |
|
1249 |
|
1250 </div> |
|
1251 |
|
1252 </div> |
|
1253 <hr /> |
|
1254 </div> |
|
1255 <div class="protected" rel="yui:method" resource="#method__onLogEvent"> |
|
1256 <h4> |
|
1257 <a name="method__onLogEvent">_onLogEvent</a></h4> |
|
1258 <div class="detail" > |
|
1259 <code> |
|
1260 protected |
|
1261 |
|
1262 |
|
1263 void |
|
1264 <strong property="yui:name">_onLogEvent</strong> |
|
1265 ( |
|
1266 |
|
1267 |
|
1268 msg |
|
1269 |
|
1270 |
|
1271 , |
|
1272 cat |
|
1273 |
|
1274 |
|
1275 , |
|
1276 src |
|
1277 |
|
1278 |
|
1279 ) |
|
1280 </code> |
|
1281 |
|
1282 <div class="description" property="yui:description"> |
|
1283 Responds to log events by normalizing qualifying messages and passing |
|
1284 them along through the entry event for buffering etc. |
|
1285 </div> |
|
1286 |
|
1287 <div class="description"> |
|
1288 |
|
1289 <dl rel="yui:parameters"> |
|
1290 <dt>Parameters:</dt> |
|
1291 <dd rel="yui:parameter"> |
|
1292 <code><span property="yui:name">msg</span> |
|
1293 <<span property="yui:type">String</span>> |
|
1294 </code> |
|
1295 <span property="yui:description"> the log message</span> |
|
1296 </dd> |
|
1297 <dd rel="yui:parameter"> |
|
1298 <code><span property="yui:name">cat</span> |
|
1299 <<span property="yui:type">String</span>> |
|
1300 </code> |
|
1301 <span property="yui:description"> OPTIONAL the category or logLevel of the message</span> |
|
1302 </dd> |
|
1303 <dd rel="yui:parameter"> |
|
1304 <code><span property="yui:name">src</span> |
|
1305 <<span property="yui:type">String</span>> |
|
1306 </code> |
|
1307 <span property="yui:description"> OPTIONAL the source of the message (e.g. widget name)</span> |
|
1308 </dd> |
|
1309 </dl> |
|
1310 |
|
1311 |
|
1312 |
|
1313 |
|
1314 |
|
1315 </div> |
|
1316 |
|
1317 </div> |
|
1318 <hr /> |
|
1319 </div> |
|
1320 <div class="protected" rel="yui:method" resource="#method__onPauseClick"> |
|
1321 <h4> |
|
1322 <a name="method__onPauseClick">_onPauseClick</a></h4> |
|
1323 <div class="detail" > |
|
1324 <code> |
|
1325 protected |
|
1326 |
|
1327 |
|
1328 void |
|
1329 <strong property="yui:name">_onPauseClick</strong> |
|
1330 ( |
|
1331 |
|
1332 |
|
1333 e |
|
1334 |
|
1335 |
|
1336 ) |
|
1337 </code> |
|
1338 |
|
1339 <div class="description" property="yui:description"> |
|
1340 Event handler for clicking on the Pause checkbox to update the paused |
|
1341 attribute. |
|
1342 </div> |
|
1343 |
|
1344 <div class="description"> |
|
1345 |
|
1346 <dl rel="yui:parameters"> |
|
1347 <dt>Parameters:</dt> |
|
1348 <dd rel="yui:parameter"> |
|
1349 <code><span property="yui:name">e</span> |
|
1350 <<span property="yui:type">Event</span>> |
|
1351 </code> |
|
1352 <span property="yui:description"> DOM event facade for the click event</span> |
|
1353 </dd> |
|
1354 </dl> |
|
1355 |
|
1356 |
|
1357 |
|
1358 |
|
1359 |
|
1360 </div> |
|
1361 |
|
1362 </div> |
|
1363 <hr /> |
|
1364 </div> |
|
1365 <div class="protected" rel="yui:method" resource="#method__schedulePrint"> |
|
1366 <h4> |
|
1367 <a name="method__schedulePrint">_schedulePrint</a></h4> |
|
1368 <div class="detail" > |
|
1369 <code> |
|
1370 protected |
|
1371 |
|
1372 |
|
1373 void |
|
1374 <strong property="yui:name">_schedulePrint</strong> |
|
1375 ( |
|
1376 ) |
|
1377 </code> |
|
1378 |
|
1379 <div class="description" property="yui:description"> |
|
1380 Sets an interval for buffered messages to be output to the console. |
|
1381 </div> |
|
1382 |
|
1383 <div class="description"> |
|
1384 |
|
1385 |
|
1386 |
|
1387 |
|
1388 |
|
1389 |
|
1390 </div> |
|
1391 |
|
1392 </div> |
|
1393 <hr /> |
|
1394 </div> |
|
1395 <div class="protected" rel="yui:method" resource="#method__setLogLevel"> |
|
1396 <h4> |
|
1397 <a name="method__setLogLevel">_setLogLevel</a></h4> |
|
1398 <div class="detail" > |
|
1399 <code> |
|
1400 protected |
|
1401 |
|
1402 |
|
1403 |
|
1404 <strong property="yui:name">_setLogLevel</strong> |
|
1405 ( |
|
1406 |
|
1407 |
|
1408 v |
|
1409 |
|
1410 |
|
1411 ) |
|
1412 </code> |
|
1413 |
|
1414 <div class="description" property="yui:description"> |
|
1415 Setter method for logLevel attribute. Acceptable values are |
|
1416 "error", "warn", and "info" (case |
|
1417 insensitive). Other values are treated as "info". |
|
1418 </div> |
|
1419 |
|
1420 <div class="description"> |
|
1421 |
|
1422 <dl rel="yui:parameters"> |
|
1423 <dt>Parameters:</dt> |
|
1424 <dd rel="yui:parameter"> |
|
1425 <code><span property="yui:name">v</span> |
|
1426 <<span property="yui:type">String</span>> |
|
1427 </code> |
|
1428 <span property="yui:description"> the desired log level</span> |
|
1429 </dd> |
|
1430 </dl> |
|
1431 |
|
1432 <dl> |
|
1433 <dt>Returns: |
|
1434 <code property="yui:return"> |
|
1435 </code></dt> |
|
1436 <dd property="yui:returnInfo">String One of Console.LOG_LEVEL_INFO, _WARN, or _ERROR</dd> |
|
1437 </dl> |
|
1438 |
|
1439 |
|
1440 |
|
1441 |
|
1442 </div> |
|
1443 |
|
1444 </div> |
|
1445 <hr /> |
|
1446 </div> |
|
1447 <div class="protected" rel="yui:method" resource="#method__trimOldEntries"> |
|
1448 <h4> |
|
1449 <a name="method__trimOldEntries">_trimOldEntries</a></h4> |
|
1450 <div class="detail" > |
|
1451 <code> |
|
1452 protected |
|
1453 |
|
1454 |
|
1455 void |
|
1456 <strong property="yui:name">_trimOldEntries</strong> |
|
1457 ( |
|
1458 ) |
|
1459 </code> |
|
1460 |
|
1461 <div class="description" property="yui:description"> |
|
1462 Removes the oldest message entries from the UI to maintain the limit |
|
1463 specified in the consoleLimit configuration. |
|
1464 </div> |
|
1465 |
|
1466 <div class="description"> |
|
1467 |
|
1468 |
|
1469 |
|
1470 |
|
1471 |
|
1472 |
|
1473 </div> |
|
1474 |
|
1475 </div> |
|
1476 <hr /> |
|
1477 </div> |
|
1478 <div class="protected" rel="yui:method" resource="#method__uiSetHeight"> |
|
1479 <h4> |
|
1480 <a name="method__uiSetHeight">_uiSetHeight</a></h4> |
|
1481 <div class="detail" > |
|
1482 <code> |
|
1483 protected |
|
1484 |
|
1485 |
|
1486 void |
|
1487 <strong property="yui:name">_uiSetHeight</strong> |
|
1488 ( |
|
1489 |
|
1490 |
|
1491 v |
|
1492 |
|
1493 |
|
1494 ) |
|
1495 </code> |
|
1496 |
|
1497 <div class="description" property="yui:description"> |
|
1498 Set the height of the Console container. Set the body height to the difference between the configured height and the calculated heights of the header and footer. |
|
1499 Overrides Widget.prototype._uiSetHeight. |
|
1500 </div> |
|
1501 |
|
1502 <div class="description"> |
|
1503 |
|
1504 <dl rel="yui:parameters"> |
|
1505 <dt>Parameters:</dt> |
|
1506 <dd rel="yui:parameter"> |
|
1507 <code><span property="yui:name">v</span> |
|
1508 <<span property="yui:type">String|Number</span>> |
|
1509 </code> |
|
1510 <span property="yui:description"> the new height</span> |
|
1511 </dd> |
|
1512 </dl> |
|
1513 |
|
1514 |
|
1515 |
|
1516 |
|
1517 |
|
1518 </div> |
|
1519 |
|
1520 </div> |
|
1521 <hr /> |
|
1522 </div> |
|
1523 <div class="protected" rel="yui:method" resource="#method__uiUpdateCollapsed"> |
|
1524 <h4> |
|
1525 <a name="method__uiUpdateCollapsed">_uiUpdateCollapsed</a></h4> |
|
1526 <div class="detail" > |
|
1527 <code> |
|
1528 protected |
|
1529 |
|
1530 |
|
1531 void |
|
1532 <strong property="yui:name">_uiUpdateCollapsed</strong> |
|
1533 ( |
|
1534 |
|
1535 |
|
1536 v |
|
1537 |
|
1538 |
|
1539 ) |
|
1540 </code> |
|
1541 |
|
1542 <div class="description" property="yui:description"> |
|
1543 Updates the UI to reflect the new Collapsed state |
|
1544 </div> |
|
1545 |
|
1546 <div class="description"> |
|
1547 |
|
1548 <dl rel="yui:parameters"> |
|
1549 <dt>Parameters:</dt> |
|
1550 <dd rel="yui:parameter"> |
|
1551 <code><span property="yui:name">v</span> |
|
1552 <<span property="yui:type">Boolean</span>> |
|
1553 </code> |
|
1554 <span property="yui:description"> true for collapsed, false for expanded</span> |
|
1555 </dd> |
|
1556 </dl> |
|
1557 |
|
1558 |
|
1559 |
|
1560 |
|
1561 |
|
1562 </div> |
|
1563 |
|
1564 </div> |
|
1565 <hr /> |
|
1566 </div> |
|
1567 <div class="protected" rel="yui:method" resource="#method__uiUpdateFromHideShow"> |
|
1568 <h4> |
|
1569 <a name="method__uiUpdateFromHideShow">_uiUpdateFromHideShow</a></h4> |
|
1570 <div class="detail" > |
|
1571 <code> |
|
1572 protected |
|
1573 |
|
1574 |
|
1575 void |
|
1576 <strong property="yui:name">_uiUpdateFromHideShow</strong> |
|
1577 ( |
|
1578 |
|
1579 |
|
1580 v |
|
1581 |
|
1582 |
|
1583 ) |
|
1584 </code> |
|
1585 |
|
1586 <div class="description" property="yui:description"> |
|
1587 Recalculates dimensions and updates appropriately when shown |
|
1588 </div> |
|
1589 |
|
1590 <div class="description"> |
|
1591 |
|
1592 <dl rel="yui:parameters"> |
|
1593 <dt>Parameters:</dt> |
|
1594 <dd rel="yui:parameter"> |
|
1595 <code><span property="yui:name">v</span> |
|
1596 <<span property="yui:type">Boolean</span>> |
|
1597 </code> |
|
1598 <span property="yui:description"> true for visible, false for hidden</span> |
|
1599 </dd> |
|
1600 </dl> |
|
1601 |
|
1602 |
|
1603 |
|
1604 |
|
1605 |
|
1606 </div> |
|
1607 |
|
1608 </div> |
|
1609 <hr /> |
|
1610 </div> |
|
1611 <div class="protected" rel="yui:method" resource="#method__uiUpdatePaused"> |
|
1612 <h4> |
|
1613 <a name="method__uiUpdatePaused">_uiUpdatePaused</a></h4> |
|
1614 <div class="detail" > |
|
1615 <code> |
|
1616 protected |
|
1617 |
|
1618 |
|
1619 void |
|
1620 <strong property="yui:name">_uiUpdatePaused</strong> |
|
1621 ( |
|
1622 |
|
1623 |
|
1624 on |
|
1625 |
|
1626 |
|
1627 ) |
|
1628 </code> |
|
1629 |
|
1630 <div class="description" property="yui:description"> |
|
1631 Checks or unchecks the paused checkbox |
|
1632 </div> |
|
1633 |
|
1634 <div class="description"> |
|
1635 |
|
1636 <dl rel="yui:parameters"> |
|
1637 <dt>Parameters:</dt> |
|
1638 <dd rel="yui:parameter"> |
|
1639 <code><span property="yui:name">on</span> |
|
1640 <<span property="yui:type">Boolean</span>> |
|
1641 </code> |
|
1642 <span property="yui:description"> the new checked state</span> |
|
1643 </dd> |
|
1644 </dl> |
|
1645 |
|
1646 |
|
1647 |
|
1648 |
|
1649 |
|
1650 </div> |
|
1651 |
|
1652 </div> |
|
1653 <hr /> |
|
1654 </div> |
|
1655 <div class="protected" rel="yui:method" resource="#method__validateStyle"> |
|
1656 <h4> |
|
1657 <a name="method__validateStyle">_validateStyle</a></h4> |
|
1658 <div class="detail" > |
|
1659 <code> |
|
1660 protected |
|
1661 |
|
1662 |
|
1663 Boolean |
|
1664 <strong property="yui:name">_validateStyle</strong> |
|
1665 ( |
|
1666 |
|
1667 |
|
1668 style |
|
1669 |
|
1670 |
|
1671 ) |
|
1672 </code> |
|
1673 |
|
1674 <div class="description" property="yui:description"> |
|
1675 Validates input value for style attribute. Accepts only values 'inline', |
|
1676 'block', and 'separate'. |
|
1677 </div> |
|
1678 |
|
1679 <div class="description"> |
|
1680 |
|
1681 <dl rel="yui:parameters"> |
|
1682 <dt>Parameters:</dt> |
|
1683 <dd rel="yui:parameter"> |
|
1684 <code><span property="yui:name">style</span> |
|
1685 <<span property="yui:type">String</span>> |
|
1686 </code> |
|
1687 <span property="yui:description"> the proposed value</span> |
|
1688 </dd> |
|
1689 </dl> |
|
1690 |
|
1691 <dl> |
|
1692 <dt>Returns: |
|
1693 <code property="yui:return"> |
|
1694 Boolean |
|
1695 </code></dt> |
|
1696 <dd property="yui:returnInfo">pass/fail</dd> |
|
1697 </dl> |
|
1698 |
|
1699 |
|
1700 |
|
1701 |
|
1702 </div> |
|
1703 |
|
1704 </div> |
|
1705 <hr /> |
|
1706 </div> |
|
1707 <div class="protected" rel="yui:method" resource="#method_bindUI"> |
|
1708 <h4> |
|
1709 <a name="method_bindUI">bindUI</a></h4> |
|
1710 <div class="detail" > |
|
1711 <code> |
|
1712 protected |
|
1713 |
|
1714 |
|
1715 void |
|
1716 <strong property="yui:name">bindUI</strong> |
|
1717 ( |
|
1718 ) |
|
1719 </code> |
|
1720 |
|
1721 <div class="description" property="yui:description"> |
|
1722 Set up event listeners to wire up the UI to the internal state. |
|
1723 </div> |
|
1724 |
|
1725 <div class="description"> |
|
1726 |
|
1727 |
|
1728 |
|
1729 |
|
1730 |
|
1731 |
|
1732 </div> |
|
1733 |
|
1734 </div> |
|
1735 <hr /> |
|
1736 </div> |
|
1737 <div class="" rel="yui:method" resource="#method_clearConsole"> |
|
1738 <h4> |
|
1739 <a name="method_clearConsole">clearConsole</a></h4> |
|
1740 <div class="detail" > |
|
1741 <code> |
|
1742 |
|
1743 |
|
1744 |
|
1745 void |
|
1746 <strong property="yui:name">clearConsole</strong> |
|
1747 ( |
|
1748 ) |
|
1749 </code> |
|
1750 |
|
1751 <div class="description" property="yui:description"> |
|
1752 Clear the console of messages and flush the buffer of pending messages. |
|
1753 </div> |
|
1754 |
|
1755 <div class="description"> |
|
1756 |
|
1757 |
|
1758 |
|
1759 <div class="chainable"> |
|
1760 <strong>Chainable:</strong> This method is chainable. |
|
1761 </div> |
|
1762 |
|
1763 |
|
1764 |
|
1765 </div> |
|
1766 |
|
1767 </div> |
|
1768 <hr /> |
|
1769 </div> |
|
1770 <div class="" rel="yui:method" resource="#method_collapse"> |
|
1771 <h4> |
|
1772 <a name="method_collapse">collapse</a></h4> |
|
1773 <div class="detail" > |
|
1774 <code> |
|
1775 |
|
1776 |
|
1777 |
|
1778 void |
|
1779 <strong property="yui:name">collapse</strong> |
|
1780 ( |
|
1781 ) |
|
1782 </code> |
|
1783 |
|
1784 <div class="description" property="yui:description"> |
|
1785 Collapses the body and footer. |
|
1786 </div> |
|
1787 |
|
1788 <div class="description"> |
|
1789 |
|
1790 |
|
1791 |
|
1792 <div class="chainable"> |
|
1793 <strong>Chainable:</strong> This method is chainable. |
|
1794 </div> |
|
1795 |
|
1796 |
|
1797 |
|
1798 </div> |
|
1799 |
|
1800 </div> |
|
1801 <hr /> |
|
1802 </div> |
|
1803 <div class="protected" rel="yui:method" resource="#method_destructor"> |
|
1804 <h4> |
|
1805 <a name="method_destructor">destructor</a></h4> |
|
1806 <div class="detail" > |
|
1807 <code> |
|
1808 protected |
|
1809 |
|
1810 |
|
1811 void |
|
1812 <strong property="yui:name">destructor</strong> |
|
1813 ( |
|
1814 ) |
|
1815 </code> |
|
1816 |
|
1817 <div class="description" property="yui:description"> |
|
1818 Tears down the instance, flushing event subscriptions and purging the UI. |
|
1819 </div> |
|
1820 |
|
1821 <div class="description"> |
|
1822 |
|
1823 |
|
1824 |
|
1825 |
|
1826 |
|
1827 |
|
1828 </div> |
|
1829 |
|
1830 </div> |
|
1831 <hr /> |
|
1832 </div> |
|
1833 <div class="" rel="yui:method" resource="#method_expand"> |
|
1834 <h4> |
|
1835 <a name="method_expand">expand</a></h4> |
|
1836 <div class="detail" > |
|
1837 <code> |
|
1838 |
|
1839 |
|
1840 |
|
1841 void |
|
1842 <strong property="yui:name">expand</strong> |
|
1843 ( |
|
1844 ) |
|
1845 </code> |
|
1846 |
|
1847 <div class="description" property="yui:description"> |
|
1848 Expands the body and footer if collapsed. |
|
1849 </div> |
|
1850 |
|
1851 <div class="description"> |
|
1852 |
|
1853 |
|
1854 |
|
1855 <div class="chainable"> |
|
1856 <strong>Chainable:</strong> This method is chainable. |
|
1857 </div> |
|
1858 |
|
1859 |
|
1860 |
|
1861 </div> |
|
1862 |
|
1863 </div> |
|
1864 <hr /> |
|
1865 </div> |
|
1866 <div class="protected" rel="yui:method" resource="#method_initializer"> |
|
1867 <h4> |
|
1868 <a name="method_initializer">initializer</a></h4> |
|
1869 <div class="detail" > |
|
1870 <code> |
|
1871 protected |
|
1872 |
|
1873 |
|
1874 void |
|
1875 <strong property="yui:name">initializer</strong> |
|
1876 ( |
|
1877 ) |
|
1878 </code> |
|
1879 |
|
1880 <div class="description" property="yui:description"> |
|
1881 Constructor code. Set up the buffer and entry template, publish |
|
1882 internal events, and subscribe to the configured logEvent. |
|
1883 </div> |
|
1884 |
|
1885 <div class="description"> |
|
1886 |
|
1887 |
|
1888 |
|
1889 |
|
1890 |
|
1891 |
|
1892 </div> |
|
1893 |
|
1894 </div> |
|
1895 <hr /> |
|
1896 </div> |
|
1897 <div class="" rel="yui:method" resource="#method_log"> |
|
1898 <h4> |
|
1899 <a name="method_log">log</a></h4> |
|
1900 <div class="detail" > |
|
1901 <code> |
|
1902 |
|
1903 |
|
1904 |
|
1905 void |
|
1906 <strong property="yui:name">log</strong> |
|
1907 ( |
|
1908 |
|
1909 |
|
1910 arg* |
|
1911 |
|
1912 |
|
1913 ) |
|
1914 </code> |
|
1915 |
|
1916 <div class="description" property="yui:description"> |
|
1917 Wrapper for <code>Y.log</code>. |
|
1918 </div> |
|
1919 |
|
1920 <div class="description"> |
|
1921 |
|
1922 <dl rel="yui:parameters"> |
|
1923 <dt>Parameters:</dt> |
|
1924 <dd rel="yui:parameter"> |
|
1925 <code><span property="yui:name">arg*</span> |
|
1926 <<span property="yui:type">MIXED</span>> |
|
1927 </code> |
|
1928 <span property="yui:description"> (all arguments passed through to <code>Y.log</code>)</span> |
|
1929 </dd> |
|
1930 </dl> |
|
1931 |
|
1932 |
|
1933 <div class="chainable"> |
|
1934 <strong>Chainable:</strong> This method is chainable. |
|
1935 </div> |
|
1936 |
|
1937 |
|
1938 |
|
1939 </div> |
|
1940 |
|
1941 </div> |
|
1942 <hr /> |
|
1943 </div> |
|
1944 <div class="" rel="yui:method" resource="#method_printBuffer"> |
|
1945 <h4> |
|
1946 <a name="method_printBuffer">printBuffer</a></h4> |
|
1947 <div class="detail" > |
|
1948 <code> |
|
1949 |
|
1950 |
|
1951 |
|
1952 void |
|
1953 <strong property="yui:name">printBuffer</strong> |
|
1954 ( |
|
1955 |
|
1956 |
|
1957 limit |
|
1958 |
|
1959 |
|
1960 ) |
|
1961 </code> |
|
1962 |
|
1963 <div class="description" property="yui:description"> |
|
1964 Outputs buffered messages to the console UI. This is typically called |
|
1965 from a scheduled interval until the buffer is empty (referred to as the |
|
1966 print loop). The number of buffered messages output to the Console is |
|
1967 limited to the number provided as an argument. If no limit is passed, |
|
1968 all buffered messages are rendered. |
|
1969 </div> |
|
1970 |
|
1971 <div class="description"> |
|
1972 |
|
1973 <dl rel="yui:parameters"> |
|
1974 <dt>Parameters:</dt> |
|
1975 <dd rel="yui:parameter"> |
|
1976 <code><span property="yui:name">limit</span> |
|
1977 <<span property="yui:type">Number</span>> |
|
1978 </code> |
|
1979 <span property="yui:description"> (optional) max number of buffered entries to write</span> |
|
1980 </dd> |
|
1981 </dl> |
|
1982 |
|
1983 |
|
1984 <div class="chainable"> |
|
1985 <strong>Chainable:</strong> This method is chainable. |
|
1986 </div> |
|
1987 |
|
1988 |
|
1989 |
|
1990 </div> |
|
1991 |
|
1992 </div> |
|
1993 <hr /> |
|
1994 </div> |
|
1995 <div class="protected" rel="yui:method" resource="#method_renderUI"> |
|
1996 <h4> |
|
1997 <a name="method_renderUI">renderUI</a></h4> |
|
1998 <div class="detail" > |
|
1999 <code> |
|
2000 protected |
|
2001 |
|
2002 |
|
2003 void |
|
2004 <strong property="yui:name">renderUI</strong> |
|
2005 ( |
|
2006 ) |
|
2007 </code> |
|
2008 |
|
2009 <div class="description" property="yui:description"> |
|
2010 Generate the Console UI. |
|
2011 </div> |
|
2012 |
|
2013 <div class="description"> |
|
2014 |
|
2015 |
|
2016 |
|
2017 |
|
2018 |
|
2019 |
|
2020 </div> |
|
2021 |
|
2022 </div> |
|
2023 <hr /> |
|
2024 </div> |
|
2025 <div class="" rel="yui:method" resource="#method_reset"> |
|
2026 <h4> |
|
2027 <a name="method_reset">reset</a></h4> |
|
2028 <div class="detail" > |
|
2029 <code> |
|
2030 |
|
2031 |
|
2032 |
|
2033 void |
|
2034 <strong property="yui:name">reset</strong> |
|
2035 ( |
|
2036 ) |
|
2037 </code> |
|
2038 |
|
2039 <div class="description" property="yui:description"> |
|
2040 Clears the console and resets internal timers. |
|
2041 </div> |
|
2042 |
|
2043 <div class="description"> |
|
2044 |
|
2045 |
|
2046 |
|
2047 <div class="chainable"> |
|
2048 <strong>Chainable:</strong> This method is chainable. |
|
2049 </div> |
|
2050 |
|
2051 |
|
2052 |
|
2053 </div> |
|
2054 |
|
2055 </div> |
|
2056 <hr /> |
|
2057 </div> |
|
2058 <div class="" rel="yui:method" resource="#method_scrollToLatest"> |
|
2059 <h4> |
|
2060 <a name="method_scrollToLatest">scrollToLatest</a></h4> |
|
2061 <div class="detail" > |
|
2062 <code> |
|
2063 |
|
2064 |
|
2065 |
|
2066 void |
|
2067 <strong property="yui:name">scrollToLatest</strong> |
|
2068 ( |
|
2069 ) |
|
2070 </code> |
|
2071 |
|
2072 <div class="description" property="yui:description"> |
|
2073 Scrolls to the most recent entry |
|
2074 </div> |
|
2075 |
|
2076 <div class="description"> |
|
2077 |
|
2078 |
|
2079 |
|
2080 <div class="chainable"> |
|
2081 <strong>Chainable:</strong> This method is chainable. |
|
2082 </div> |
|
2083 |
|
2084 |
|
2085 |
|
2086 </div> |
|
2087 |
|
2088 </div> |
|
2089 <hr /> |
|
2090 </div> |
|
2091 <div class="" rel="yui:method" resource="#method_syncUI"> |
|
2092 <h4> |
|
2093 <a name="method_syncUI">syncUI</a></h4> |
|
2094 <div class="detail" > |
|
2095 <code> |
|
2096 |
|
2097 |
|
2098 |
|
2099 void |
|
2100 <strong property="yui:name">syncUI</strong> |
|
2101 ( |
|
2102 ) |
|
2103 </code> |
|
2104 |
|
2105 <div class="description" property="yui:description"> |
|
2106 Sync the UI state to the current attribute state. |
|
2107 </div> |
|
2108 |
|
2109 <div class="description"> |
|
2110 |
|
2111 |
|
2112 |
|
2113 |
|
2114 |
|
2115 |
|
2116 </div> |
|
2117 |
|
2118 </div> |
|
2119 <hr /> |
|
2120 </div> |
|
2121 </div> |
|
2122 </div> |
|
2123 |
|
2124 <div rel="yui:inheritance"> |
|
2125 <div class="section field inheritance" rel="yui:superclass" resource="EventTarget.html"> |
|
2126 <h4>Methods inherited from <a href="EventTarget.html" property="yui:name" title="EventTarget">EventTarget</a>:</h4> |
|
2127 <div class="content" rel="yui:methods"> |
|
2128 <code> |
|
2129 <span rel="yui:method" resource="EventTarget.html#method__getType"> |
|
2130 <a class="private" href="EventTarget.html#method__getType" property="yui:name" title="_getType">_getType</a><span class="private">,</span> |
|
2131 </span> |
|
2132 <span rel="yui:method" resource="EventTarget.html#method__parseType"> |
|
2133 <a class="private" href="EventTarget.html#method__parseType" property="yui:name" title="_parseType">_parseType</a><span class="private">,</span> |
|
2134 </span> |
|
2135 <span rel="yui:method" resource="EventTarget.html#method_addTarget"> |
|
2136 <a class="" href="EventTarget.html#method_addTarget" property="yui:name" title="addTarget">addTarget</a><span class="">,</span> |
|
2137 </span> |
|
2138 <span rel="yui:method" resource="EventTarget.html#method_after"> |
|
2139 <a class="" href="EventTarget.html#method_after" property="yui:name" title="after">after</a><span class="">,</span> |
|
2140 </span> |
|
2141 <span rel="yui:method" resource="EventTarget.html#method_before"> |
|
2142 <a class=" deprecated" href="EventTarget.html#method_before" property="yui:name" title="before">before</a><span class=" deprecated">,</span> |
|
2143 </span> |
|
2144 <span rel="yui:method" resource="EventTarget.html#method_bubble"> |
|
2145 <a class="" href="EventTarget.html#method_bubble" property="yui:name" title="bubble">bubble</a><span class="">,</span> |
|
2146 </span> |
|
2147 <span rel="yui:method" resource="EventTarget.html#method_detach"> |
|
2148 <a class="" href="EventTarget.html#method_detach" property="yui:name" title="detach">detach</a><span class="">,</span> |
|
2149 </span> |
|
2150 <span rel="yui:method" resource="EventTarget.html#method_detachAll"> |
|
2151 <a class="" href="EventTarget.html#method_detachAll" property="yui:name" title="detachAll">detachAll</a><span class="">,</span> |
|
2152 </span> |
|
2153 <span rel="yui:method" resource="EventTarget.html#method_fire"> |
|
2154 <a class="" href="EventTarget.html#method_fire" property="yui:name" title="fire">fire</a><span class="">,</span> |
|
2155 </span> |
|
2156 <span rel="yui:method" resource="EventTarget.html#method_getEvent"> |
|
2157 <a class="" href="EventTarget.html#method_getEvent" property="yui:name" title="getEvent">getEvent</a><span class="">,</span> |
|
2158 </span> |
|
2159 <span rel="yui:method" resource="EventTarget.html#method_on"> |
|
2160 <a class="" href="EventTarget.html#method_on" property="yui:name" title="on">on</a><span class="">,</span> |
|
2161 </span> |
|
2162 <span rel="yui:method" resource="EventTarget.html#method_publish"> |
|
2163 <a class="" href="EventTarget.html#method_publish" property="yui:name" title="publish">publish</a><span class="">,</span> |
|
2164 </span> |
|
2165 <span rel="yui:method" resource="EventTarget.html#method_removeTarget"> |
|
2166 <a class="" href="EventTarget.html#method_removeTarget" property="yui:name" title="removeTarget">removeTarget</a><span class="">,</span> |
|
2167 </span> |
|
2168 <span rel="yui:method" resource="EventTarget.html#method_subscribe"> |
|
2169 <a class=" deprecated" href="EventTarget.html#method_subscribe" property="yui:name" title="subscribe">subscribe</a><span class=" deprecated">,</span> |
|
2170 </span> |
|
2171 <span rel="yui:method" resource="EventTarget.html#method_unsubscribe"> |
|
2172 <a class=" deprecated" href="EventTarget.html#method_unsubscribe" property="yui:name" title="unsubscribe">unsubscribe</a><span class=" deprecated">,</span> |
|
2173 </span> |
|
2174 <span rel="yui:method" resource="EventTarget.html#method_unsubscribeAll"> |
|
2175 <a class=" deprecated" href="EventTarget.html#method_unsubscribeAll" property="yui:name" title="unsubscribeAll">unsubscribeAll</a> |
|
2176 </span> |
|
2177 </code> |
|
2178 </div> |
|
2179 </div> |
|
2180 <div class="section field inheritance" rel="yui:superclass" resource="Attribute.html"> |
|
2181 <h4>Methods inherited from <a href="Attribute.html" property="yui:name" title="Attribute">Attribute</a>:</h4> |
|
2182 <div class="content" rel="yui:methods"> |
|
2183 <code> |
|
2184 <span rel="yui:method" resource="Attribute.html#method__addAttrs"> |
|
2185 <a class="private" href="Attribute.html#method__addAttrs" property="yui:name" title="_addAttrs">_addAttrs</a><span class="private">,</span> |
|
2186 </span> |
|
2187 <span rel="yui:method" resource="Attribute.html#method__addLazyAttr"> |
|
2188 <a class="private" href="Attribute.html#method__addLazyAttr" property="yui:name" title="_addLazyAttr">_addLazyAttr</a><span class="private">,</span> |
|
2189 </span> |
|
2190 <span rel="yui:method" resource="Attribute.html#method__defAttrChangeFn"> |
|
2191 <a class="private" href="Attribute.html#method__defAttrChangeFn" property="yui:name" title="_defAttrChangeFn">_defAttrChangeFn</a><span class="private">,</span> |
|
2192 </span> |
|
2193 <span rel="yui:method" resource="Attribute.html#method__fireAttrChange"> |
|
2194 <a class="private" href="Attribute.html#method__fireAttrChange" property="yui:name" title="_fireAttrChange">_fireAttrChange</a><span class="private">,</span> |
|
2195 </span> |
|
2196 <span rel="yui:method" resource="Attribute.html#method__getAttr"> |
|
2197 <a class="protected" href="Attribute.html#method__getAttr" property="yui:name" title="_getAttr">_getAttr</a><span class="protected">,</span> |
|
2198 </span> |
|
2199 <span rel="yui:method" resource="Attribute.html#method__getAttrInitVal"> |
|
2200 <a class="private" href="Attribute.html#method__getAttrInitVal" property="yui:name" title="_getAttrInitVal">_getAttrInitVal</a><span class="private">,</span> |
|
2201 </span> |
|
2202 <span rel="yui:method" resource="Attribute.html#method__getAttrs"> |
|
2203 <a class="protected" href="Attribute.html#method__getAttrs" property="yui:name" title="_getAttrs">_getAttrs</a><span class="protected">,</span> |
|
2204 </span> |
|
2205 <span rel="yui:method" resource="Attribute.html#method__getStateVal"> |
|
2206 <a class="private" href="Attribute.html#method__getStateVal" property="yui:name" title="_getStateVal">_getStateVal</a><span class="private">,</span> |
|
2207 </span> |
|
2208 <span rel="yui:method" resource="Attribute.html#method__isLazyAttr"> |
|
2209 <a class="private" href="Attribute.html#method__isLazyAttr" property="yui:name" title="_isLazyAttr">_isLazyAttr</a><span class="private">,</span> |
|
2210 </span> |
|
2211 <span rel="yui:method" resource="Attribute.html#method__normAttrVals"> |
|
2212 <a class="private" href="Attribute.html#method__normAttrVals" property="yui:name" title="_normAttrVals">_normAttrVals</a><span class="private">,</span> |
|
2213 </span> |
|
2214 <span rel="yui:method" resource="Attribute.html#method__protectAttrs"> |
|
2215 <a class="protected" href="Attribute.html#method__protectAttrs" property="yui:name" title="_protectAttrs">_protectAttrs</a><span class="protected">,</span> |
|
2216 </span> |
|
2217 <span rel="yui:method" resource="Attribute.html#method__set"> |
|
2218 <a class="protected" href="Attribute.html#method__set" property="yui:name" title="_set">_set</a><span class="protected">,</span> |
|
2219 </span> |
|
2220 <span rel="yui:method" resource="Attribute.html#method__setAttr"> |
|
2221 <a class="protected" href="Attribute.html#method__setAttr" property="yui:name" title="_setAttr">_setAttr</a><span class="protected">,</span> |
|
2222 </span> |
|
2223 <span rel="yui:method" resource="Attribute.html#method__setAttrs"> |
|
2224 <a class="protected" href="Attribute.html#method__setAttrs" property="yui:name" title="_setAttrs">_setAttrs</a><span class="protected">,</span> |
|
2225 </span> |
|
2226 <span rel="yui:method" resource="Attribute.html#method__setAttrVal"> |
|
2227 <a class="private" href="Attribute.html#method__setAttrVal" property="yui:name" title="_setAttrVal">_setAttrVal</a><span class="private">,</span> |
|
2228 </span> |
|
2229 <span rel="yui:method" resource="Attribute.html#method__setStateVal"> |
|
2230 <a class="private" href="Attribute.html#method__setStateVal" property="yui:name" title="_setStateVal">_setStateVal</a><span class="private">,</span> |
|
2231 </span> |
|
2232 <span rel="yui:method" resource="Attribute.html#method_addAttr"> |
|
2233 <a class="" href="Attribute.html#method_addAttr" property="yui:name" title="addAttr">addAttr</a><span class="">,</span> |
|
2234 </span> |
|
2235 <span rel="yui:method" resource="Attribute.html#method_addAttrs"> |
|
2236 <a class="" href="Attribute.html#method_addAttrs" property="yui:name" title="addAttrs">addAttrs</a><span class="">,</span> |
|
2237 </span> |
|
2238 <span rel="yui:method" resource="Attribute.html#method_attrAdded"> |
|
2239 <a class="" href="Attribute.html#method_attrAdded" property="yui:name" title="attrAdded">attrAdded</a><span class="">,</span> |
|
2240 </span> |
|
2241 <span rel="yui:method" resource="Attribute.html#method_get"> |
|
2242 <a class="" href="Attribute.html#method_get" property="yui:name" title="get">get</a><span class="">,</span> |
|
2243 </span> |
|
2244 <span rel="yui:method" resource="Attribute.html#method_getAttrs"> |
|
2245 <a class="" href="Attribute.html#method_getAttrs" property="yui:name" title="getAttrs">getAttrs</a><span class="">,</span> |
|
2246 </span> |
|
2247 <span rel="yui:method" resource="Attribute.html#method_modifyAttr"> |
|
2248 <a class="" href="Attribute.html#method_modifyAttr" property="yui:name" title="modifyAttr">modifyAttr</a><span class="">,</span> |
|
2249 </span> |
|
2250 <span rel="yui:method" resource="Attribute.html#method_removeAttr"> |
|
2251 <a class="" href="Attribute.html#method_removeAttr" property="yui:name" title="removeAttr">removeAttr</a><span class="">,</span> |
|
2252 </span> |
|
2253 <span rel="yui:method" resource="Attribute.html#method_reset"> |
|
2254 <a class="" href="Attribute.html#method_reset" property="yui:name" title="reset">reset</a><span class="">,</span> |
|
2255 </span> |
|
2256 <span rel="yui:method" resource="Attribute.html#method_set"> |
|
2257 <a class="" href="Attribute.html#method_set" property="yui:name" title="set">set</a><span class="">,</span> |
|
2258 </span> |
|
2259 <span rel="yui:method" resource="Attribute.html#method_setAttrs"> |
|
2260 <a class="" href="Attribute.html#method_setAttrs" property="yui:name" title="setAttrs">setAttrs</a> |
|
2261 </span> |
|
2262 </code> |
|
2263 </div> |
|
2264 </div> |
|
2265 <div class="section field inheritance" rel="yui:superclass" resource="Widget.html"> |
|
2266 <h4>Methods inherited from <a href="Widget.html" property="yui:name" title="Widget">Widget</a>:</h4> |
|
2267 <div class="content" rel="yui:methods"> |
|
2268 <code> |
|
2269 <span rel="yui:method" resource="Widget.html#method__afterDisabledChange"> |
|
2270 <a class="protected" href="Widget.html#method__afterDisabledChange" property="yui:name" title="_afterDisabledChange">_afterDisabledChange</a><span class="protected">,</span> |
|
2271 </span> |
|
2272 <span rel="yui:method" resource="Widget.html#method__afterFocusedChange"> |
|
2273 <a class="protected" href="Widget.html#method__afterFocusedChange" property="yui:name" title="_afterFocusedChange">_afterFocusedChange</a><span class="protected">,</span> |
|
2274 </span> |
|
2275 <span rel="yui:method" resource="Widget.html#method__afterHeightChange"> |
|
2276 <a class="protected" href="Widget.html#method__afterHeightChange" property="yui:name" title="_afterHeightChange">_afterHeightChange</a><span class="protected">,</span> |
|
2277 </span> |
|
2278 <span rel="yui:method" resource="Widget.html#method__afterVisibleChange"> |
|
2279 <a class="protected" href="Widget.html#method__afterVisibleChange" property="yui:name" title="_afterVisibleChange">_afterVisibleChange</a><span class="protected">,</span> |
|
2280 </span> |
|
2281 <span rel="yui:method" resource="Widget.html#method__afterWidthChange"> |
|
2282 <a class="protected" href="Widget.html#method__afterWidthChange" property="yui:name" title="_afterWidthChange">_afterWidthChange</a><span class="protected">,</span> |
|
2283 </span> |
|
2284 <span rel="yui:method" resource="Widget.html#method__bindDOMListeners"> |
|
2285 <a class="protected" href="Widget.html#method__bindDOMListeners" property="yui:name" title="_bindDOMListeners">_bindDOMListeners</a><span class="protected">,</span> |
|
2286 </span> |
|
2287 <span rel="yui:method" resource="Widget.html#method__bindUI"> |
|
2288 <a class="protected" href="Widget.html#method__bindUI" property="yui:name" title="_bindUI">_bindUI</a><span class="protected">,</span> |
|
2289 </span> |
|
2290 <span rel="yui:method" resource="Widget.html#method__defRenderFn"> |
|
2291 <a class="protected" href="Widget.html#method__defRenderFn" property="yui:name" title="_defRenderFn">_defRenderFn</a><span class="protected">,</span> |
|
2292 </span> |
|
2293 <span rel="yui:method" resource="Widget.html#method__getHtmlParser"> |
|
2294 <a class="" href="Widget.html#method__getHtmlParser" property="yui:name" title="_getHtmlParser">_getHtmlParser</a><span class="">,</span> |
|
2295 </span> |
|
2296 <span rel="yui:method" resource="Widget.html#method__getStrings"> |
|
2297 <a class="protected" href="Widget.html#method__getStrings" property="yui:name" title="_getStrings">_getStrings</a><span class="protected">,</span> |
|
2298 </span> |
|
2299 <span rel="yui:method" resource="Widget.html#method__moveStyles"> |
|
2300 <a class="private" href="Widget.html#method__moveStyles" property="yui:name" title="_moveStyles">_moveStyles</a><span class="private">,</span> |
|
2301 </span> |
|
2302 <span rel="yui:method" resource="Widget.html#method__onDocMouseDown"> |
|
2303 <a class="protected" href="Widget.html#method__onDocMouseDown" property="yui:name" title="_onDocMouseDown">_onDocMouseDown</a><span class="protected">,</span> |
|
2304 </span> |
|
2305 <span rel="yui:method" resource="Widget.html#method__onFocus"> |
|
2306 <a class="protected" href="Widget.html#method__onFocus" property="yui:name" title="_onFocus">_onFocus</a><span class="protected">,</span> |
|
2307 </span> |
|
2308 <span rel="yui:method" resource="Widget.html#method__parseHTML"> |
|
2309 <a class="private" href="Widget.html#method__parseHTML" property="yui:name" title="_parseHTML">_parseHTML</a><span class="private">,</span> |
|
2310 </span> |
|
2311 <span rel="yui:method" resource="Widget.html#method__renderBox"> |
|
2312 <a class="private" href="Widget.html#method__renderBox" property="yui:name" title="_renderBox">_renderBox</a><span class="private">,</span> |
|
2313 </span> |
|
2314 <span rel="yui:method" resource="Widget.html#method__renderBoxClassNames"> |
|
2315 <a class="protected" href="Widget.html#method__renderBoxClassNames" property="yui:name" title="_renderBoxClassNames">_renderBoxClassNames</a><span class="protected">,</span> |
|
2316 </span> |
|
2317 <span rel="yui:method" resource="Widget.html#method__renderUI"> |
|
2318 <a class="protected" href="Widget.html#method__renderUI" property="yui:name" title="_renderUI">_renderUI</a><span class="protected">,</span> |
|
2319 </span> |
|
2320 <span rel="yui:method" resource="Widget.html#method__setBoundingBox"> |
|
2321 <a class="private" href="Widget.html#method__setBoundingBox" property="yui:name" title="_setBoundingBox">_setBoundingBox</a><span class="private">,</span> |
|
2322 </span> |
|
2323 <span rel="yui:method" resource="Widget.html#method__setBox"> |
|
2324 <a class="private" href="Widget.html#method__setBox" property="yui:name" title="_setBox">_setBox</a><span class="private">,</span> |
|
2325 </span> |
|
2326 <span rel="yui:method" resource="Widget.html#method__setContentBox"> |
|
2327 <a class="private" href="Widget.html#method__setContentBox" property="yui:name" title="_setContentBox">_setContentBox</a><span class="private">,</span> |
|
2328 </span> |
|
2329 <span rel="yui:method" resource="Widget.html#method__setStrings"> |
|
2330 <a class="protected" href="Widget.html#method__setStrings" property="yui:name" title="_setStrings">_setStrings</a><span class="protected">,</span> |
|
2331 </span> |
|
2332 <span rel="yui:method" resource="Widget.html#method__syncUI"> |
|
2333 <a class="protected" href="Widget.html#method__syncUI" property="yui:name" title="_syncUI">_syncUI</a><span class="protected">,</span> |
|
2334 </span> |
|
2335 <span rel="yui:method" resource="Widget.html#method__uiSetDisabled"> |
|
2336 <a class="protected" href="Widget.html#method__uiSetDisabled" property="yui:name" title="_uiSetDisabled">_uiSetDisabled</a><span class="protected">,</span> |
|
2337 </span> |
|
2338 <span rel="yui:method" resource="Widget.html#method__uiSetFocused"> |
|
2339 <a class="protected" href="Widget.html#method__uiSetFocused" property="yui:name" title="_uiSetFocused">_uiSetFocused</a><span class="protected">,</span> |
|
2340 </span> |
|
2341 <span rel="yui:method" resource="Widget.html#method__uiSetHeight"> |
|
2342 <a class="protected" href="Widget.html#method__uiSetHeight" property="yui:name" title="_uiSetHeight">_uiSetHeight</a><span class="protected">,</span> |
|
2343 </span> |
|
2344 <span rel="yui:method" resource="Widget.html#method__uiSetTabIndex"> |
|
2345 <a class="protected" href="Widget.html#method__uiSetTabIndex" property="yui:name" title="_uiSetTabIndex">_uiSetTabIndex</a><span class="protected">,</span> |
|
2346 </span> |
|
2347 <span rel="yui:method" resource="Widget.html#method__uiSetVisible"> |
|
2348 <a class="protected" href="Widget.html#method__uiSetVisible" property="yui:name" title="_uiSetVisible">_uiSetVisible</a><span class="protected">,</span> |
|
2349 </span> |
|
2350 <span rel="yui:method" resource="Widget.html#method__uiSetWidth"> |
|
2351 <a class="protected" href="Widget.html#method__uiSetWidth" property="yui:name" title="_uiSetWidth">_uiSetWidth</a><span class="protected">,</span> |
|
2352 </span> |
|
2353 <span rel="yui:method" resource="Widget.html#method_bindUI"> |
|
2354 <a class="protected" href="Widget.html#method_bindUI" property="yui:name" title="bindUI">bindUI</a><span class="protected">,</span> |
|
2355 </span> |
|
2356 <span rel="yui:method" resource="Widget.html#method_blur"> |
|
2357 <a class="" href="Widget.html#method_blur" property="yui:name" title="blur">blur</a><span class="">,</span> |
|
2358 </span> |
|
2359 <span rel="yui:method" resource="Widget.html#method_destructor"> |
|
2360 <a class="protected" href="Widget.html#method_destructor" property="yui:name" title="destructor">destructor</a><span class="protected">,</span> |
|
2361 </span> |
|
2362 <span rel="yui:method" resource="Widget.html#method_disabled"> |
|
2363 <a class="" href="Widget.html#method_disabled" property="yui:name" title="disabled">disabled</a><span class="">,</span> |
|
2364 </span> |
|
2365 <span rel="yui:method" resource="Widget.html#method_enable"> |
|
2366 <a class="" href="Widget.html#method_enable" property="yui:name" title="enable">enable</a><span class="">,</span> |
|
2367 </span> |
|
2368 <span rel="yui:method" resource="Widget.html#method_focus"> |
|
2369 <a class="" href="Widget.html#method_focus" property="yui:name" title="focus">focus</a><span class="">,</span> |
|
2370 </span> |
|
2371 <span rel="yui:method" resource="Widget.html#method_getClassName"> |
|
2372 <a class="" href="Widget.html#method_getClassName" property="yui:name" title="getClassName">getClassName</a><span class="">,</span> |
|
2373 </span> |
|
2374 <span rel="yui:method" resource="Widget.html#method_getDefaultLocale"> |
|
2375 <a class="" href="Widget.html#method_getDefaultLocale" property="yui:name" title="getDefaultLocale">getDefaultLocale</a><span class="">,</span> |
|
2376 </span> |
|
2377 <span rel="yui:method" resource="Widget.html#method_getString"> |
|
2378 <a class="" href="Widget.html#method_getString" property="yui:name" title="getString">getString</a><span class="">,</span> |
|
2379 </span> |
|
2380 <span rel="yui:method" resource="Widget.html#method_getStrings"> |
|
2381 <a class="" href="Widget.html#method_getStrings" property="yui:name" title="getStrings">getStrings</a><span class="">,</span> |
|
2382 </span> |
|
2383 <span rel="yui:method" resource="Widget.html#method_hide"> |
|
2384 <a class="" href="Widget.html#method_hide" property="yui:name" title="hide">hide</a><span class="">,</span> |
|
2385 </span> |
|
2386 <span rel="yui:method" resource="Widget.html#method_initializer"> |
|
2387 <a class="protected" href="Widget.html#method_initializer" property="yui:name" title="initializer">initializer</a><span class="protected">,</span> |
|
2388 </span> |
|
2389 <span rel="yui:method" resource="Widget.html#method_render"> |
|
2390 <a class="" href="Widget.html#method_render" property="yui:name" title="render">render</a><span class="">,</span> |
|
2391 </span> |
|
2392 <span rel="yui:method" resource="Widget.html#method_renderer"> |
|
2393 <a class="protected" href="Widget.html#method_renderer" property="yui:name" title="renderer">renderer</a><span class="protected">,</span> |
|
2394 </span> |
|
2395 <span rel="yui:method" resource="Widget.html#method_renderUI"> |
|
2396 <a class="protected" href="Widget.html#method_renderUI" property="yui:name" title="renderUI">renderUI</a><span class="protected">,</span> |
|
2397 </span> |
|
2398 <span rel="yui:method" resource="Widget.html#method_show"> |
|
2399 <a class="" href="Widget.html#method_show" property="yui:name" title="show">show</a><span class="">,</span> |
|
2400 </span> |
|
2401 <span rel="yui:method" resource="Widget.html#method_syncUI"> |
|
2402 <a class="" href="Widget.html#method_syncUI" property="yui:name" title="syncUI">syncUI</a><span class="">,</span> |
|
2403 </span> |
|
2404 <span rel="yui:method" resource="Widget.html#method_toString"> |
|
2405 <a class="" href="Widget.html#method_toString" property="yui:name" title="toString">toString</a> |
|
2406 </span> |
|
2407 </code> |
|
2408 </div> |
|
2409 </div> |
|
2410 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
2411 <h4>Methods inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
2412 <div class="content" rel="yui:methods"> |
|
2413 <code> |
|
2414 <span rel="yui:method" resource="Base.html#method__aggregateAttrs"> |
|
2415 <a class="private" href="Base.html#method__aggregateAttrs" property="yui:name" title="_aggregateAttrs">_aggregateAttrs</a><span class="private">,</span> |
|
2416 </span> |
|
2417 <span rel="yui:method" resource="Base.html#method__defDestroyFn"> |
|
2418 <a class="protected" href="Base.html#method__defDestroyFn" property="yui:name" title="_defDestroyFn">_defDestroyFn</a><span class="protected">,</span> |
|
2419 </span> |
|
2420 <span rel="yui:method" resource="Base.html#method__defInitFn"> |
|
2421 <a class="protected" href="Base.html#method__defInitFn" property="yui:name" title="_defInitFn">_defInitFn</a><span class="protected">,</span> |
|
2422 </span> |
|
2423 <span rel="yui:method" resource="Base.html#method__destroyHierarchy"> |
|
2424 <a class="private" href="Base.html#method__destroyHierarchy" property="yui:name" title="_destroyHierarchy">_destroyHierarchy</a><span class="private">,</span> |
|
2425 </span> |
|
2426 <span rel="yui:method" resource="Base.html#method__filterAttrCfs"> |
|
2427 <a class="private" href="Base.html#method__filterAttrCfs" property="yui:name" title="_filterAttrCfs">_filterAttrCfs</a><span class="private">,</span> |
|
2428 </span> |
|
2429 <span rel="yui:method" resource="Base.html#method__getAttrCfgs"> |
|
2430 <a class="protected" href="Base.html#method__getAttrCfgs" property="yui:name" title="_getAttrCfgs">_getAttrCfgs</a><span class="protected">,</span> |
|
2431 </span> |
|
2432 <span rel="yui:method" resource="Base.html#method__getClasses"> |
|
2433 <a class="protected" href="Base.html#method__getClasses" property="yui:name" title="_getClasses">_getClasses</a><span class="protected">,</span> |
|
2434 </span> |
|
2435 <span rel="yui:method" resource="Base.html#method__initHierarchy"> |
|
2436 <a class="private" href="Base.html#method__initHierarchy" property="yui:name" title="_initHierarchy">_initHierarchy</a><span class="private">,</span> |
|
2437 </span> |
|
2438 <span rel="yui:method" resource="Base.html#method__initHierarchyData"> |
|
2439 <a class="private" href="Base.html#method__initHierarchyData" property="yui:name" title="_initHierarchyData">_initHierarchyData</a><span class="private">,</span> |
|
2440 </span> |
|
2441 <span rel="yui:method" resource="Base.html#method_destroy"> |
|
2442 <a class="" href="Base.html#method_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span> |
|
2443 </span> |
|
2444 <span rel="yui:method" resource="Base.html#method_init"> |
|
2445 <a class="" href="Base.html#method_init" property="yui:name" title="init">init</a><span class="">,</span> |
|
2446 </span> |
|
2447 <span rel="yui:method" resource="Base.html#method_toString"> |
|
2448 <a class="" href="Base.html#method_toString" property="yui:name" title="toString">toString</a> |
|
2449 </span> |
|
2450 </code> |
|
2451 </div> |
|
2452 </div> |
|
2453 </div> |
|
2454 </div> |
|
2455 |
|
2456 <div rel="yui:events" resource="#events"> |
|
2457 <div class="section method details"> |
|
2458 <h3 id="events">Events</h3> |
|
2459 <div class="content"> |
|
2460 <div class="" rel="yui:event" resource="#event_collapsedChange"> |
|
2461 <h4> |
|
2462 <a name="event_collapsedChange">collapsedChange</a></h4> |
|
2463 <div class="detail"> |
|
2464 <code> |
|
2465 |
|
2466 |
|
2467 |
|
2468 <strong property="yui:name">collapsedChange</strong> |
|
2469 |
|
2470 ( |
|
2471 |
|
2472 |
|
2473 event |
|
2474 |
|
2475 |
|
2476 ) |
|
2477 |
|
2478 </code> |
|
2479 |
|
2480 <div class="description" property="yui:description"> |
|
2481 Fires when the value for the configuration attribute 'collapsed' 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. |
|
2482 </div> |
|
2483 |
|
2484 <div class="description"> |
|
2485 |
|
2486 |
|
2487 <dl rel="yui:parameters"> |
|
2488 <dt>Parameters:</dt> |
|
2489 <dd rel="yui:parameter"> |
|
2490 <code><span property="yui:name">event</span> |
|
2491 <<span property="yui:type">Event.Facade</span>> |
|
2492 </code> |
|
2493 <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> |
|
2494 </dd> |
|
2495 |
|
2496 </dl> |
|
2497 |
|
2498 |
|
2499 </div> |
|
2500 |
|
2501 </div> |
|
2502 <hr /> |
|
2503 </div> |
|
2504 <div class="" rel="yui:event" resource="#event_consoleLimitChange"> |
|
2505 <h4> |
|
2506 <a name="event_consoleLimitChange">consoleLimitChange</a></h4> |
|
2507 <div class="detail"> |
|
2508 <code> |
|
2509 |
|
2510 |
|
2511 |
|
2512 <strong property="yui:name">consoleLimitChange</strong> |
|
2513 |
|
2514 ( |
|
2515 |
|
2516 |
|
2517 event |
|
2518 |
|
2519 |
|
2520 ) |
|
2521 |
|
2522 </code> |
|
2523 |
|
2524 <div class="description" property="yui:description"> |
|
2525 Fires when the value for the configuration attribute 'consoleLimit' 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. |
|
2526 </div> |
|
2527 |
|
2528 <div class="description"> |
|
2529 |
|
2530 |
|
2531 <dl rel="yui:parameters"> |
|
2532 <dt>Parameters:</dt> |
|
2533 <dd rel="yui:parameter"> |
|
2534 <code><span property="yui:name">event</span> |
|
2535 <<span property="yui:type">Event.Facade</span>> |
|
2536 </code> |
|
2537 <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> |
|
2538 </dd> |
|
2539 |
|
2540 </dl> |
|
2541 |
|
2542 |
|
2543 </div> |
|
2544 |
|
2545 </div> |
|
2546 <hr /> |
|
2547 </div> |
|
2548 <div class="" rel="yui:event" resource="#event_defaultCategoryChange"> |
|
2549 <h4> |
|
2550 <a name="event_defaultCategoryChange">defaultCategoryChange</a></h4> |
|
2551 <div class="detail"> |
|
2552 <code> |
|
2553 |
|
2554 |
|
2555 |
|
2556 <strong property="yui:name">defaultCategoryChange</strong> |
|
2557 |
|
2558 ( |
|
2559 |
|
2560 |
|
2561 event |
|
2562 |
|
2563 |
|
2564 ) |
|
2565 |
|
2566 </code> |
|
2567 |
|
2568 <div class="description" property="yui:description"> |
|
2569 Fires when the value for the configuration attribute 'defaultCategory' 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. |
|
2570 </div> |
|
2571 |
|
2572 <div class="description"> |
|
2573 |
|
2574 |
|
2575 <dl rel="yui:parameters"> |
|
2576 <dt>Parameters:</dt> |
|
2577 <dd rel="yui:parameter"> |
|
2578 <code><span property="yui:name">event</span> |
|
2579 <<span property="yui:type">Event.Facade</span>> |
|
2580 </code> |
|
2581 <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> |
|
2582 </dd> |
|
2583 |
|
2584 </dl> |
|
2585 |
|
2586 |
|
2587 </div> |
|
2588 |
|
2589 </div> |
|
2590 <hr /> |
|
2591 </div> |
|
2592 <div class="" rel="yui:event" resource="#event_defaultSourceChange"> |
|
2593 <h4> |
|
2594 <a name="event_defaultSourceChange">defaultSourceChange</a></h4> |
|
2595 <div class="detail"> |
|
2596 <code> |
|
2597 |
|
2598 |
|
2599 |
|
2600 <strong property="yui:name">defaultSourceChange</strong> |
|
2601 |
|
2602 ( |
|
2603 |
|
2604 |
|
2605 event |
|
2606 |
|
2607 |
|
2608 ) |
|
2609 |
|
2610 </code> |
|
2611 |
|
2612 <div class="description" property="yui:description"> |
|
2613 Fires when the value for the configuration attribute 'defaultSource' 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. |
|
2614 </div> |
|
2615 |
|
2616 <div class="description"> |
|
2617 |
|
2618 |
|
2619 <dl rel="yui:parameters"> |
|
2620 <dt>Parameters:</dt> |
|
2621 <dd rel="yui:parameter"> |
|
2622 <code><span property="yui:name">event</span> |
|
2623 <<span property="yui:type">Event.Facade</span>> |
|
2624 </code> |
|
2625 <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> |
|
2626 </dd> |
|
2627 |
|
2628 </dl> |
|
2629 |
|
2630 |
|
2631 </div> |
|
2632 |
|
2633 </div> |
|
2634 <hr /> |
|
2635 </div> |
|
2636 <div class="" rel="yui:event" resource="#event_entry"> |
|
2637 <h4> |
|
2638 <a name="event_entry">entry</a></h4> |
|
2639 <div class="detail"> |
|
2640 <code> |
|
2641 |
|
2642 |
|
2643 |
|
2644 <strong property="yui:name">entry</strong> |
|
2645 |
|
2646 ( |
|
2647 |
|
2648 |
|
2649 event |
|
2650 |
|
2651 |
|
2652 ) |
|
2653 |
|
2654 </code> |
|
2655 |
|
2656 <div class="description" property="yui:description"> |
|
2657 Transfers a received message to the print loop buffer. Default |
|
2658 behavior defined in _defEntryFn. |
|
2659 </div> |
|
2660 |
|
2661 <div class="description"> |
|
2662 |
|
2663 |
|
2664 <dl rel="yui:parameters"> |
|
2665 <dt>Parameters:</dt> |
|
2666 <dd rel="yui:parameter"> |
|
2667 <code><span property="yui:name">event</span> |
|
2668 <<span property="yui:type">Event.Facade</span>> |
|
2669 </code> |
|
2670 <span property="yui:description"> An Event Facade object with the following attribute specific properties added: |
|
2671 <dl> |
|
2672 <dt>message</dt> |
|
2673 <dd>The message data normalized into an object literal (see _normalizeMessage)</dd> |
|
2674 </dl></span> |
|
2675 </dd> |
|
2676 |
|
2677 </dl> |
|
2678 |
|
2679 <div class="preventable"> |
|
2680 <strong>Preventable:</strong> This event is preventable by method e.preventDefault(). The default function executed by this event is _defEntryFn. |
|
2681 </div> |
|
2682 |
|
2683 </div> |
|
2684 |
|
2685 </div> |
|
2686 <hr /> |
|
2687 </div> |
|
2688 <div class="" rel="yui:event" resource="#event_entryTemplateChange"> |
|
2689 <h4> |
|
2690 <a name="event_entryTemplateChange">entryTemplateChange</a></h4> |
|
2691 <div class="detail"> |
|
2692 <code> |
|
2693 |
|
2694 |
|
2695 |
|
2696 <strong property="yui:name">entryTemplateChange</strong> |
|
2697 |
|
2698 ( |
|
2699 |
|
2700 |
|
2701 event |
|
2702 |
|
2703 |
|
2704 ) |
|
2705 |
|
2706 </code> |
|
2707 |
|
2708 <div class="description" property="yui:description"> |
|
2709 Fires when the value for the configuration attribute 'entryTemplate' 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. |
|
2710 </div> |
|
2711 |
|
2712 <div class="description"> |
|
2713 |
|
2714 |
|
2715 <dl rel="yui:parameters"> |
|
2716 <dt>Parameters:</dt> |
|
2717 <dd rel="yui:parameter"> |
|
2718 <code><span property="yui:name">event</span> |
|
2719 <<span property="yui:type">Event.Facade</span>> |
|
2720 </code> |
|
2721 <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> |
|
2722 </dd> |
|
2723 |
|
2724 </dl> |
|
2725 |
|
2726 |
|
2727 </div> |
|
2728 |
|
2729 </div> |
|
2730 <hr /> |
|
2731 </div> |
|
2732 <div class="" rel="yui:event" resource="#event_heightChange"> |
|
2733 <h4> |
|
2734 <a name="event_heightChange">heightChange</a></h4> |
|
2735 <div class="detail"> |
|
2736 <code> |
|
2737 |
|
2738 |
|
2739 |
|
2740 <strong property="yui:name">heightChange</strong> |
|
2741 |
|
2742 ( |
|
2743 |
|
2744 |
|
2745 event |
|
2746 |
|
2747 |
|
2748 ) |
|
2749 |
|
2750 </code> |
|
2751 |
|
2752 <div class="description" property="yui:description"> |
|
2753 Fires when the value for the configuration attribute 'height' 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. |
|
2754 </div> |
|
2755 |
|
2756 <div class="description"> |
|
2757 |
|
2758 |
|
2759 <dl rel="yui:parameters"> |
|
2760 <dt>Parameters:</dt> |
|
2761 <dd rel="yui:parameter"> |
|
2762 <code><span property="yui:name">event</span> |
|
2763 <<span property="yui:type">Event.Facade</span>> |
|
2764 </code> |
|
2765 <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> |
|
2766 </dd> |
|
2767 |
|
2768 </dl> |
|
2769 |
|
2770 |
|
2771 </div> |
|
2772 |
|
2773 </div> |
|
2774 <hr /> |
|
2775 </div> |
|
2776 <div class="" rel="yui:event" resource="#event_lastTimeChange"> |
|
2777 <h4> |
|
2778 <a name="event_lastTimeChange">lastTimeChange</a></h4> |
|
2779 <div class="detail"> |
|
2780 <code> |
|
2781 |
|
2782 |
|
2783 |
|
2784 <strong property="yui:name">lastTimeChange</strong> |
|
2785 |
|
2786 ( |
|
2787 |
|
2788 |
|
2789 event |
|
2790 |
|
2791 |
|
2792 ) |
|
2793 |
|
2794 </code> |
|
2795 |
|
2796 <div class="description" property="yui:description"> |
|
2797 Fires when the value for the configuration attribute 'lastTime' 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. |
|
2798 </div> |
|
2799 |
|
2800 <div class="description"> |
|
2801 |
|
2802 |
|
2803 <dl rel="yui:parameters"> |
|
2804 <dt>Parameters:</dt> |
|
2805 <dd rel="yui:parameter"> |
|
2806 <code><span property="yui:name">event</span> |
|
2807 <<span property="yui:type">Event.Facade</span>> |
|
2808 </code> |
|
2809 <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> |
|
2810 </dd> |
|
2811 |
|
2812 </dl> |
|
2813 |
|
2814 |
|
2815 </div> |
|
2816 |
|
2817 </div> |
|
2818 <hr /> |
|
2819 </div> |
|
2820 <div class="" rel="yui:event" resource="#event_logEventChange"> |
|
2821 <h4> |
|
2822 <a name="event_logEventChange">logEventChange</a></h4> |
|
2823 <div class="detail"> |
|
2824 <code> |
|
2825 |
|
2826 |
|
2827 |
|
2828 <strong property="yui:name">logEventChange</strong> |
|
2829 |
|
2830 ( |
|
2831 |
|
2832 |
|
2833 event |
|
2834 |
|
2835 |
|
2836 ) |
|
2837 |
|
2838 </code> |
|
2839 |
|
2840 <div class="description" property="yui:description"> |
|
2841 Fires when the value for the configuration attribute 'logEvent' 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. |
|
2842 </div> |
|
2843 |
|
2844 <div class="description"> |
|
2845 |
|
2846 |
|
2847 <dl rel="yui:parameters"> |
|
2848 <dt>Parameters:</dt> |
|
2849 <dd rel="yui:parameter"> |
|
2850 <code><span property="yui:name">event</span> |
|
2851 <<span property="yui:type">Event.Facade</span>> |
|
2852 </code> |
|
2853 <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> |
|
2854 </dd> |
|
2855 |
|
2856 </dl> |
|
2857 |
|
2858 |
|
2859 </div> |
|
2860 |
|
2861 </div> |
|
2862 <hr /> |
|
2863 </div> |
|
2864 <div class="" rel="yui:event" resource="#event_logLevelChange"> |
|
2865 <h4> |
|
2866 <a name="event_logLevelChange">logLevelChange</a></h4> |
|
2867 <div class="detail"> |
|
2868 <code> |
|
2869 |
|
2870 |
|
2871 |
|
2872 <strong property="yui:name">logLevelChange</strong> |
|
2873 |
|
2874 ( |
|
2875 |
|
2876 |
|
2877 event |
|
2878 |
|
2879 |
|
2880 ) |
|
2881 |
|
2882 </code> |
|
2883 |
|
2884 <div class="description" property="yui:description"> |
|
2885 Fires when the value for the configuration attribute 'logLevel' 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. |
|
2886 </div> |
|
2887 |
|
2888 <div class="description"> |
|
2889 |
|
2890 |
|
2891 <dl rel="yui:parameters"> |
|
2892 <dt>Parameters:</dt> |
|
2893 <dd rel="yui:parameter"> |
|
2894 <code><span property="yui:name">event</span> |
|
2895 <<span property="yui:type">Event.Facade</span>> |
|
2896 </code> |
|
2897 <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> |
|
2898 </dd> |
|
2899 |
|
2900 </dl> |
|
2901 |
|
2902 |
|
2903 </div> |
|
2904 |
|
2905 </div> |
|
2906 <hr /> |
|
2907 </div> |
|
2908 <div class="" rel="yui:event" resource="#event_logSourceChange"> |
|
2909 <h4> |
|
2910 <a name="event_logSourceChange">logSourceChange</a></h4> |
|
2911 <div class="detail"> |
|
2912 <code> |
|
2913 |
|
2914 |
|
2915 |
|
2916 <strong property="yui:name">logSourceChange</strong> |
|
2917 |
|
2918 ( |
|
2919 |
|
2920 |
|
2921 event |
|
2922 |
|
2923 |
|
2924 ) |
|
2925 |
|
2926 </code> |
|
2927 |
|
2928 <div class="description" property="yui:description"> |
|
2929 Fires when the value for the configuration attribute 'logSource' 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. |
|
2930 </div> |
|
2931 |
|
2932 <div class="description"> |
|
2933 |
|
2934 |
|
2935 <dl rel="yui:parameters"> |
|
2936 <dt>Parameters:</dt> |
|
2937 <dd rel="yui:parameter"> |
|
2938 <code><span property="yui:name">event</span> |
|
2939 <<span property="yui:type">Event.Facade</span>> |
|
2940 </code> |
|
2941 <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> |
|
2942 </dd> |
|
2943 |
|
2944 </dl> |
|
2945 |
|
2946 |
|
2947 </div> |
|
2948 |
|
2949 </div> |
|
2950 <hr /> |
|
2951 </div> |
|
2952 <div class="" rel="yui:event" resource="#event_newestOnTopChange"> |
|
2953 <h4> |
|
2954 <a name="event_newestOnTopChange">newestOnTopChange</a></h4> |
|
2955 <div class="detail"> |
|
2956 <code> |
|
2957 |
|
2958 |
|
2959 |
|
2960 <strong property="yui:name">newestOnTopChange</strong> |
|
2961 |
|
2962 ( |
|
2963 |
|
2964 |
|
2965 event |
|
2966 |
|
2967 |
|
2968 ) |
|
2969 |
|
2970 </code> |
|
2971 |
|
2972 <div class="description" property="yui:description"> |
|
2973 Fires when the value for the configuration attribute 'newestOnTop' 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. |
|
2974 </div> |
|
2975 |
|
2976 <div class="description"> |
|
2977 |
|
2978 |
|
2979 <dl rel="yui:parameters"> |
|
2980 <dt>Parameters:</dt> |
|
2981 <dd rel="yui:parameter"> |
|
2982 <code><span property="yui:name">event</span> |
|
2983 <<span property="yui:type">Event.Facade</span>> |
|
2984 </code> |
|
2985 <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> |
|
2986 </dd> |
|
2987 |
|
2988 </dl> |
|
2989 |
|
2990 |
|
2991 </div> |
|
2992 |
|
2993 </div> |
|
2994 <hr /> |
|
2995 </div> |
|
2996 <div class="" rel="yui:event" resource="#event_pausedChange"> |
|
2997 <h4> |
|
2998 <a name="event_pausedChange">pausedChange</a></h4> |
|
2999 <div class="detail"> |
|
3000 <code> |
|
3001 |
|
3002 |
|
3003 |
|
3004 <strong property="yui:name">pausedChange</strong> |
|
3005 |
|
3006 ( |
|
3007 |
|
3008 |
|
3009 event |
|
3010 |
|
3011 |
|
3012 ) |
|
3013 |
|
3014 </code> |
|
3015 |
|
3016 <div class="description" property="yui:description"> |
|
3017 Fires when the value for the configuration attribute 'paused' 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. |
|
3018 </div> |
|
3019 |
|
3020 <div class="description"> |
|
3021 |
|
3022 |
|
3023 <dl rel="yui:parameters"> |
|
3024 <dt>Parameters:</dt> |
|
3025 <dd rel="yui:parameter"> |
|
3026 <code><span property="yui:name">event</span> |
|
3027 <<span property="yui:type">Event.Facade</span>> |
|
3028 </code> |
|
3029 <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> |
|
3030 </dd> |
|
3031 |
|
3032 </dl> |
|
3033 |
|
3034 |
|
3035 </div> |
|
3036 |
|
3037 </div> |
|
3038 <hr /> |
|
3039 </div> |
|
3040 <div class="" rel="yui:event" resource="#event_printLimitChange"> |
|
3041 <h4> |
|
3042 <a name="event_printLimitChange">printLimitChange</a></h4> |
|
3043 <div class="detail"> |
|
3044 <code> |
|
3045 |
|
3046 |
|
3047 |
|
3048 <strong property="yui:name">printLimitChange</strong> |
|
3049 |
|
3050 ( |
|
3051 |
|
3052 |
|
3053 event |
|
3054 |
|
3055 |
|
3056 ) |
|
3057 |
|
3058 </code> |
|
3059 |
|
3060 <div class="description" property="yui:description"> |
|
3061 Fires when the value for the configuration attribute 'printLimit' 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. |
|
3062 </div> |
|
3063 |
|
3064 <div class="description"> |
|
3065 |
|
3066 |
|
3067 <dl rel="yui:parameters"> |
|
3068 <dt>Parameters:</dt> |
|
3069 <dd rel="yui:parameter"> |
|
3070 <code><span property="yui:name">event</span> |
|
3071 <<span property="yui:type">Event.Facade</span>> |
|
3072 </code> |
|
3073 <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> |
|
3074 </dd> |
|
3075 |
|
3076 </dl> |
|
3077 |
|
3078 |
|
3079 </div> |
|
3080 |
|
3081 </div> |
|
3082 <hr /> |
|
3083 </div> |
|
3084 <div class="" rel="yui:event" resource="#event_printTimeoutChange"> |
|
3085 <h4> |
|
3086 <a name="event_printTimeoutChange">printTimeoutChange</a></h4> |
|
3087 <div class="detail"> |
|
3088 <code> |
|
3089 |
|
3090 |
|
3091 |
|
3092 <strong property="yui:name">printTimeoutChange</strong> |
|
3093 |
|
3094 ( |
|
3095 |
|
3096 |
|
3097 event |
|
3098 |
|
3099 |
|
3100 ) |
|
3101 |
|
3102 </code> |
|
3103 |
|
3104 <div class="description" property="yui:description"> |
|
3105 Fires when the value for the configuration attribute 'printTimeout' 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. |
|
3106 </div> |
|
3107 |
|
3108 <div class="description"> |
|
3109 |
|
3110 |
|
3111 <dl rel="yui:parameters"> |
|
3112 <dt>Parameters:</dt> |
|
3113 <dd rel="yui:parameter"> |
|
3114 <code><span property="yui:name">event</span> |
|
3115 <<span property="yui:type">Event.Facade</span>> |
|
3116 </code> |
|
3117 <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> |
|
3118 </dd> |
|
3119 |
|
3120 </dl> |
|
3121 |
|
3122 |
|
3123 </div> |
|
3124 |
|
3125 </div> |
|
3126 <hr /> |
|
3127 </div> |
|
3128 <div class="" rel="yui:event" resource="#event_reset"> |
|
3129 <h4> |
|
3130 <a name="event_reset">reset</a></h4> |
|
3131 <div class="detail"> |
|
3132 <code> |
|
3133 |
|
3134 |
|
3135 |
|
3136 <strong property="yui:name">reset</strong> |
|
3137 |
|
3138 ( |
|
3139 |
|
3140 |
|
3141 event |
|
3142 |
|
3143 |
|
3144 ) |
|
3145 |
|
3146 </code> |
|
3147 |
|
3148 <div class="description" property="yui:description"> |
|
3149 Triggers the reset behavior via the default logic in _defResetFn. |
|
3150 </div> |
|
3151 |
|
3152 <div class="description"> |
|
3153 |
|
3154 |
|
3155 <dl rel="yui:parameters"> |
|
3156 <dt>Parameters:</dt> |
|
3157 <dd rel="yui:parameter"> |
|
3158 <code><span property="yui:name">event</span> |
|
3159 <<span property="yui:type">Event.Facade</span>> |
|
3160 </code> |
|
3161 <span property="yui:description"> Event Facade object</span> |
|
3162 </dd> |
|
3163 |
|
3164 </dl> |
|
3165 |
|
3166 <div class="preventable"> |
|
3167 <strong>Preventable:</strong> This event is preventable by method e.preventDefault(). The default function executed by this event is _defResetFn. |
|
3168 </div> |
|
3169 |
|
3170 </div> |
|
3171 |
|
3172 </div> |
|
3173 <hr /> |
|
3174 </div> |
|
3175 <div class="" rel="yui:event" resource="#event_scrollIntoViewChange"> |
|
3176 <h4> |
|
3177 <a name="event_scrollIntoViewChange">scrollIntoViewChange</a></h4> |
|
3178 <div class="detail"> |
|
3179 <code> |
|
3180 |
|
3181 |
|
3182 |
|
3183 <strong property="yui:name">scrollIntoViewChange</strong> |
|
3184 |
|
3185 ( |
|
3186 |
|
3187 |
|
3188 event |
|
3189 |
|
3190 |
|
3191 ) |
|
3192 |
|
3193 </code> |
|
3194 |
|
3195 <div class="description" property="yui:description"> |
|
3196 Fires when the value for the configuration attribute 'scrollIntoView' 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. |
|
3197 </div> |
|
3198 |
|
3199 <div class="description"> |
|
3200 |
|
3201 |
|
3202 <dl rel="yui:parameters"> |
|
3203 <dt>Parameters:</dt> |
|
3204 <dd rel="yui:parameter"> |
|
3205 <code><span property="yui:name">event</span> |
|
3206 <<span property="yui:type">Event.Facade</span>> |
|
3207 </code> |
|
3208 <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> |
|
3209 </dd> |
|
3210 |
|
3211 </dl> |
|
3212 |
|
3213 |
|
3214 </div> |
|
3215 |
|
3216 </div> |
|
3217 <hr /> |
|
3218 </div> |
|
3219 <div class="" rel="yui:event" resource="#event_startTimeChange"> |
|
3220 <h4> |
|
3221 <a name="event_startTimeChange">startTimeChange</a></h4> |
|
3222 <div class="detail"> |
|
3223 <code> |
|
3224 |
|
3225 |
|
3226 |
|
3227 <strong property="yui:name">startTimeChange</strong> |
|
3228 |
|
3229 ( |
|
3230 |
|
3231 |
|
3232 event |
|
3233 |
|
3234 |
|
3235 ) |
|
3236 |
|
3237 </code> |
|
3238 |
|
3239 <div class="description" property="yui:description"> |
|
3240 Fires when the value for the configuration attribute 'startTime' 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. |
|
3241 </div> |
|
3242 |
|
3243 <div class="description"> |
|
3244 |
|
3245 |
|
3246 <dl rel="yui:parameters"> |
|
3247 <dt>Parameters:</dt> |
|
3248 <dd rel="yui:parameter"> |
|
3249 <code><span property="yui:name">event</span> |
|
3250 <<span property="yui:type">Event.Facade</span>> |
|
3251 </code> |
|
3252 <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> |
|
3253 </dd> |
|
3254 |
|
3255 </dl> |
|
3256 |
|
3257 |
|
3258 </div> |
|
3259 |
|
3260 </div> |
|
3261 <hr /> |
|
3262 </div> |
|
3263 <div class="" rel="yui:event" resource="#event_stringsChange"> |
|
3264 <h4> |
|
3265 <a name="event_stringsChange">stringsChange</a></h4> |
|
3266 <div class="detail"> |
|
3267 <code> |
|
3268 |
|
3269 |
|
3270 |
|
3271 <strong property="yui:name">stringsChange</strong> |
|
3272 |
|
3273 ( |
|
3274 |
|
3275 |
|
3276 event |
|
3277 |
|
3278 |
|
3279 ) |
|
3280 |
|
3281 </code> |
|
3282 |
|
3283 <div class="description" property="yui:description"> |
|
3284 Fires when the value for the configuration attribute 'strings' 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. |
|
3285 </div> |
|
3286 |
|
3287 <div class="description"> |
|
3288 |
|
3289 |
|
3290 <dl rel="yui:parameters"> |
|
3291 <dt>Parameters:</dt> |
|
3292 <dd rel="yui:parameter"> |
|
3293 <code><span property="yui:name">event</span> |
|
3294 <<span property="yui:type">Event.Facade</span>> |
|
3295 </code> |
|
3296 <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> |
|
3297 </dd> |
|
3298 |
|
3299 </dl> |
|
3300 |
|
3301 |
|
3302 </div> |
|
3303 |
|
3304 </div> |
|
3305 <hr /> |
|
3306 </div> |
|
3307 <div class="" rel="yui:event" resource="#event_styleChange"> |
|
3308 <h4> |
|
3309 <a name="event_styleChange">styleChange</a></h4> |
|
3310 <div class="detail"> |
|
3311 <code> |
|
3312 |
|
3313 |
|
3314 |
|
3315 <strong property="yui:name">styleChange</strong> |
|
3316 |
|
3317 ( |
|
3318 |
|
3319 |
|
3320 event |
|
3321 |
|
3322 |
|
3323 ) |
|
3324 |
|
3325 </code> |
|
3326 |
|
3327 <div class="description" property="yui:description"> |
|
3328 Fires when the value for the configuration attribute 'style' 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. |
|
3329 </div> |
|
3330 |
|
3331 <div class="description"> |
|
3332 |
|
3333 |
|
3334 <dl rel="yui:parameters"> |
|
3335 <dt>Parameters:</dt> |
|
3336 <dd rel="yui:parameter"> |
|
3337 <code><span property="yui:name">event</span> |
|
3338 <<span property="yui:type">Event.Facade</span>> |
|
3339 </code> |
|
3340 <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> |
|
3341 </dd> |
|
3342 |
|
3343 </dl> |
|
3344 |
|
3345 |
|
3346 </div> |
|
3347 |
|
3348 </div> |
|
3349 <hr /> |
|
3350 </div> |
|
3351 <div class="" rel="yui:event" resource="#event_useBrowserConsoleChange"> |
|
3352 <h4> |
|
3353 <a name="event_useBrowserConsoleChange">useBrowserConsoleChange</a></h4> |
|
3354 <div class="detail"> |
|
3355 <code> |
|
3356 |
|
3357 |
|
3358 |
|
3359 <strong property="yui:name">useBrowserConsoleChange</strong> |
|
3360 |
|
3361 ( |
|
3362 |
|
3363 |
|
3364 event |
|
3365 |
|
3366 |
|
3367 ) |
|
3368 |
|
3369 </code> |
|
3370 |
|
3371 <div class="description" property="yui:description"> |
|
3372 Fires when the value for the configuration attribute 'useBrowserConsole' 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. |
|
3373 </div> |
|
3374 |
|
3375 <div class="description"> |
|
3376 |
|
3377 |
|
3378 <dl rel="yui:parameters"> |
|
3379 <dt>Parameters:</dt> |
|
3380 <dd rel="yui:parameter"> |
|
3381 <code><span property="yui:name">event</span> |
|
3382 <<span property="yui:type">Event.Facade</span>> |
|
3383 </code> |
|
3384 <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> |
|
3385 </dd> |
|
3386 |
|
3387 </dl> |
|
3388 |
|
3389 |
|
3390 </div> |
|
3391 |
|
3392 </div> |
|
3393 <hr /> |
|
3394 </div> |
|
3395 <div class="" rel="yui:event" resource="#event_widthChange"> |
|
3396 <h4> |
|
3397 <a name="event_widthChange">widthChange</a></h4> |
|
3398 <div class="detail"> |
|
3399 <code> |
|
3400 |
|
3401 |
|
3402 |
|
3403 <strong property="yui:name">widthChange</strong> |
|
3404 |
|
3405 ( |
|
3406 |
|
3407 |
|
3408 event |
|
3409 |
|
3410 |
|
3411 ) |
|
3412 |
|
3413 </code> |
|
3414 |
|
3415 <div class="description" property="yui:description"> |
|
3416 Fires when the value for the configuration attribute 'width' 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. |
|
3417 </div> |
|
3418 |
|
3419 <div class="description"> |
|
3420 |
|
3421 |
|
3422 <dl rel="yui:parameters"> |
|
3423 <dt>Parameters:</dt> |
|
3424 <dd rel="yui:parameter"> |
|
3425 <code><span property="yui:name">event</span> |
|
3426 <<span property="yui:type">Event.Facade</span>> |
|
3427 </code> |
|
3428 <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> |
|
3429 </dd> |
|
3430 |
|
3431 </dl> |
|
3432 |
|
3433 |
|
3434 </div> |
|
3435 |
|
3436 </div> |
|
3437 <hr /> |
|
3438 </div> |
|
3439 </div> |
|
3440 </div> |
|
3441 |
|
3442 |
|
3443 <div rel="yui:inheritance"> |
|
3444 <div class="section field inheritance" rel="yui:superclass" resource="Widget.html"> |
|
3445 <h4>Events inherited from <a href="Widget.html" property="yui:name" title="Widget">Widget</a>:</h4> |
|
3446 <div class="content" rel="yui:events"> |
|
3447 <code> |
|
3448 <span rel="yui:event" resource="Widget.html#event_boundingBoxChange"> |
|
3449 <a class="" href="Widget.html#event_boundingBoxChange" property="yui:name" title="boundingBoxChange">boundingBoxChange</a><span class="">,</span> |
|
3450 </span> |
|
3451 <span rel="yui:event" resource="Widget.html#event_contentBoxChange"> |
|
3452 <a class="" href="Widget.html#event_contentBoxChange" property="yui:name" title="contentBoxChange">contentBoxChange</a><span class="">,</span> |
|
3453 </span> |
|
3454 <span rel="yui:event" resource="Widget.html#event_disabledChange"> |
|
3455 <a class="" href="Widget.html#event_disabledChange" property="yui:name" title="disabledChange">disabledChange</a><span class="">,</span> |
|
3456 </span> |
|
3457 <span rel="yui:event" resource="Widget.html#event_focusedChange"> |
|
3458 <a class="" href="Widget.html#event_focusedChange" property="yui:name" title="focusedChange">focusedChange</a><span class="">,</span> |
|
3459 </span> |
|
3460 <span rel="yui:event" resource="Widget.html#event_heightChange"> |
|
3461 <a class="" href="Widget.html#event_heightChange" property="yui:name" title="heightChange">heightChange</a><span class="">,</span> |
|
3462 </span> |
|
3463 <span rel="yui:event" resource="Widget.html#event_localeChange"> |
|
3464 <a class="" href="Widget.html#event_localeChange" property="yui:name" title="localeChange">localeChange</a><span class="">,</span> |
|
3465 </span> |
|
3466 <span rel="yui:event" resource="Widget.html#event_moveStylesChange"> |
|
3467 <a class="" href="Widget.html#event_moveStylesChange" property="yui:name" title="moveStylesChange">moveStylesChange</a><span class="">,</span> |
|
3468 </span> |
|
3469 <span rel="yui:event" resource="Widget.html#event_renderedChange"> |
|
3470 <a class="" href="Widget.html#event_renderedChange" property="yui:name" title="renderedChange">renderedChange</a><span class="">,</span> |
|
3471 </span> |
|
3472 <span rel="yui:event" resource="Widget.html#event_stringsChange"> |
|
3473 <a class="" href="Widget.html#event_stringsChange" property="yui:name" title="stringsChange">stringsChange</a><span class="">,</span> |
|
3474 </span> |
|
3475 <span rel="yui:event" resource="Widget.html#event_tabIndexChange"> |
|
3476 <a class="" href="Widget.html#event_tabIndexChange" property="yui:name" title="tabIndexChange">tabIndexChange</a><span class="">,</span> |
|
3477 </span> |
|
3478 <span rel="yui:event" resource="Widget.html#event_visibleChange"> |
|
3479 <a class="" href="Widget.html#event_visibleChange" property="yui:name" title="visibleChange">visibleChange</a><span class="">,</span> |
|
3480 </span> |
|
3481 <span rel="yui:event" resource="Widget.html#event_widget:contentUpdate"> |
|
3482 <a class="" href="Widget.html#event_widget:contentUpdate" property="yui:name" title="widget:contentUpdate">widget:contentUpdate</a><span class="">,</span> |
|
3483 </span> |
|
3484 <span rel="yui:event" resource="Widget.html#event_widget:render"> |
|
3485 <a class="" href="Widget.html#event_widget:render" property="yui:name" title="widget:render">widget:render</a><span class="">,</span> |
|
3486 </span> |
|
3487 <span rel="yui:event" resource="Widget.html#event_widthChange"> |
|
3488 <a class="" href="Widget.html#event_widthChange" property="yui:name" title="widthChange">widthChange</a><span class="">,</span> |
|
3489 </span> |
|
3490 |
|
3491 </code> |
|
3492 </div> |
|
3493 </div> |
|
3494 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
3495 <h4>Events inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
3496 <div class="content" rel="yui:events"> |
|
3497 <code> |
|
3498 <span rel="yui:event" resource="Base.html#event_destroy"> |
|
3499 <a class="" href="Base.html#event_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span> |
|
3500 </span> |
|
3501 <span rel="yui:event" resource="Base.html#event_destroyedChange"> |
|
3502 <a class="" href="Base.html#event_destroyedChange" property="yui:name" title="destroyedChange">destroyedChange</a><span class="">,</span> |
|
3503 </span> |
|
3504 <span rel="yui:event" resource="Base.html#event_init"> |
|
3505 <a class="" href="Base.html#event_init" property="yui:name" title="init">init</a><span class="">,</span> |
|
3506 </span> |
|
3507 <span rel="yui:event" resource="Base.html#event_initializedChange"> |
|
3508 <a class="" href="Base.html#event_initializedChange" property="yui:name" title="initializedChange">initializedChange</a><span class="">,</span> |
|
3509 </span> |
|
3510 |
|
3511 </code> |
|
3512 </div> |
|
3513 </div> |
|
3514 </div> |
|
3515 </div> |
|
3516 |
|
3517 <div rel="yui:attributes" resource="#configattributes"> |
|
3518 <div class="section field details"> |
|
3519 <h3 id="configattributes">Configuration Attributes</h3> |
|
3520 <div class="content"> |
|
3521 <div class="" rel="yui:attribute" resource="#config_collapsed"> |
|
3522 <h4><a name="config_collapsed">collapsed</a> |
|
3523 <code>- <span property="yui:type">Boolean</span></code> |
|
3524 </h4> |
|
3525 <div class="detail"> |
|
3526 <div class="description" property="yui:description"> |
|
3527 Controls the collapsed state of the Console |
|
3528 </div> |
|
3529 </div> |
|
3530 |
|
3531 |
|
3532 <div class="default"> |
|
3533 Default Value: false |
|
3534 </div> |
|
3535 |
|
3536 <hr /> |
|
3537 </div> |
|
3538 <div class="" rel="yui:attribute" resource="#config_consoleLimit"> |
|
3539 <h4><a name="config_consoleLimit">consoleLimit</a> |
|
3540 <code>- <span property="yui:type">Number</span></code> |
|
3541 </h4> |
|
3542 <div class="detail"> |
|
3543 <div class="description" property="yui:description"> |
|
3544 Maximum number of Console entries allowed in the Console body at one |
|
3545 time. This is used to keep acquired messages from exploding the |
|
3546 DOM tree and impacting page performance. |
|
3547 </div> |
|
3548 </div> |
|
3549 |
|
3550 |
|
3551 <div class="default"> |
|
3552 Default Value: 300 |
|
3553 </div> |
|
3554 |
|
3555 <hr /> |
|
3556 </div> |
|
3557 <div class="" rel="yui:attribute" resource="#config_defaultCategory"> |
|
3558 <h4><a name="config_defaultCategory">defaultCategory</a> |
|
3559 <code>- <span property="yui:type">String</span></code> |
|
3560 </h4> |
|
3561 <div class="detail"> |
|
3562 <div class="description" property="yui:description"> |
|
3563 If a category is not specified in the Y.log(..) statement, this |
|
3564 category will be used. Categories "info", |
|
3565 "warn", and "error" are also called log level. |
|
3566 </div> |
|
3567 </div> |
|
3568 |
|
3569 |
|
3570 <div class="default"> |
|
3571 Default Value: "info" |
|
3572 </div> |
|
3573 |
|
3574 <hr /> |
|
3575 </div> |
|
3576 <div class="" rel="yui:attribute" resource="#config_defaultSource"> |
|
3577 <h4><a name="config_defaultSource">defaultSource</a> |
|
3578 <code>- <span property="yui:type">String</span></code> |
|
3579 </h4> |
|
3580 <div class="detail"> |
|
3581 <div class="description" property="yui:description"> |
|
3582 If a source is not specified in the Y.log(..) statement, this |
|
3583 source will be used. |
|
3584 </div> |
|
3585 </div> |
|
3586 |
|
3587 |
|
3588 <div class="default"> |
|
3589 Default Value: "global" |
|
3590 </div> |
|
3591 |
|
3592 <hr /> |
|
3593 </div> |
|
3594 <div class="" rel="yui:attribute" resource="#config_entryTemplate"> |
|
3595 <h4><a name="config_entryTemplate">entryTemplate</a> |
|
3596 <code>- <span property="yui:type">String</span></code> |
|
3597 </h4> |
|
3598 <div class="detail"> |
|
3599 <div class="description" property="yui:description"> |
|
3600 Markup template used to create the DOM structure for Console entries. |
|
3601 </div> |
|
3602 </div> |
|
3603 |
|
3604 |
|
3605 <div class="default"> |
|
3606 Default Value: Console.ENTRY_TEMPLATE |
|
3607 </div> |
|
3608 |
|
3609 <hr /> |
|
3610 </div> |
|
3611 <div class="" rel="yui:attribute" resource="#config_height"> |
|
3612 <h4><a name="config_height">height</a> |
|
3613 <code>- <span property="yui:type">{String | Number}</span></code> |
|
3614 </h4> |
|
3615 <div class="detail"> |
|
3616 <div class="description" property="yui:description"> |
|
3617 String with units, or number, representing the height of the Console, |
|
3618 inclusive of header and footer. If a number is provided, the default |
|
3619 unit, defined by Widget's DEF_UNIT, property is used. |
|
3620 </div> |
|
3621 </div> |
|
3622 |
|
3623 |
|
3624 <div class="default"> |
|
3625 Default Value: "300px" |
|
3626 </div> |
|
3627 |
|
3628 <hr /> |
|
3629 </div> |
|
3630 <div class="" rel="yui:attribute" resource="#config_lastTime"> |
|
3631 <h4><a name="config_lastTime">lastTime</a> |
|
3632 <code>- <span property="yui:type">Date</span></code> |
|
3633 </h4> |
|
3634 <div class="detail"> |
|
3635 <div class="description" property="yui:description"> |
|
3636 The precise time the last entry was logged. Used to measure elapsed |
|
3637 time between log messages. |
|
3638 </div> |
|
3639 </div> |
|
3640 |
|
3641 |
|
3642 <div class="default"> |
|
3643 Default Value: The moment the console module is <code>use</code>d |
|
3644 </div> |
|
3645 |
|
3646 <hr /> |
|
3647 </div> |
|
3648 <div class="" rel="yui:attribute" resource="#config_logEvent"> |
|
3649 <h4><a name="config_logEvent">logEvent</a> |
|
3650 <code>- <span property="yui:type">String</span></code> |
|
3651 </h4> |
|
3652 <div class="detail"> |
|
3653 <div class="description" property="yui:description"> |
|
3654 Name of the custom event that will communicate log messages. |
|
3655 </div> |
|
3656 </div> |
|
3657 |
|
3658 |
|
3659 <div class="default"> |
|
3660 Default Value: "yui:log" |
|
3661 </div> |
|
3662 |
|
3663 <hr /> |
|
3664 </div> |
|
3665 <div class="" rel="yui:attribute" resource="#config_logLevel"> |
|
3666 <h4><a name="config_logLevel">logLevel</a> |
|
3667 <code>- <span property="yui:type">String</span></code> |
|
3668 </h4> |
|
3669 <div class="detail"> |
|
3670 <div class="description" property="yui:description"> |
|
3671 Minimum entry log level to render into the Console. The initial |
|
3672 logLevel value for all Console instances defaults from the |
|
3673 Y.config.logLevel YUI configuration, or Console.LOG_LEVEL_INFO if |
|
3674 that configuration is not set. |
|
3675 Possible values are "info", "warn", |
|
3676 "error" (case insensitive), or their corresponding statics |
|
3677 Console.LOG_LEVEL_INFO and so on. |
|
3678 </div> |
|
3679 </div> |
|
3680 |
|
3681 |
|
3682 <div class="default"> |
|
3683 Default Value: Y.config.logLevel or Console.LOG_LEVEL_INFO |
|
3684 </div> |
|
3685 |
|
3686 <hr /> |
|
3687 </div> |
|
3688 <div class="" rel="yui:attribute" resource="#config_logSource"> |
|
3689 <h4><a name="config_logSource">logSource</a> |
|
3690 <code>- <span property="yui:type">EventTarget</span></code> |
|
3691 </h4> |
|
3692 <div class="detail"> |
|
3693 <div class="description" property="yui:description"> |
|
3694 Object that will emit the log events. By default the YUI instance. |
|
3695 To have a single Console capture events from all YUI instances, set |
|
3696 this to the Y.Global object. |
|
3697 </div> |
|
3698 </div> |
|
3699 |
|
3700 |
|
3701 <div class="default"> |
|
3702 Default Value: Y |
|
3703 </div> |
|
3704 |
|
3705 <hr /> |
|
3706 </div> |
|
3707 <div class="" rel="yui:attribute" resource="#config_newestOnTop"> |
|
3708 <h4><a name="config_newestOnTop">newestOnTop</a> |
|
3709 <code>- <span property="yui:type">Boolean</span></code> |
|
3710 </h4> |
|
3711 <div class="detail"> |
|
3712 <div class="description" property="yui:description"> |
|
3713 New entries should display at the top of the Console or the bottom? |
|
3714 </div> |
|
3715 </div> |
|
3716 |
|
3717 |
|
3718 <div class="default"> |
|
3719 Default Value: true |
|
3720 </div> |
|
3721 |
|
3722 <hr /> |
|
3723 </div> |
|
3724 <div class="" rel="yui:attribute" resource="#config_paused"> |
|
3725 <h4><a name="config_paused">paused</a> |
|
3726 <code>- <span property="yui:type">boolean</span></code> |
|
3727 </h4> |
|
3728 <div class="detail"> |
|
3729 <div class="description" property="yui:description"> |
|
3730 Boolean to pause the outputting of new messages to the console. |
|
3731 When paused, messages will accumulate in the buffer. |
|
3732 </div> |
|
3733 </div> |
|
3734 |
|
3735 |
|
3736 <div class="default"> |
|
3737 Default Value: false |
|
3738 </div> |
|
3739 |
|
3740 <hr /> |
|
3741 </div> |
|
3742 <div class="" rel="yui:attribute" resource="#config_printLimit"> |
|
3743 <h4><a name="config_printLimit">printLimit</a> |
|
3744 <code>- <span property="yui:type">Number</span></code> |
|
3745 </h4> |
|
3746 <div class="detail"> |
|
3747 <div class="description" property="yui:description"> |
|
3748 Maximum number of entries printed in each iteration of the print |
|
3749 loop. This is used to prevent excessive logging locking the page UI. |
|
3750 </div> |
|
3751 </div> |
|
3752 |
|
3753 |
|
3754 <div class="default"> |
|
3755 Default Value: 50 |
|
3756 </div> |
|
3757 |
|
3758 <hr /> |
|
3759 </div> |
|
3760 <div class="" rel="yui:attribute" resource="#config_printTimeout"> |
|
3761 <h4><a name="config_printTimeout">printTimeout</a> |
|
3762 <code>- <span property="yui:type">Number</span></code> |
|
3763 </h4> |
|
3764 <div class="detail"> |
|
3765 <div class="description" property="yui:description"> |
|
3766 Millisecond timeout between iterations of the print loop, moving |
|
3767 entries from the buffer to the UI. |
|
3768 </div> |
|
3769 </div> |
|
3770 |
|
3771 |
|
3772 <div class="default"> |
|
3773 Default Value: 100 |
|
3774 </div> |
|
3775 |
|
3776 <hr /> |
|
3777 </div> |
|
3778 <div class="" rel="yui:attribute" resource="#config_scrollIntoView"> |
|
3779 <h4><a name="config_scrollIntoView">scrollIntoView</a> |
|
3780 <code>- <span property="yui:type">Boolean</span></code> |
|
3781 </h4> |
|
3782 <div class="detail"> |
|
3783 <div class="description" property="yui:description"> |
|
3784 When new entries are added to the Console UI, should they be |
|
3785 scrolled into view? |
|
3786 </div> |
|
3787 </div> |
|
3788 |
|
3789 |
|
3790 <div class="default"> |
|
3791 Default Value: true |
|
3792 </div> |
|
3793 |
|
3794 <hr /> |
|
3795 </div> |
|
3796 <div class="" rel="yui:attribute" resource="#config_startTime"> |
|
3797 <h4><a name="config_startTime">startTime</a> |
|
3798 <code>- <span property="yui:type">Date</span></code> |
|
3799 </h4> |
|
3800 <div class="detail"> |
|
3801 <div class="description" property="yui:description"> |
|
3802 The baseline time for this Console instance, used to measure elapsed |
|
3803 time from the moment the console module is <code>use</code>d to the |
|
3804 moment each new entry is logged (not rendered). |
|
3805 This value is reset by the instance method myConsole.reset(). |
|
3806 </div> |
|
3807 </div> |
|
3808 |
|
3809 |
|
3810 <div class="default"> |
|
3811 Default Value: The moment the console module is <code>use</code>d |
|
3812 </div> |
|
3813 |
|
3814 <hr /> |
|
3815 </div> |
|
3816 <div class="" rel="yui:attribute" resource="#config_strings"> |
|
3817 <h4><a name="config_strings">strings</a> |
|
3818 <code>- <span property="yui:type">Object</span></code> |
|
3819 </h4> |
|
3820 <div class="detail"> |
|
3821 <div class="description" property="yui:description"> |
|
3822 Collection of strings used to label elements in the Console UI. |
|
3823 Default collection contains the following name:value pairs: |
|
3824 <ul> |
|
3825 <li>title : "Log Console"</li> |
|
3826 <li>pause : "Pause"</li> |
|
3827 <li>clear : "Clear"</li> |
|
3828 <li>collapse : "Collapse"</li> |
|
3829 <li>expand : "Expand"</li> |
|
3830 </ul> |
|
3831 </div> |
|
3832 </div> |
|
3833 |
|
3834 |
|
3835 |
|
3836 <hr /> |
|
3837 </div> |
|
3838 <div class="" rel="yui:attribute" resource="#config_style"> |
|
3839 <h4><a name="config_style">style</a> |
|
3840 <code>- <span property="yui:type">{String}</span></code> |
|
3841 </h4> |
|
3842 <div class="detail"> |
|
3843 <div class="description" property="yui:description"> |
|
3844 Allows the Console to flow in the document. Available values are |
|
3845 'inline', 'block', and 'separate' (the default). |
|
3846 </div> |
|
3847 </div> |
|
3848 |
|
3849 |
|
3850 <div class="default"> |
|
3851 Default Value: 'separate' |
|
3852 </div> |
|
3853 |
|
3854 <hr /> |
|
3855 </div> |
|
3856 <div class="" rel="yui:attribute" resource="#config_useBrowserConsole"> |
|
3857 <h4><a name="config_useBrowserConsole">useBrowserConsole</a> |
|
3858 <code>- <span property="yui:type">{Boolean}</span></code> |
|
3859 </h4> |
|
3860 <div class="detail"> |
|
3861 <div class="description" property="yui:description"> |
|
3862 Pass through to the YUI instance useBrowserConsole configuration. |
|
3863 By default this is set to false, which will disable logging to the |
|
3864 browser console when a Console instance is created. If the |
|
3865 logSource is not a YUI instance, this has no effect. |
|
3866 </div> |
|
3867 </div> |
|
3868 |
|
3869 |
|
3870 <div class="default"> |
|
3871 Default Value: false |
|
3872 </div> |
|
3873 |
|
3874 <hr /> |
|
3875 </div> |
|
3876 <div class="" rel="yui:attribute" resource="#config_width"> |
|
3877 <h4><a name="config_width">width</a> |
|
3878 <code>- <span property="yui:type">{String | Number}</span></code> |
|
3879 </h4> |
|
3880 <div class="detail"> |
|
3881 <div class="description" property="yui:description"> |
|
3882 String with units, or number, representing the width of the Console. |
|
3883 If a number is provided, the default unit, defined by Widget's |
|
3884 DEF_UNIT, property is used. |
|
3885 </div> |
|
3886 </div> |
|
3887 |
|
3888 |
|
3889 <div class="default"> |
|
3890 Default Value: "300px" |
|
3891 </div> |
|
3892 |
|
3893 <hr /> |
|
3894 </div> |
|
3895 |
|
3896 </div> |
|
3897 </div> |
|
3898 |
|
3899 <div rel="yui:inheritance"> |
|
3900 <div class="section field inheritance" rel="yui:superclass" resource="Widget.html"> |
|
3901 <h4>Configuration attributes inherited from <a href="Widget.html" property="yui:name" title="Widget">Widget</a>:</h4> |
|
3902 <div class="content" rel="yui:attributes"> |
|
3903 <code> |
|
3904 <span rel="yui:attribute" resource="Widget.html#config_boundingBox"> |
|
3905 <a class="" href="Widget.html#config_boundingBox" property="yui:name" title="boundingBox">boundingBox</a><span class="">,</span> |
|
3906 </span> |
|
3907 <span rel="yui:attribute" resource="Widget.html#config_contentBox"> |
|
3908 <a class="" href="Widget.html#config_contentBox" property="yui:name" title="contentBox">contentBox</a><span class="">,</span> |
|
3909 </span> |
|
3910 <span rel="yui:attribute" resource="Widget.html#config_disabled"> |
|
3911 <a class="" href="Widget.html#config_disabled" property="yui:name" title="disabled">disabled</a><span class="">,</span> |
|
3912 </span> |
|
3913 <span rel="yui:attribute" resource="Widget.html#config_focused"> |
|
3914 <a class="" href="Widget.html#config_focused" property="yui:name" title="focused">focused</a><span class="">,</span> |
|
3915 </span> |
|
3916 <span rel="yui:attribute" resource="Widget.html#config_height"> |
|
3917 <a class="" href="Widget.html#config_height" property="yui:name" title="height">height</a><span class="">,</span> |
|
3918 </span> |
|
3919 <span rel="yui:attribute" resource="Widget.html#config_locale"> |
|
3920 <a class="" href="Widget.html#config_locale" property="yui:name" title="locale">locale</a><span class="">,</span> |
|
3921 </span> |
|
3922 <span rel="yui:attribute" resource="Widget.html#config_moveStyles"> |
|
3923 <a class="" href="Widget.html#config_moveStyles" property="yui:name" title="moveStyles">moveStyles</a><span class="">,</span> |
|
3924 </span> |
|
3925 <span rel="yui:attribute" resource="Widget.html#config_rendered"> |
|
3926 <a class="" href="Widget.html#config_rendered" property="yui:name" title="rendered">rendered</a><span class="">,</span> |
|
3927 </span> |
|
3928 <span rel="yui:attribute" resource="Widget.html#config_strings"> |
|
3929 <a class="" href="Widget.html#config_strings" property="yui:name" title="strings">strings</a><span class="">,</span> |
|
3930 </span> |
|
3931 <span rel="yui:attribute" resource="Widget.html#config_tabIndex"> |
|
3932 <a class="" href="Widget.html#config_tabIndex" property="yui:name" title="tabIndex">tabIndex</a><span class="">,</span> |
|
3933 </span> |
|
3934 <span rel="yui:attribute" resource="Widget.html#config_visible"> |
|
3935 <a class="" href="Widget.html#config_visible" property="yui:name" title="visible">visible</a><span class="">,</span> |
|
3936 </span> |
|
3937 <span rel="yui:attribute" resource="Widget.html#config_width"> |
|
3938 <a class="" href="Widget.html#config_width" property="yui:name" title="width">width</a><span class="">,</span> |
|
3939 </span> |
|
3940 |
|
3941 </code> |
|
3942 </div> |
|
3943 </div> |
|
3944 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
3945 <h4>Configuration attributes inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
3946 <div class="content" rel="yui:attributes"> |
|
3947 <code> |
|
3948 <span rel="yui:attribute" resource="Base.html#config_destroyed"> |
|
3949 <a class="" href="Base.html#config_destroyed" property="yui:name" title="destroyed">destroyed</a><span class="">,</span> |
|
3950 </span> |
|
3951 <span rel="yui:attribute" resource="Base.html#config_initialized"> |
|
3952 <a class="" href="Base.html#config_initialized" property="yui:name" title="initialized">initialized</a><span class="">,</span> |
|
3953 </span> |
|
3954 |
|
3955 </code> |
|
3956 </div> |
|
3957 </div> |
|
3958 </div> |
|
3959 </div> |
|
3960 |
|
3961 </div> |
|
3962 </div> |
|
3963 <div class="yui-b"> |
|
3964 <div class="nav"> |
|
3965 |
|
3966 <div id="moduleList" class="module"> |
|
3967 <h4>Modules</h4> |
|
3968 <ul class="content"> |
|
3969 <li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
3970 <li class=""><a href="module_async-queue.html" title="async-queue">async-queue</a></li> |
|
3971 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
3972 <li class=""><a href="module_base.html" title="base">base</a></li> |
|
3973 <li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
3974 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
3975 <li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
3976 <li class="selected"><a href="module_console.html" title="console">console</a></li> |
|
3977 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
3978 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
3979 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
3980 <li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
3981 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
3982 <li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
3983 <li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
3984 <li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
3985 <li class=""><a href="module_event.html" title="event">event</a></li> |
|
3986 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
3987 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
3988 <li class=""><a href="module_history.html" title="history">history</a></li> |
|
3989 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
3990 <li class=""><a href="module_io.html" title="io">io</a></li> |
|
3991 <li class=""><a href="module_json.html" title="json">json</a></li> |
|
3992 <li class=""><a href="module_node.html" title="node">node</a></li> |
|
3993 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
3994 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
3995 <li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
3996 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
3997 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
3998 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
3999 <li class=""><a href="module_queue-promote.html" title="queue-promote">queue-promote</a></li> |
|
4000 <li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
4001 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
4002 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
4003 <li class=""><a href="module_test.html" title="test">test</a></li> |
|
4004 <li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
4005 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
4006 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
4007 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
4008 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
4009 <li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
4010 </ul> |
|
4011 </div> |
|
4012 |
|
4013 <div id="classList" class="module"> |
|
4014 <h4>Classes</h4> |
|
4015 <ul class="content"> |
|
4016 <li class="selected"><a href="Console.html" title="Console">Console</a></li> |
|
4017 </ul> |
|
4018 </div> |
|
4019 |
|
4020 <div id="fileList" class="module"> |
|
4021 <h4>Files</h4> |
|
4022 <ul class="content"> |
|
4023 <li class=""><a href="console.js.html" title="console.js">console.js</a></li> |
|
4024 </ul> |
|
4025 </div> |
|
4026 |
|
4027 <div id="propertyList" class="module"> |
|
4028 <h4>Properties</h4> |
|
4029 <ul class="content"> |
|
4030 <li class="protected"><a href="#property__body" title="_body">_body</a></li> |
|
4031 <li class="protected"><a href="#property__evtCat" title="_evtCat">_evtCat</a></li> |
|
4032 <li class="protected"><a href="#property__foot" title="_foot">_foot</a></li> |
|
4033 <li class="protected"><a href="#property__head" title="_head">_head</a></li> |
|
4034 <li class="protected"><a href="#property__printLoop" title="_printLoop">_printLoop</a></li> |
|
4035 <li class="protected"><a href="#property_buffer" title="buffer">buffer</a></li> |
|
4036 <li class=""><a href="#property_Console.ATTRS" title="Console.ATTRS">Console.ATTRS</a></li> |
|
4037 <li class=""><a href="#property_Console.BODY_TEMPLATE" title="Console.BODY_TEMPLATE">Console.BODY_TEMPLATE</a></li> |
|
4038 <li class=""><a href="#property_Console.CHROME_CLASSES" title="Console.CHROME_CLASSES">Console.CHROME_CLASSES</a></li> |
|
4039 <li class=""><a href="#property_Console.ENTRY_CLASSES" title="Console.ENTRY_CLASSES">Console.ENTRY_CLASSES</a></li> |
|
4040 <li class=""><a href="#property_Console.ENTRY_TEMPLATE" title="Console.ENTRY_TEMPLATE">Console.ENTRY_TEMPLATE</a></li> |
|
4041 <li class=""><a href="#property_Console.FOOTER_TEMPLATE" title="Console.FOOTER_TEMPLATE">Console.FOOTER_TEMPLATE</a></li> |
|
4042 <li class=""><a href="#property_Console.HEADER_TEMPLATE" title="Console.HEADER_TEMPLATE">Console.HEADER_TEMPLATE</a></li> |
|
4043 <li class=""><a href="#property_Console.LOG_LEVEL_ERROR" title="Console.LOG_LEVEL_ERROR">Console.LOG_LEVEL_ERROR</a></li> |
|
4044 <li class=""><a href="#property_Console.LOG_LEVEL_INFO" title="Console.LOG_LEVEL_INFO">Console.LOG_LEVEL_INFO</a></li> |
|
4045 <li class=""><a href="#property_Console.LOG_LEVEL_WARN" title="Console.LOG_LEVEL_WARN">Console.LOG_LEVEL_WARN</a></li> |
|
4046 <li class=""><a href="#property_Console.NAME" title="Console.NAME">Console.NAME</a></li> |
|
4047 </ul> |
|
4048 </div> |
|
4049 |
|
4050 <div id="methodsList" class="module"> |
|
4051 <h4>Methods</h4> |
|
4052 <ul class="content"> |
|
4053 <li class="protected"><a href="#method__afterCollapsedChange" title="_afterCollapsedChange">_afterCollapsedChange</a></li> |
|
4054 <li class="protected"><a href="#method__afterConsoleLimitChange" title="_afterConsoleLimitChange">_afterConsoleLimitChange</a></li> |
|
4055 <li class="protected"><a href="#method__afterPausedChange" title="_afterPausedChange">_afterPausedChange</a></li> |
|
4056 <li class="protected"><a href="#method__afterStringsChange" title="_afterStringsChange">_afterStringsChange</a></li> |
|
4057 <li class="protected"><a href="#method__afterVisibleChange" title="_afterVisibleChange">_afterVisibleChange</a></li> |
|
4058 <li class="protected"><a href="#method__cancelPrintLoop" title="_cancelPrintLoop">_cancelPrintLoop</a></li> |
|
4059 <li class="protected"><a href="#method__createEntryHTML" title="_createEntryHTML">_createEntryHTML</a></li> |
|
4060 <li class="protected"><a href="#method__defEntryFn" title="_defEntryFn">_defEntryFn</a></li> |
|
4061 <li class="protected"><a href="#method__defResetFn" title="_defResetFn">_defResetFn</a></li> |
|
4062 <li class="protected"><a href="#method__encodeHTML" title="_encodeHTML">_encodeHTML</a></li> |
|
4063 <li class="protected"><a href="#method__htmlEscapeMessage" title="_htmlEscapeMessage">_htmlEscapeMessage</a></li> |
|
4064 <li class="protected"><a href="#method__initBody" title="_initBody">_initBody</a></li> |
|
4065 <li class="protected"><a href="#method__initFoot" title="_initFoot">_initFoot</a></li> |
|
4066 <li class="protected"><a href="#method__initHead" title="_initHead">_initHead</a></li> |
|
4067 <li class="protected"><a href="#method__isInLogLevel" title="_isInLogLevel">_isInLogLevel</a></li> |
|
4068 <li class="protected"><a href="#method__normalizeMessage" title="_normalizeMessage">_normalizeMessage</a></li> |
|
4069 <li class="protected"><a href="#method__onClearClick" title="_onClearClick">_onClearClick</a></li> |
|
4070 <li class="protected"><a href="#method__onCollapseClick" title="_onCollapseClick">_onCollapseClick</a></li> |
|
4071 <li class="protected"><a href="#method__onLogEvent" title="_onLogEvent">_onLogEvent</a></li> |
|
4072 <li class="protected"><a href="#method__onPauseClick" title="_onPauseClick">_onPauseClick</a></li> |
|
4073 <li class="protected"><a href="#method__schedulePrint" title="_schedulePrint">_schedulePrint</a></li> |
|
4074 <li class="protected"><a href="#method__setLogLevel" title="_setLogLevel">_setLogLevel</a></li> |
|
4075 <li class="protected"><a href="#method__trimOldEntries" title="_trimOldEntries">_trimOldEntries</a></li> |
|
4076 <li class="protected"><a href="#method__uiSetHeight" title="_uiSetHeight">_uiSetHeight</a></li> |
|
4077 <li class="protected"><a href="#method__uiUpdateCollapsed" title="_uiUpdateCollapsed">_uiUpdateCollapsed</a></li> |
|
4078 <li class="protected"><a href="#method__uiUpdateFromHideShow" title="_uiUpdateFromHideShow">_uiUpdateFromHideShow</a></li> |
|
4079 <li class="protected"><a href="#method__uiUpdatePaused" title="_uiUpdatePaused">_uiUpdatePaused</a></li> |
|
4080 <li class="protected"><a href="#method__validateStyle" title="_validateStyle">_validateStyle</a></li> |
|
4081 <li class="protected"><a href="#method_bindUI" title="bindUI">bindUI</a></li> |
|
4082 <li class=""><a href="#method_clearConsole" title="clearConsole">clearConsole</a></li> |
|
4083 <li class=""><a href="#method_collapse" title="collapse">collapse</a></li> |
|
4084 <li class="protected"><a href="#method_destructor" title="destructor">destructor</a></li> |
|
4085 <li class=""><a href="#method_expand" title="expand">expand</a></li> |
|
4086 <li class="protected"><a href="#method_initializer" title="initializer">initializer</a></li> |
|
4087 <li class=""><a href="#method_log" title="log">log</a></li> |
|
4088 <li class=""><a href="#method_printBuffer" title="printBuffer">printBuffer</a></li> |
|
4089 <li class="protected"><a href="#method_renderUI" title="renderUI">renderUI</a></li> |
|
4090 <li class=""><a href="#method_reset" title="reset">reset</a></li> |
|
4091 <li class=""><a href="#method_scrollToLatest" title="scrollToLatest">scrollToLatest</a></li> |
|
4092 <li class=""><a href="#method_syncUI" title="syncUI">syncUI</a></li> |
|
4093 </ul> |
|
4094 </div> |
|
4095 |
|
4096 <div id="eventsList" class="module"> |
|
4097 <h4>Events</h4> |
|
4098 <ul class="content"> |
|
4099 <li class=""><a href="#event_collapsedChange" title="collapsedChange">collapsedChange</a></li> |
|
4100 <li class=""><a href="#event_consoleLimitChange" title="consoleLimitChange">consoleLimitChange</a></li> |
|
4101 <li class=""><a href="#event_defaultCategoryChange" title="defaultCategoryChange">defaultCategoryChange</a></li> |
|
4102 <li class=""><a href="#event_defaultSourceChange" title="defaultSourceChange">defaultSourceChange</a></li> |
|
4103 <li class=""><a href="#event_entry" title="entry">entry</a></li> |
|
4104 <li class=""><a href="#event_entryTemplateChange" title="entryTemplateChange">entryTemplateChange</a></li> |
|
4105 <li class=""><a href="#event_heightChange" title="heightChange">heightChange</a></li> |
|
4106 <li class=""><a href="#event_lastTimeChange" title="lastTimeChange">lastTimeChange</a></li> |
|
4107 <li class=""><a href="#event_logEventChange" title="logEventChange">logEventChange</a></li> |
|
4108 <li class=""><a href="#event_logLevelChange" title="logLevelChange">logLevelChange</a></li> |
|
4109 <li class=""><a href="#event_logSourceChange" title="logSourceChange">logSourceChange</a></li> |
|
4110 <li class=""><a href="#event_newestOnTopChange" title="newestOnTopChange">newestOnTopChange</a></li> |
|
4111 <li class=""><a href="#event_pausedChange" title="pausedChange">pausedChange</a></li> |
|
4112 <li class=""><a href="#event_printLimitChange" title="printLimitChange">printLimitChange</a></li> |
|
4113 <li class=""><a href="#event_printTimeoutChange" title="printTimeoutChange">printTimeoutChange</a></li> |
|
4114 <li class=""><a href="#event_reset" title="reset">reset</a></li> |
|
4115 <li class=""><a href="#event_scrollIntoViewChange" title="scrollIntoViewChange">scrollIntoViewChange</a></li> |
|
4116 <li class=""><a href="#event_startTimeChange" title="startTimeChange">startTimeChange</a></li> |
|
4117 <li class=""><a href="#event_stringsChange" title="stringsChange">stringsChange</a></li> |
|
4118 <li class=""><a href="#event_styleChange" title="styleChange">styleChange</a></li> |
|
4119 <li class=""><a href="#event_useBrowserConsoleChange" title="useBrowserConsoleChange">useBrowserConsoleChange</a></li> |
|
4120 <li class=""><a href="#event_widthChange" title="widthChange">widthChange</a></li> |
|
4121 </ul> |
|
4122 </div> |
|
4123 |
|
4124 <div id="configList" class="module"> |
|
4125 <h4>Configuration Attributes</h4> |
|
4126 <ul class="content"> |
|
4127 <li class=""><a href="#config_collapsed" title="collapsed">collapsed</a></li> |
|
4128 <li class=""><a href="#config_consoleLimit" title="consoleLimit">consoleLimit</a></li> |
|
4129 <li class=""><a href="#config_defaultCategory" title="defaultCategory">defaultCategory</a></li> |
|
4130 <li class=""><a href="#config_defaultSource" title="defaultSource">defaultSource</a></li> |
|
4131 <li class=""><a href="#config_entryTemplate" title="entryTemplate">entryTemplate</a></li> |
|
4132 <li class=""><a href="#config_height" title="height">height</a></li> |
|
4133 <li class=""><a href="#config_lastTime" title="lastTime">lastTime</a></li> |
|
4134 <li class=""><a href="#config_logEvent" title="logEvent">logEvent</a></li> |
|
4135 <li class=""><a href="#config_logLevel" title="logLevel">logLevel</a></li> |
|
4136 <li class=""><a href="#config_logSource" title="logSource">logSource</a></li> |
|
4137 <li class=""><a href="#config_newestOnTop" title="newestOnTop">newestOnTop</a></li> |
|
4138 <li class=""><a href="#config_paused" title="paused">paused</a></li> |
|
4139 <li class=""><a href="#config_printLimit" title="printLimit">printLimit</a></li> |
|
4140 <li class=""><a href="#config_printTimeout" title="printTimeout">printTimeout</a></li> |
|
4141 <li class=""><a href="#config_scrollIntoView" title="scrollIntoView">scrollIntoView</a></li> |
|
4142 <li class=""><a href="#config_startTime" title="startTime">startTime</a></li> |
|
4143 <li class=""><a href="#config_strings" title="strings">strings</a></li> |
|
4144 <li class=""><a href="#config_style" title="style">style</a></li> |
|
4145 <li class=""><a href="#config_useBrowserConsole" title="useBrowserConsole">useBrowserConsole</a></li> |
|
4146 <li class=""><a href="#config_width" title="width">width</a></li> |
|
4147 </ul> |
|
4148 </div> |
|
4149 |
|
4150 </div> |
|
4151 </div> |
|
4152 </div> |
|
4153 <div id="ft"> |
|
4154 <hr /> |
|
4155 Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
4156 </div> |
|
4157 </div> |
|
4158 <script type="text/javascript"> |
|
4159 ALL_YUI_PROPS = [{"access": "protected", "host": "Console", "name": "_afterCollapsedChange", "url": "Console.html#method__afterCollapsedChange", "type": "method"}, {"access": "protected", "host": "Console", "name": "_afterConsoleLimitChange", "url": "Console.html#method__afterConsoleLimitChange", "type": "method"}, {"access": "protected", "host": "Console", "name": "_afterPausedChange", "url": "Console.html#method__afterPausedChange", "type": "method"}, {"access": "protected", "host": "Console", "name": "_afterStringsChange", "url": "Console.html#method__afterStringsChange", "type": "method"}, {"access": "protected", "host": "Console", "name": "_afterVisibleChange", "url": "Console.html#method__afterVisibleChange", "type": "method"}, {"access": "protected", "host": "Console", "name": "bindUI", "url": "Console.html#method_bindUI", "type": "method"}, {"access": "protected", "host": "Console", "name": "_body", "url": "Console.html#property__body", "type": "property"}, {"access": "protected", "host": "Console", "name": "buffer", "url": "Console.html#property_buffer", "type": "property"}, {"access": "protected", "host": "Console", "name": "_cancelPrintLoop", "url": "Console.html#method__cancelPrintLoop", "type": "method"}, {"access": "", "host": "Console", "name": "clearConsole", "url": "Console.html#method_clearConsole", "type": "method"}, {"access": "", "host": "Console", "name": "collapse", "url": "Console.html#method_collapse", "type": "method"}, {"access": "", "host": "Console", "name": "collapsed", "url": "Console.html#config_collapsed", "type": "config"}, {"access": "", "host": "Console", "name": "collapsedChange", "url": "Console.html#event_collapsedChange", "type": "event"}, {"access": "", "host": "Console", "name": "Console.ATTRS", "url": "Console.html#property_Console.ATTRS", "type": "property"}, {"access": "", "host": "Console", "name": "Console.BODY_TEMPLATE", "url": "Console.html#property_Console.BODY_TEMPLATE", "type": "property"}, {"access": "", "host": "Console", "name": "Console.CHROME_CLASSES", "url": "Console.html#property_Console.CHROME_CLASSES", "type": "property"}, {"access": "", "host": "Console", "name": "Console.ENTRY_CLASSES", "url": "Console.html#property_Console.ENTRY_CLASSES", "type": "property"}, {"access": "", "host": "Console", "name": "Console.ENTRY_TEMPLATE", "url": "Console.html#property_Console.ENTRY_TEMPLATE", "type": "property"}, {"access": "", "host": "Console", "name": "Console.FOOTER_TEMPLATE", "url": "Console.html#property_Console.FOOTER_TEMPLATE", "type": "property"}, {"access": "", "host": "Console", "name": "Console.HEADER_TEMPLATE", "url": "Console.html#property_Console.HEADER_TEMPLATE", "type": "property"}, {"access": "", "host": "Console", "name": "consoleLimit", "url": "Console.html#config_consoleLimit", "type": "config"}, {"access": "", "host": "Console", "name": "consoleLimitChange", "url": "Console.html#event_consoleLimitChange", "type": "event"}, {"access": "", "host": "Console", "name": "Console.LOG_LEVEL_ERROR", "url": "Console.html#property_Console.LOG_LEVEL_ERROR", "type": "property"}, {"access": "", "host": "Console", "name": "Console.LOG_LEVEL_INFO", "url": "Console.html#property_Console.LOG_LEVEL_INFO", "type": "property"}, {"access": "", "host": "Console", "name": "Console.LOG_LEVEL_WARN", "url": "Console.html#property_Console.LOG_LEVEL_WARN", "type": "property"}, {"access": "", "host": "Console", "name": "Console.NAME", "url": "Console.html#property_Console.NAME", "type": "property"}, {"access": "protected", "host": "Console", "name": "_createEntryHTML", "url": "Console.html#method__createEntryHTML", "type": "method"}, {"access": "", "host": "Console", "name": "defaultCategory", "url": "Console.html#config_defaultCategory", "type": "config"}, {"access": "", "host": "Console", "name": "defaultCategoryChange", "url": "Console.html#event_defaultCategoryChange", "type": "event"}, {"access": "", "host": "Console", "name": "defaultSource", "url": "Console.html#config_defaultSource", "type": "config"}, {"access": "", "host": "Console", "name": "defaultSourceChange", "url": "Console.html#event_defaultSourceChange", "type": "event"}, {"access": "protected", "host": "Console", "name": "_defEntryFn", "url": "Console.html#method__defEntryFn", "type": "method"}, {"access": "protected", "host": "Console", "name": "_defResetFn", "url": "Console.html#method__defResetFn", "type": "method"}, {"access": "protected", "host": "Console", "name": "destructor", "url": "Console.html#method_destructor", "type": "method"}, {"access": "protected", "host": "Console", "name": "_encodeHTML", "url": "Console.html#method__encodeHTML", "type": "method"}, {"access": "", "host": "Console", "name": "entry", "url": "Console.html#event_entry", "type": "event"}, {"access": "", "host": "Console", "name": "entryTemplate", "url": "Console.html#config_entryTemplate", "type": "config"}, {"access": "", "host": "Console", "name": "entryTemplateChange", "url": "Console.html#event_entryTemplateChange", "type": "event"}, {"access": "protected", "host": "Console", "name": "_evtCat", "url": "Console.html#property__evtCat", "type": "property"}, {"access": "", "host": "Console", "name": "expand", "url": "Console.html#method_expand", "type": "method"}, {"access": "protected", "host": "Console", "name": "_foot", "url": "Console.html#property__foot", "type": "property"}, {"access": "protected", "host": "Console", "name": "_head", "url": "Console.html#property__head", "type": "property"}, {"access": "", "host": "Console", "name": "height", "url": "Console.html#config_height", "type": "config"}, {"access": "", "host": "Console", "name": "heightChange", "url": "Console.html#event_heightChange", "type": "event"}, {"access": "protected", "host": "Console", "name": "_htmlEscapeMessage", "url": "Console.html#method__htmlEscapeMessage", "type": "method"}, {"access": "protected", "host": "Console", "name": "_initBody", "url": "Console.html#method__initBody", "type": "method"}, {"access": "protected", "host": "Console", "name": "_initFoot", "url": "Console.html#method__initFoot", "type": "method"}, {"access": "protected", "host": "Console", "name": "_initHead", "url": "Console.html#method__initHead", "type": "method"}, {"access": "protected", "host": "Console", "name": "initializer", "url": "Console.html#method_initializer", "type": "method"}, {"access": "protected", "host": "Console", "name": "_isInLogLevel", "url": "Console.html#method__isInLogLevel", "type": "method"}, {"access": "", "host": "Console", "name": "lastTime", "url": "Console.html#config_lastTime", "type": "config"}, {"access": "", "host": "Console", "name": "lastTimeChange", "url": "Console.html#event_lastTimeChange", "type": "event"}, {"access": "", "host": "Console", "name": "log", "url": "Console.html#method_log", "type": "method"}, {"access": "", "host": "Console", "name": "logEvent", "url": "Console.html#config_logEvent", "type": "config"}, {"access": "", "host": "Console", "name": "logEventChange", "url": "Console.html#event_logEventChange", "type": "event"}, {"access": "", "host": "Console", "name": "logLevel", "url": "Console.html#config_logLevel", "type": "config"}, {"access": "", "host": "Console", "name": "logLevelChange", "url": "Console.html#event_logLevelChange", "type": "event"}, {"access": "", "host": "Console", "name": "logSource", "url": "Console.html#config_logSource", "type": "config"}, {"access": "", "host": "Console", "name": "logSourceChange", "url": "Console.html#event_logSourceChange", "type": "event"}, {"access": "", "host": "Console", "name": "newestOnTop", "url": "Console.html#config_newestOnTop", "type": "config"}, {"access": "", "host": "Console", "name": "newestOnTopChange", "url": "Console.html#event_newestOnTopChange", "type": "event"}, {"access": "protected", "host": "Console", "name": "_normalizeMessage", "url": "Console.html#method__normalizeMessage", "type": "method"}, {"access": "protected", "host": "Console", "name": "_onClearClick", "url": "Console.html#method__onClearClick", "type": "method"}, {"access": "protected", "host": "Console", "name": "_onCollapseClick", "url": "Console.html#method__onCollapseClick", "type": "method"}, {"access": "protected", "host": "Console", "name": "_onLogEvent", "url": "Console.html#method__onLogEvent", "type": "method"}, {"access": "protected", "host": "Console", "name": "_onPauseClick", "url": "Console.html#method__onPauseClick", "type": "method"}, {"access": "", "host": "Console", "name": "paused", "url": "Console.html#config_paused", "type": "config"}, {"access": "", "host": "Console", "name": "pausedChange", "url": "Console.html#event_pausedChange", "type": "event"}, {"access": "", "host": "Console", "name": "printBuffer", "url": "Console.html#method_printBuffer", "type": "method"}, {"access": "", "host": "Console", "name": "printLimit", "url": "Console.html#config_printLimit", "type": "config"}, {"access": "", "host": "Console", "name": "printLimitChange", "url": "Console.html#event_printLimitChange", "type": "event"}, {"access": "protected", "host": "Console", "name": "_printLoop", "url": "Console.html#property__printLoop", "type": "property"}, {"access": "", "host": "Console", "name": "printTimeout", "url": "Console.html#config_printTimeout", "type": "config"}, {"access": "", "host": "Console", "name": "printTimeoutChange", "url": "Console.html#event_printTimeoutChange", "type": "event"}, {"access": "protected", "host": "Console", "name": "renderUI", "url": "Console.html#method_renderUI", "type": "method"}, {"access": "", "host": "Console", "name": "reset", "url": "Console.html#method_reset", "type": "method"}, {"access": "", "host": "Console", "name": "reset", "url": "Console.html#event_reset", "type": "event"}, {"access": "protected", "host": "Console", "name": "_schedulePrint", "url": "Console.html#method__schedulePrint", "type": "method"}, {"access": "", "host": "Console", "name": "scrollIntoView", "url": "Console.html#config_scrollIntoView", "type": "config"}, {"access": "", "host": "Console", "name": "scrollIntoViewChange", "url": "Console.html#event_scrollIntoViewChange", "type": "event"}, {"access": "", "host": "Console", "name": "scrollToLatest", "url": "Console.html#method_scrollToLatest", "type": "method"}, {"access": "protected", "host": "Console", "name": "_setLogLevel", "url": "Console.html#method__setLogLevel", "type": "method"}, {"access": "", "host": "Console", "name": "startTime", "url": "Console.html#config_startTime", "type": "config"}, {"access": "", "host": "Console", "name": "startTimeChange", "url": "Console.html#event_startTimeChange", "type": "event"}, {"access": "", "host": "Console", "name": "strings", "url": "Console.html#config_strings", "type": "config"}, {"access": "", "host": "Console", "name": "stringsChange", "url": "Console.html#event_stringsChange", "type": "event"}, {"access": "", "host": "Console", "name": "style", "url": "Console.html#config_style", "type": "config"}, {"access": "", "host": "Console", "name": "styleChange", "url": "Console.html#event_styleChange", "type": "event"}, {"access": "", "host": "Console", "name": "syncUI", "url": "Console.html#method_syncUI", "type": "method"}, {"access": "protected", "host": "Console", "name": "_trimOldEntries", "url": "Console.html#method__trimOldEntries", "type": "method"}, {"access": "protected", "host": "Console", "name": "_uiSetHeight", "url": "Console.html#method__uiSetHeight", "type": "method"}, {"access": "protected", "host": "Console", "name": "_uiUpdateCollapsed", "url": "Console.html#method__uiUpdateCollapsed", "type": "method"}, {"access": "protected", "host": "Console", "name": "_uiUpdateFromHideShow", "url": "Console.html#method__uiUpdateFromHideShow", "type": "method"}, {"access": "protected", "host": "Console", "name": "_uiUpdatePaused", "url": "Console.html#method__uiUpdatePaused", "type": "method"}, {"access": "", "host": "Console", "name": "useBrowserConsole", "url": "Console.html#config_useBrowserConsole", "type": "config"}, {"access": "", "host": "Console", "name": "useBrowserConsoleChange", "url": "Console.html#event_useBrowserConsoleChange", "type": "event"}, {"access": "protected", "host": "Console", "name": "_validateStyle", "url": "Console.html#method__validateStyle", "type": "method"}, {"access": "", "host": "Console", "name": "width", "url": "Console.html#config_width", "type": "config"}, {"access": "", "host": "Console", "name": "widthChange", "url": "Console.html#event_widthChange", "type": "event"}]; |
|
4160 </script> |
|
4161 </body> |
|
4162 </html> |