Lines Matching defs:Console
2 * Console creates a visualization for messages logged through calls to a YUI
7 * Console. Use Console to aid in developing your page or application.
14 * @class Console
92 function Console() {
93 Console.superclass.constructor.apply(this,arguments);
96 Y.Console = Y.extend(Console, Y.Widget,
98 // Y.Console prototype
230 * print loop). The number of buffered messages output to the Console is
346 * Generate the Console UI.
410 info = merge(Console.CHROME_CLASSES, {
415 this._head = create(substitute(Console.HEADER_TEMPLATE,info));
429 Console.BODY_TEMPLATE,
430 Console.CHROME_CLASSES));
442 var info = merge(Console.CHROME_CLASSES, {
448 this._foot = create(substitute(Console.FOOTER_TEMPLATE,info));
489 * <li>totalTime - ms since Console was instantiated or reset</li>
553 Console.ENTRY_CLASSES,
742 * @return String One of Console.LOG_LEVEL_INFO, _WARN, or _ERROR
770 * the YUI instance. NOTE: multiple Console instances cannot maintain
791 * Set the height of the Console container. Set the body height to the
801 Console.superclass._uiSetHeight.apply(this,arguments);
935 * Makes adjustments to the UI if needed when the Console is hidden or shown
942 Console.superclass._afterVisibleChange.apply(this,arguments);
1017 // Y.Console static properties
1030 * incoming messages to generate Console entries.
1041 * to generate Console entries.
1052 * Console entries.
1062 * Console.ENTRY_TEMPLATE markup when rendering a new Console entry.
1089 * Console.HEADER_TEMPLATE, Console.BODY_TEMPLATE, and
1090 * Console.FOOTER_TEMPLATE markup when rendering the Console UI.
1127 * section of the Console when it is rendered. The template includes
1131 * <li>console_button_class - contributed by Console.CHROME_CLASSES</li>
1132 * <li>console_collapse_class - contributed by Console.CHROME_CLASSES</li>
1133 * <li>console_hd_class - contributed by Console.CHROME_CLASSES</li>
1134 * <li>console_title_class - contributed by Console.CHROME_CLASSES</li>
1152 * Markup template used to generate the DOM structure for the Console body
1155 * constributed by Console.CHROME_CLASSES.
1165 * section of the Console when it is rendered. The template includes
1166 * many of the {placeholder}s from Console.CHROME_CLASSES as well as:
1192 * Default markup template used to create the DOM structure for Console
1195 * the {placeholder}s identified in Console.ENTRY_CLASSES as well as the
1239 * To have a single Console capture events from all YUI instances, set
1255 * Collection of strings used to label elements in the Console UI.
1259 * <li>title : "Log Console"</li>
1314 * Markup template used to create the DOM structure for Console entries.
1318 * @default Console.ENTRY_TEMPLATE
1326 * Minimum entry log level to render into the Console. The initial
1327 * logLevel value for all Console instances defaults from the
1328 * Y.config.logLevel YUI configuration, or Console.LOG_LEVEL_INFO if
1333 * Console.LOG_LEVEL_INFO and so on.
1337 * @default Y.config.logLevel or Console.LOG_LEVEL_INFO
1373 * Maximum number of Console entries allowed in the Console body at one
1387 * New entries should display at the top of the Console or the bottom?
1398 * When new entries are added to the Console UI, should they be
1410 * The baseline time for this Console instance, used to measure elapsed
1438 * Controls the collapsed state of the Console
1449 * String with units, or number, representing the height of the Console,
1462 * String with units, or number, representing the width of the Console.
1477 * browser console when a Console instance is created. If the
1496 * Allows the Console to flow in the document. Available values are