From 9b8a24a7360416d5750828c9580e33dd336ff882 Mon Sep 17 00:00:00 2001 From: François Frisch Date: Fri, 16 Mar 2012 17:57:18 -0700 Subject: Getting ownerComponent bindings --- node_modules/components-data/textfield.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/textfield.json b/node_modules/components-data/textfield.json index 7164b8b3..39c65eab 100644 --- a/node_modules/components-data/textfield.json +++ b/node_modules/components-data/textfield.json @@ -7,6 +7,10 @@ "properties": [ { + "name": "valueBinding", + "type": "string", + "default": null + },{ "name": "accept", "type": "string", "default": null -- cgit v1.2.3 From 14f28d0031dc9d522b4ae7d1dbff192b8d8a670e Mon Sep 17 00:00:00 2001 From: François Frisch Date: Sat, 17 Mar 2012 11:58:58 -0700 Subject: Adding components to PI --- node_modules/components-data/feed-reader.json | 15 +++++++++++++++ node_modules/components-data/map.json | 22 ++++++++++++++++++++++ node_modules/components-data/searchfield.json | 20 ++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 node_modules/components-data/feed-reader.json create mode 100644 node_modules/components-data/map.json create mode 100644 node_modules/components-data/searchfield.json (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/feed-reader.json b/node_modules/components-data/feed-reader.json new file mode 100644 index 00000000..6caf768d --- /dev/null +++ b/node_modules/components-data/feed-reader.json @@ -0,0 +1,15 @@ +{ + "component": "feedreader", + + "module": "montage/ui/feed-reader/feed-reader.reel", + + "name": "FeedReader", + + "properties": [ + { + "name": "feedURL", + "type": "string", + "default": null + } + ] +} \ No newline at end of file diff --git a/node_modules/components-data/map.json b/node_modules/components-data/map.json new file mode 100644 index 00000000..071fa73a --- /dev/null +++ b/node_modules/components-data/map.json @@ -0,0 +1,22 @@ +{ + "component": "map", + + "module": "montage/ui/map.reel", + + "name": "Map", + + "properties": [ + { + "name": "category", + "type": "string", + "default": null, + "possibleValues": ["restaurant", "hospital", "cafe", "museum"] + }, + { + "name": "center", + "type": "string", + "default": null + } + + ] +} \ No newline at end of file diff --git a/node_modules/components-data/searchfield.json b/node_modules/components-data/searchfield.json new file mode 100644 index 00000000..94c570d9 --- /dev/null +++ b/node_modules/components-data/searchfield.json @@ -0,0 +1,20 @@ +{ + "component": "searchfield", + + "module": "montage/ui/textfield.reel", + + "name": "Textfield", + + "properties": [ + { + "name": "valueBinding", + "type": "string", + "default": null + }, + { + "name": "value", + "type": "string", + "default": "" + } + ] +} \ No newline at end of file -- cgit v1.2.3 From 09852e9b9b8e64f003bed5aa57630d8b42c8ac95 Mon Sep 17 00:00:00 2001 From: François Frisch Date: Sat, 17 Mar 2012 19:28:30 -0700 Subject: Integrating picasa carousel and youtube channel --- node_modules/components-data/map.json | 4 ++-- node_modules/components-data/picasa-carousel.json | 15 +++++++++++++++ node_modules/components-data/youtube-channel.json | 16 ++++++++++++++++ 3 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 node_modules/components-data/picasa-carousel.json create mode 100644 node_modules/components-data/youtube-channel.json (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/map.json b/node_modules/components-data/map.json index 071fa73a..796b2fad 100644 --- a/node_modules/components-data/map.json +++ b/node_modules/components-data/map.json @@ -9,13 +9,13 @@ { "name": "category", "type": "string", - "default": null, + "default": "", "possibleValues": ["restaurant", "hospital", "cafe", "museum"] }, { "name": "center", "type": "string", - "default": null + "default": "" } ] diff --git a/node_modules/components-data/picasa-carousel.json b/node_modules/components-data/picasa-carousel.json new file mode 100644 index 00000000..34fe0e8f --- /dev/null +++ b/node_modules/components-data/picasa-carousel.json @@ -0,0 +1,15 @@ +{ + "component": "picasa-carousel", + + "module": "montage/ui/picasa-carousel.reel", + + "name": "PicasaCarousel", + + "properties": [ + { + "name": "queryParameter", + "type": "string", + "default": "" + } + ] +} \ No newline at end of file diff --git a/node_modules/components-data/youtube-channel.json b/node_modules/components-data/youtube-channel.json new file mode 100644 index 00000000..8affffba --- /dev/null +++ b/node_modules/components-data/youtube-channel.json @@ -0,0 +1,16 @@ +{ + "component": "youtube-channel", + + "module": "montage/ui/youtube-channel.reel", + + "name": "YoutubeChannel", + + "properties": [ + { + "name": "channelUrl", + "type": "string", + "default": "" + } + + ] +} \ No newline at end of file -- cgit v1.2.3 From 54eb5672a5f43fb157aa7ecb88b0ba8a06296b86 Mon Sep 17 00:00:00 2001 From: François Frisch Date: Sun, 18 Mar 2012 22:25:35 -0700 Subject: using channel name rather than url --- node_modules/components-data/youtube-channel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/youtube-channel.json b/node_modules/components-data/youtube-channel.json index 8affffba..c909fd1b 100644 --- a/node_modules/components-data/youtube-channel.json +++ b/node_modules/components-data/youtube-channel.json @@ -7,7 +7,7 @@ "properties": [ { - "name": "channelUrl", + "name": "channel", "type": "string", "default": "" } -- cgit v1.2.3 From ea439c4471948cb7e1dbb98bfa9c2ddc374d48e7 Mon Sep 17 00:00:00 2001 From: Nivesh Rajbhandari Date: Mon, 19 Mar 2012 14:19:48 -0700 Subject: Maps - Apply default width and height styles to components if specified. Change default location to Sunnyvale. Signed-off-by: Nivesh Rajbhandari --- node_modules/components-data/map.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/map.json b/node_modules/components-data/map.json index 796b2fad..792a7fe5 100644 --- a/node_modules/components-data/map.json +++ b/node_modules/components-data/map.json @@ -18,5 +18,11 @@ "default": "" } - ] + ], + + "defaultStyles": { + "width": "280px", + "height": "280px" + } + } \ No newline at end of file -- cgit v1.2.3 From e506900b036f237f7d16238348fef12157deb173 Mon Sep 17 00:00:00 2001 From: Nivesh Rajbhandari Date: Mon, 19 Mar 2012 14:25:54 -0700 Subject: "Category" property should use "select" control. Signed-off-by: Nivesh Rajbhandari --- node_modules/components-data/map.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/map.json b/node_modules/components-data/map.json index 792a7fe5..655d222d 100644 --- a/node_modules/components-data/map.json +++ b/node_modules/components-data/map.json @@ -8,8 +8,8 @@ "properties": [ { "name": "category", - "type": "string", - "default": "", + "type": "select", + "default": "restaurant", "possibleValues": ["restaurant", "hospital", "cafe", "museum"] }, { -- cgit v1.2.3 From 4f7f744b6982142c08b82239e8dbe40b610bf68b Mon Sep 17 00:00:00 2001 From: Nivesh Rajbhandari Date: Mon, 19 Mar 2012 15:31:08 -0700 Subject: Preserve-3d on flow and specify default dimensions on picasa-carousel. Signed-off-by: Nivesh Rajbhandari --- node_modules/components-data/picasa-carousel.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/picasa-carousel.json b/node_modules/components-data/picasa-carousel.json index 34fe0e8f..781b246e 100644 --- a/node_modules/components-data/picasa-carousel.json +++ b/node_modules/components-data/picasa-carousel.json @@ -11,5 +11,11 @@ "type": "string", "default": "" } - ] + ], + "defaultStyles": { + "width":"800px", + "height":"320px", + "border": "1px", + "-webkit-perspective": "800px" + } } \ No newline at end of file -- cgit v1.2.3 From 4de5574b6cd4ab4335867960f1f974a9a89778c7 Mon Sep 17 00:00:00 2001 From: François Frisch Date: Mon, 19 Mar 2012 17:19:17 -0700 Subject: Reformating carousel --- node_modules/components-data/picasa-carousel.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/picasa-carousel.json b/node_modules/components-data/picasa-carousel.json index 781b246e..2eb601c7 100644 --- a/node_modules/components-data/picasa-carousel.json +++ b/node_modules/components-data/picasa-carousel.json @@ -14,8 +14,7 @@ ], "defaultStyles": { "width":"800px", - "height":"320px", - "border": "1px", - "-webkit-perspective": "800px" + "height":"160px", + "border": "1px" } } \ No newline at end of file -- cgit v1.2.3 From 045eee416a66c88198067cd4694adcd5fc7589f1 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Tue, 20 Mar 2012 14:16:01 -0700 Subject: Feed Reader - Add PI field for display mode --- node_modules/components-data/feed-reader.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/feed-reader.json b/node_modules/components-data/feed-reader.json index 6caf768d..c3763cdf 100644 --- a/node_modules/components-data/feed-reader.json +++ b/node_modules/components-data/feed-reader.json @@ -10,6 +10,11 @@ "name": "feedURL", "type": "string", "default": null + }, + { + "name": "feedDisplayMode", + "type": "string", + "default": "animation" } ] } \ No newline at end of file -- cgit v1.2.3 From 444b626165ee8b2e30cc7b9bb3f4322c0ab9992f Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Tue, 20 Mar 2012 14:21:16 -0700 Subject: giving the feed reader a default size when empty Signed-off-by: Valerio Virgillito --- node_modules/components-data/feed-reader.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/feed-reader.json b/node_modules/components-data/feed-reader.json index 6caf768d..aa9bf340 100644 --- a/node_modules/components-data/feed-reader.json +++ b/node_modules/components-data/feed-reader.json @@ -11,5 +11,9 @@ "type": "string", "default": null } - ] + ], + "defaultStyles": { + "width":"350px", + "height":"250px" + } } \ No newline at end of file -- cgit v1.2.3 From 36ce3c432a40f01338b0f4731b100d7a7e71a823 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Tue, 20 Mar 2012 15:03:38 -0700 Subject: Feed Reader - change default display mode to "timer" --- node_modules/components-data/feed-reader.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/feed-reader.json b/node_modules/components-data/feed-reader.json index c3763cdf..923222db 100644 --- a/node_modules/components-data/feed-reader.json +++ b/node_modules/components-data/feed-reader.json @@ -14,7 +14,7 @@ { "name": "feedDisplayMode", "type": "string", - "default": "animation" + "default": "timer" } ] } \ No newline at end of file -- cgit v1.2.3 From a44740514bb25dc777a901d91dc1bd72cab4175a Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Tue, 20 Mar 2012 16:54:43 -0700 Subject: changing the RSS reader default sized and padding. Signed-off-by: Valerio Virgillito --- node_modules/components-data/feed-reader.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/feed-reader.json b/node_modules/components-data/feed-reader.json index b2b240b2..1e055eef 100644 --- a/node_modules/components-data/feed-reader.json +++ b/node_modules/components-data/feed-reader.json @@ -18,7 +18,7 @@ } ], "defaultStyles": { - "width":"350px", - "height":"250px" + "width":"380px", + "height":"120px" } } \ No newline at end of file -- cgit v1.2.3 From 291a79fde89f8f4d7e2e3225f7422ee8e5f6d998 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Thu, 22 Mar 2012 15:16:56 -0700 Subject: Adding a select for the feed reader display mode Signed-off-by: Valerio Virgillito --- node_modules/components-data/feed-reader.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/feed-reader.json b/node_modules/components-data/feed-reader.json index 1e055eef..7a5bd276 100644 --- a/node_modules/components-data/feed-reader.json +++ b/node_modules/components-data/feed-reader.json @@ -13,8 +13,9 @@ }, { "name": "feedDisplayMode", - "type": "string", - "default": "timer" + "type": "select", + "default": "animation", + "possibleValues": ["animation", "timer"] } ], "defaultStyles": { -- cgit v1.2.3 From b0009433f98e7c9f777c7a7b91640fea8049a6f0 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Fri, 23 Mar 2012 12:02:29 -0700 Subject: Feed Reader - Change default to timer so it matches component --- node_modules/components-data/feed-reader.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/feed-reader.json b/node_modules/components-data/feed-reader.json index 7a5bd276..39da73f3 100644 --- a/node_modules/components-data/feed-reader.json +++ b/node_modules/components-data/feed-reader.json @@ -14,7 +14,7 @@ { "name": "feedDisplayMode", "type": "select", - "default": "animation", + "default": "timer", "possibleValues": ["animation", "timer"] } ], -- cgit v1.2.3 From f09921e6085f4b16c6e69ac8bfd67eef644fc04e Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Wed, 28 Mar 2012 22:43:47 -0700 Subject: Removing properties from Montage components Simplified properties for the following components: - anchor - button - checkbox - image - number imput Signed-off-by: Valerio Virgillito --- node_modules/components-data/anchor.json | 25 +++--------------- node_modules/components-data/button.json | 35 -------------------------- node_modules/components-data/checkbox.json | 30 ---------------------- node_modules/components-data/image.json | 5 ---- node_modules/components-data/number-input.json | 5 ++++ 5 files changed, 8 insertions(+), 92 deletions(-) (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/anchor.json b/node_modules/components-data/anchor.json index 04faf04d..028a759b 100644 --- a/node_modules/components-data/anchor.json +++ b/node_modules/components-data/anchor.json @@ -17,30 +17,11 @@ "type": "string", "default": "" }, - { - "name": "hreflang", - "type": "string", - "default": "" - }, - { - "name": "media", - "type": "string", - "default": "" - }, - { - "name": "rel", - "type": "string", - "default": "" - }, { "name": "target", - "type": "string", - "default": "" - }, - { - "name": "type", - "type": "string", - "default": "" + "type": "select", + "default": "_self", + "possibleValues": ["_self", "_blank", "_parent", "_top"] } ] } \ No newline at end of file diff --git a/node_modules/components-data/button.json b/node_modules/components-data/button.json index 3f30030e..f3c16e8a 100644 --- a/node_modules/components-data/button.json +++ b/node_modules/components-data/button.json @@ -12,46 +12,11 @@ "type": "string", "default": "Button" }, - { - "name": "autofocus", - "type": "boolean", - "default": "false" - }, { "name": "enabled", "type": "boolean", "default": "true" }, - { - "name": "form", - "type": "string", - "default": "" - }, - { - "name": "formaction", - "type": "string", - "default": "" - }, - { - "name": "formenctype", - "type": "string", - "default": "" - }, - { - "name": "formmethod", - "type": "string", - "default": "" - }, - { - "name": "formnovalidate", - "type": "boolean", - "default": "" - }, - { - "name": "formtarget", - "type": "string", - "default": "" - }, { "name": "name", "type": "string", diff --git a/node_modules/components-data/checkbox.json b/node_modules/components-data/checkbox.json index a03ee00f..cd851f67 100644 --- a/node_modules/components-data/checkbox.json +++ b/node_modules/components-data/checkbox.json @@ -7,11 +7,6 @@ "properties": [ - { - "name": "autofocus", - "type": "boolean", - "default": "false" - }, { "name": "disabled", "type": "boolean", @@ -21,31 +16,6 @@ "name": "checked", "type": "boolean", "default": "false" - }, - { - "name": "form", - "type": "string", - "default": "" - }, - { - "name": "name", - "type": "string", - "default": "" - }, - { - "name": "readonly", - "type": "boolean", - "default": null - }, - { - "name": "title", - "type": "string", - "default": "" - }, - { - "name": "value", - "type": "string", - "default": "on" } ] } \ No newline at end of file diff --git a/node_modules/components-data/image.json b/node_modules/components-data/image.json index d6080196..22548cf9 100644 --- a/node_modules/components-data/image.json +++ b/node_modules/components-data/image.json @@ -16,11 +16,6 @@ "name": "src", "type": "string", "default": "" - }, - { - "name": "title", - "type": "string", - "default": "" } ] diff --git a/node_modules/components-data/number-input.json b/node_modules/components-data/number-input.json index d446fc37..bcdfb2c8 100644 --- a/node_modules/components-data/number-input.json +++ b/node_modules/components-data/number-input.json @@ -7,6 +7,11 @@ "properties": [ + { + "name": "value", + "type": "number", + "default": null + }, { "name": "min", "type": "number", -- cgit v1.2.3 From e6cfd371849b92fccd5e7ee74e428914a2dc23eb Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Fri, 30 Mar 2012 15:15:26 -0700 Subject: completing the component simple pi Signed-off-by: Valerio Virgillito --- node_modules/components-data/number-input.json | 1 - node_modules/components-data/radio-button.json | 25 ------ node_modules/components-data/range-input.json | 6 +- node_modules/components-data/select.json | 11 --- node_modules/components-data/textarea.json | 21 ++--- node_modules/components-data/textfield.json | 114 ------------------------ node_modules/components-data/toggle-button.json | 19 ++-- 7 files changed, 17 insertions(+), 180 deletions(-) (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/number-input.json b/node_modules/components-data/number-input.json index bcdfb2c8..5e53fe58 100644 --- a/node_modules/components-data/number-input.json +++ b/node_modules/components-data/number-input.json @@ -6,7 +6,6 @@ "name": "NumberInput", "properties": [ - { "name": "value", "type": "number", diff --git a/node_modules/components-data/radio-button.json b/node_modules/components-data/radio-button.json index 4763453a..df0893ad 100644 --- a/node_modules/components-data/radio-button.json +++ b/node_modules/components-data/radio-button.json @@ -6,11 +6,6 @@ "name": "RadioButton", "properties": [ - { - "name": "autofocus", - "type": "boolean", - "default": "false" - }, { "name": "disabled", "type": "boolean", @@ -21,30 +16,10 @@ "type": "boolean", "default": "false" }, - { - "name": "form", - "type": "string", - "default": "" - }, { "name": "name", "type": "string", "default": "" - }, - { - "name": "readonly", - "type": "boolean", - "default": null - }, - { - "name": "title", - "type": "string", - "default": "" - }, - { - "name": "value", - "type": "string", - "default": "on" } ] } \ No newline at end of file diff --git a/node_modules/components-data/range-input.json b/node_modules/components-data/range-input.json index 871f7889..1f3f5b20 100644 --- a/node_modules/components-data/range-input.json +++ b/node_modules/components-data/range-input.json @@ -6,7 +6,11 @@ "name": "RangeInput", "properties": [ - + { + "name": "value", + "type": "number", + "default": 0 + }, { "name": "min", "type": "number", diff --git a/node_modules/components-data/select.json b/node_modules/components-data/select.json index b823f8d6..33849fb6 100644 --- a/node_modules/components-data/select.json +++ b/node_modules/components-data/select.json @@ -6,16 +6,5 @@ "name": "SelectInput", "properties": [ - - { - "name": "label", - "type": "string", - "default": "Button" - }, - { - "name": "enabled", - "type": "boolean", - "default": "true" - } ] } \ No newline at end of file diff --git a/node_modules/components-data/textarea.json b/node_modules/components-data/textarea.json index 6e3d78c2..8e780954 100644 --- a/node_modules/components-data/textarea.json +++ b/node_modules/components-data/textarea.json @@ -7,26 +7,15 @@ "properties": [ - { - "name": "rows", - "type": "number", - "default": null - }, - { - "name": "cols", - "type": "number", - "default": null - }, - { - "name": "wrap", - "type": "string", - "default": "soft", - "possibleValues": ["hard", "soft"] - }, { "name": "textContent", "type": "string", "default": null + }, + { + "name": "disabled", + "type": "boolean", + "default": false } ] } \ No newline at end of file diff --git a/node_modules/components-data/textfield.json b/node_modules/components-data/textfield.json index 39c65eab..cb3f1c8f 100644 --- a/node_modules/components-data/textfield.json +++ b/node_modules/components-data/textfield.json @@ -6,120 +6,6 @@ "name": "Textfield", "properties": [ - { - "name": "valueBinding", - "type": "string", - "default": null - },{ - "name": "accept", - "type": "string", - "default": null - }, - { - "name": "autocomplete", - "type": "string", - "default": "" - }, - { - "name": "autofocus", - "type": "boolean", - "default": "" - }, - { - "name": "checked", - "type": "boolean", - "default": "" - }, - { - "name": "disabled", - "type": "boolean", - "default": "" - }, - { - "name": "formaction", - "type": "string", - "default": "" - }, - { - "name": "formenctype", - "type": "string", - "default": "" - }, - { - "name": "formmethod", - "type": "string", - "default": "" - }, - { - "name": "formnovalidate", - "type": "boolean", - "default": "" - }, - { - "name": "formtarget", - "type": "string", - "default": "" - }, - { - "name": "list", - "type": "string", - "default": "" - }, - { - "name": "maxlength", - "type": "number", - "default": "" - }, - { - "name": "multiple", - "type": "boolean", - "default": "" - }, - { - "name": "name", - "type": "string", - "default": "" - }, - { - "name": "pattern", - "type": "string", - "default": "" - }, - { - "name": "placeholder", - "type": "string", - "default": "" - }, - { - "name": "readonly", - "type": "boolean", - "default": "" - }, - { - "name": "required", - "type": "boolean", - "default": "" - }, - { - "name": "selectionDirection", - "type": "string", - "default": "" - }, - { - "name": "size", - "type": "number", - "default": "" - }, - { - "name": "src", - "type": "string", - "default": "" - }, - { - "name": "step", - "type": "number", - "default": "" - }, { "name": "value", "type": "string", diff --git a/node_modules/components-data/toggle-button.json b/node_modules/components-data/toggle-button.json index e85dd72a..a4f1c246 100644 --- a/node_modules/components-data/toggle-button.json +++ b/node_modules/components-data/toggle-button.json @@ -6,31 +6,26 @@ "name": "ToggleButton", "properties": [ - { "name": "pressed", "type": "boolean", "default": "false" }, { - "name": "unpressedLabel", - "type": "string", - "default": "" - }, - { - "name": "pressedLabel", + "name": "label", "type": "string", - "default": "" + "default": "Toggle" }, { - "name": "pressedClass", + "name": "unpressedLabel", "type": "string", - "default": "pressed" + "default": "Off" }, { - "name": "label", + "name": "pressedLabel", "type": "string", - "default": "" + "default": "On" } + ] } \ No newline at end of file -- cgit v1.2.3 From 56a042a8ed5d1cb2cb82781952f09ffd6a8338ea Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Fri, 30 Mar 2012 15:35:41 -0700 Subject: removing some of the button properties Signed-off-by: Valerio Virgillito --- node_modules/components-data/button.json | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/button.json b/node_modules/components-data/button.json index f3c16e8a..a931afcb 100644 --- a/node_modules/components-data/button.json +++ b/node_modules/components-data/button.json @@ -16,22 +16,6 @@ "name": "enabled", "type": "boolean", "default": "true" - }, - { - "name": "name", - "type": "string", - "default": "" - }, - { - "name": "type", - "type": "select", - "default": "submit", - "possibleValues": ["submit", "reset", "button"] - }, - { - "name": "value", - "type": "string", - "default": "" } ] } \ No newline at end of file -- cgit v1.2.3