Cross Reference: /yui3/src/console/docs/component.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith{
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "name" : "console",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "displayName": "Console",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "description": "Message logging UI. Typically used as a development tool.",
ad2670c2a72f6612b923c6f67823a561cd5ee9beLuke Smith "author" : ["dgathright"],
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith
ddffbabfb50efb153ae0d4a9a39c0ffb3f17d746Luke Smith "tags": ["devtool", "console", "development"],
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "use" : ["console"],
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "examples": [
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith {
b96d996309309541dc72ee198c96c06e1b16bbfeJenny Donnelly "name" : "console-basic",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "displayName": "Creating a Console for Debugging",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "description": "The basics of setting up a Console",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "modules": ["console","console-filters"],
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "tags": ["console", "console-filters", "filter", "draggable"],
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "hideTableOfContents": true
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith },
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith {
b96d996309309541dc72ee198c96c06e1b16bbfeJenny Donnelly "name": "console-yui-config",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "displayName": "YUI Configuration to Filter Log Messages",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "description": "Using your YUI instance configuration to filter which messages are reported in the Console",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "modules": ["console"],
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "tags": ["console", "debug", "filter", "log"],
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "**noteForTheExample**": ["console","selector-css3","json-stringify"],
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "hideTableOfContents": true
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith },
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith {
b96d996309309541dc72ee198c96c06e1b16bbfeJenny Donnelly "name": "console-global",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "displayName": "Creating a Universal Console",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "description": "Using the Console's logSource attribute to consolidate log messages from multiple YUI instances into one Console",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "modules": ["console"],
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "tags": ["console", "debug", "log", "Y.Global", "sandbox"],
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "hideTableOfContents": true
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith }
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith ]
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith}