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

Unified Diff: pkg/polymer/lib/elements/polymer-collapse/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, 10 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 side-by-side diff with in-line comments
Download patch
Index: pkg/polymer/lib/elements/polymer-collapse/docs.json
diff --git a/pkg/polymer/lib/elements/polymer-collapse/docs.json b/pkg/polymer/lib/elements/polymer-collapse/docs.json
new file mode 100644
index 0000000000000000000000000000000000000000..6e20a240915e64f4a87b4091b5343fd58ee57f3d
--- /dev/null
+++ b/pkg/polymer/lib/elements/polymer-collapse/docs.json
@@ -0,0 +1,127 @@
+{
+ "project": {
+ "name": "Docs",
+ "description": "Docs"
+ },
+ "files": {
+ "..\\..\\polymer-collapse\\polymer-collapse.html": {
+ "name": "..\\..\\polymer-collapse\\polymer-collapse.html",
+ "modules": {
+ "Polymer Elements": 1
+ },
+ "classes": {
+ "polymer-collapse": 1
+ },
+ "fors": {},
+ "namespaces": {}
+ }
+ },
+ "modules": {
+ "Polymer Elements": {
+ "name": "Polymer Elements",
+ "submodules": {},
+ "classes": {
+ "polymer-collapse": 1
+ },
+ "fors": {},
+ "namespaces": {},
+ "tag": "module",
+ "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
+ "line": 10
+ }
+ },
+ "classes": {
+ "polymer-collapse": {
+ "name": "polymer-collapse",
+ "shortname": "polymer-collapse",
+ "classitems": [],
+ "plugins": [],
+ "extensions": [],
+ "plugin_for": [],
+ "extension_for": [],
+ "module": "Polymer Elements",
+ "namespace": "",
+ "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
+ "line": 10,
+ "description": "polymer-collapse is used to add collapsible behavior to the\ntarget element. It adjusts the height or width of the target element\nto make the element collapse and expand.\n\nExample:\n\n <button on-click=\"{{toggle}}\">toggle collapse</button>\n <div id=\"demo\">\n ...\n </div>\n <polymer-collapse id=\"collapse\" targetId=\"demo\"></polymer-collapse>\n\n ...\n\n toggle: function() {\n this.$.collapse.toggle();\n }"
+ }
+ },
+ "classitems": [
+ {
+ "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
+ "line": 48,
+ "description": "The id of the target element.",
+ "itemtype": "attribute",
+ "name": "targetId",
+ "type": "string",
+ "default": "''",
+ "class": "polymer-collapse",
+ "module": "Polymer Elements"
+ },
+ {
+ "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
+ "line": 56,
+ "description": "The target element.",
+ "itemtype": "attribute",
+ "name": "target",
+ "type": "object",
+ "default": "null",
+ "class": "polymer-collapse",
+ "module": "Polymer Elements"
+ },
+ {
+ "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
+ "line": 64,
+ "description": "If true, the orientation is horizontal; otherwise is vertical.",
+ "itemtype": "attribute",
+ "name": "horizontal",
+ "type": "boolean",
+ "default": "false",
+ "class": "polymer-collapse",
+ "module": "Polymer Elements"
+ },
+ {
+ "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
+ "line": 72,
+ "description": "If true, the target element is hidden/collapsed.",
+ "itemtype": "attribute",
+ "name": "closed",
+ "type": "boolean",
+ "default": "false",
+ "class": "polymer-collapse",
+ "module": "Polymer Elements"
+ },
+ {
+ "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
+ "line": 80,
+ "description": "Collapsing/expanding animation duration in second.",
+ "itemtype": "attribute",
+ "name": "duration",
+ "type": "number",
+ "default": "0.33",
+ "class": "polymer-collapse",
+ "module": "Polymer Elements"
+ },
+ {
+ "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
+ "line": 88,
+ "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 natural size to use\nfor collapsing/expanding.",
+ "itemtype": "attribute",
+ "name": "fixedSize",
+ "type": "boolean",
+ "default": "false",
+ "class": "polymer-collapse",
+ "module": "Polymer Elements"
+ },
+ {
+ "file": "..\\..\\polymer-collapse\\polymer-collapse.html",
+ "line": 150,
+ "description": "Toggle the closed state of the collapsible.",
+ "itemtype": "method",
+ "name": "toggle",
+ "class": "polymer-collapse",
+ "module": "Polymer Elements"
+ }
+ ],
+ "warnings": []
+}
« no previous file with comments | « pkg/polymer/lib/elements/polymer-collapse/demo.html ('k') | pkg/polymer/lib/elements/polymer-collapse/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698