Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Side by Side Diff: bower_components/polymer-collapse/docs.json

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "project": {
3 "name": "Docs",
4 "description": "Docs"
5 },
6 "files": {
7 "..\\..\\polymer-collapse\\polymer-collapse.html": {
8 "name": "..\\..\\polymer-collapse\\polymer-collapse.html",
9 "modules": {
10 "Polymer Elements": 1
11 },
12 "classes": {
13 "polymer-collapse": 1
14 },
15 "fors": {},
16 "namespaces": {}
17 }
18 },
19 "modules": {
20 "Polymer Elements": {
21 "name": "Polymer Elements",
22 "submodules": {},
23 "classes": {
24 "polymer-collapse": 1
25 },
26 "fors": {},
27 "namespaces": {},
28 "tag": "module",
29 "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
30 "line": 10
31 }
32 },
33 "classes": {
34 "polymer-collapse": {
35 "name": "polymer-collapse",
36 "shortname": "polymer-collapse",
37 "classitems": [],
38 "plugins": [],
39 "extensions": [],
40 "plugin_for": [],
41 "extension_for": [],
42 "module": "Polymer Elements",
43 "namespace": "",
44 "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
45 "line": 10,
46 "description": "polymer-collapse is used to add collapsible behavior to the\ntarget element. It adjusts the height or width of the target element\n to make the element collapse and expand.\n\nExample:\n\n <button on-click=\"{ {toggle}}\">toggle collapse</button>\n <div id=\"demo\">\n ...\n </di v>\n <polymer-collapse id=\"collapse\" targetId=\"demo\"></polymer-collapse>\ n\n ...\n\n toggle: function() {\n this.$.collapse.toggle();\n }"
47 }
48 },
49 "classitems": [
50 {
51 "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
52 "line": 48,
53 "description": "The id of the target element.",
54 "itemtype": "attribute",
55 "name": "targetId",
56 "type": "string",
57 "default": "''",
58 "class": "polymer-collapse",
59 "module": "Polymer Elements"
60 },
61 {
62 "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
63 "line": 56,
64 "description": "The target element.",
65 "itemtype": "attribute",
66 "name": "target",
67 "type": "object",
68 "default": "null",
69 "class": "polymer-collapse",
70 "module": "Polymer Elements"
71 },
72 {
73 "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
74 "line": 64,
75 "description": "If true, the orientation is horizontal; otherwise is vertical.",
76 "itemtype": "attribute",
77 "name": "horizontal",
78 "type": "boolean",
79 "default": "false",
80 "class": "polymer-collapse",
81 "module": "Polymer Elements"
82 },
83 {
84 "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
85 "line": 72,
86 "description": "If true, the target element is hidden/collapsed.",
87 "itemtype": "attribute",
88 "name": "closed",
89 "type": "boolean",
90 "default": "false",
91 "class": "polymer-collapse",
92 "module": "Polymer Elements"
93 },
94 {
95 "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
96 "line": 80,
97 "description": "Collapsing/expanding animation duration in second.",
98 "itemtype": "attribute",
99 "name": "duration",
100 "type": "number",
101 "default": "0.33",
102 "class": "polymer-collapse",
103 "module": "Polymer Elements"
104 },
105 {
106 "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
107 "line": 88,
108 "description": "If true, the size of the target element is fixed and is set\non the element. Otherwise it will try to \nuse auto to determine the n atural size to use\nfor collapsing/expanding.",
109 "itemtype": "attribute",
110 "name": "fixedSize",
111 "type": "boolean",
112 "default": "false",
113 "class": "polymer-collapse",
114 "module": "Polymer Elements"
115 },
116 {
117 "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
118 "line": 150,
119 "description": "Toggle the closed state of the collapsible.",
120 "itemtype": "method",
121 "name": "toggle",
122 "class": "polymer-collapse",
123 "module": "Polymer Elements"
124 }
125 ],
126 "warnings": []
127 }
OLDNEW
« no previous file with comments | « bower_components/polymer-collapse/demo.html ('k') | bower_components/polymer-collapse/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698