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

Side by Side Diff: pkg/polymer/lib/elements/polymer-flex-layout/docs.json

Issue 175443005: [polymer] import all elements (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: updated from bower Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "project": {
3 "name": "Docs",
4 "description": "Docs"
5 },
6 "files": {
7 "..\\..\\polymer-flex-layout\\polymer-flex-layout.html": {
8 "name": "..\\..\\polymer-flex-layout\\polymer-flex-layout.html",
9 "modules": {
10 "Polymer Elements": 1
11 },
12 "classes": {
13 "polymer-flex-layout": 1
14 },
15 "fors": {},
16 "namespaces": {}
17 }
18 },
19 "modules": {
20 "Polymer Elements": {
21 "name": "Polymer Elements",
22 "submodules": {},
23 "classes": {
24 "polymer-flex-layout": 1
25 },
26 "fors": {},
27 "namespaces": {},
28 "tag": "module",
29 "file": "..\\..\\polymer-flex-layout\\polymer-flex-layout.html",
30 "line": 10
31 }
32 },
33 "classes": {
34 "polymer-flex-layout": {
35 "name": "polymer-flex-layout",
36 "shortname": "polymer-flex-layout",
37 "classitems": [],
38 "plugins": [],
39 "extensions": [],
40 "plugin_for": [],
41 "extension_for": [],
42 "module": "Polymer Elements",
43 "namespace": "",
44 "file": "..\\..\\polymer-flex-layout\\polymer-flex-layout.html",
45 "line": 10,
46 "description": "polymer-flex-layout provides a helper to use CSS3 Fl exible Boxes. By putting\npolymer-flex-layout inside an element it makes the el ement a flex\ncontainer. Use 'flex' attribute to make the flex item flexible.\n\ nExample:\n\n <div>\n <polymer-flex-layout></polymer-flex-layout>\n <div>Left</div>\n <div flex>Main</div>\n <div>Right</div>\n </div> \n\n ---------------------------------\n |-------------------------------| \n ||Left| Main |Right||\n |-------------------------------|\n ---------------------------------\n\n <div>\n <polymer-flex-layout v ertical></polymer-flex-layout>\n <div>Header</div>\n <div flex>Body</d iv>\n <div>Footer</div>\n </div>\n\n ----------\n ||------||\n ||Header||\n ||------||\n ||Body ||\n || ||\n || ||\n || ||\n || ||\n || ||\n || ||\n ||------||\n ||Footer||\n ||------||\n ----------"
47 }
48 },
49 "classitems": [
50 {
51 "file": "..\\..\\polymer-flex-layout\\polymer-flex-layout.html",
52 "line": 55,
53 "description": "If true, flex items are aligned vertically.",
54 "itemtype": "attribute",
55 "name": "vertical",
56 "type": "boolean",
57 "default": "false",
58 "class": "polymer-flex-layout",
59 "module": "Polymer Elements"
60 },
61 {
62 "file": "..\\..\\polymer-flex-layout\\polymer-flex-layout.html",
63 "line": 62,
64 "description": "Defines the default for how flex items are laid out along the cross axis on \nthe current line. Possible values are 'start', 'cente r' and 'end'.",
65 "itemtype": "attribute",
66 "name": "align",
67 "type": "string",
68 "default": "''",
69 "class": "polymer-flex-layout",
70 "module": "Polymer Elements"
71 },
72 {
73 "file": "..\\..\\polymer-flex-layout\\polymer-flex-layout.html",
74 "line": 70,
75 "description": "Defines how flex items are laid out along the main a xis on the current line.\nPossible values are 'start', 'center' and 'end'.",
76 "itemtype": "attribute",
77 "name": "justify",
78 "type": "string",
79 "default": "''",
80 "class": "polymer-flex-layout",
81 "module": "Polymer Elements"
82 },
83 {
84 "file": "..\\..\\polymer-flex-layout\\polymer-flex-layout.html",
85 "line": 78,
86 "description": "If true, polymer-flex-layout is the flex container.\ n\nExample:\n\n <polymer-flex-layout isContainer>\n <div>Left</div>\n <div flex>Main</div>\n <div>Right</div>\n </polymer-flex-layout>\n\n ---------------------------------\n |-------------------------------|\n ||Left| Main |Right||\n |-------------------------------|\n - --------------------------------",
87 "itemtype": "attribute",
88 "name": "isContainer",
89 "type": "boolean",
90 "default": "false",
91 "class": "polymer-flex-layout",
92 "module": "Polymer Elements"
93 }
94 ],
95 "warnings": []
96 }
OLDNEW
« no previous file with comments | « pkg/polymer/lib/elements/polymer-flex-layout/demo.html ('k') | pkg/polymer/lib/elements/polymer-flex-layout/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698