From ac24875103799c7198b1b1cb01d15b415d118354 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Fri, 1 Jun 2012 17:12:37 -0700 Subject: removing the search bar component Signed-off-by: Valerio Virgillito --- node_modules/components-data/searchfield.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 node_modules/components-data/searchfield.json (limited to 'node_modules/components-data') diff --git a/node_modules/components-data/searchfield.json b/node_modules/components-data/searchfield.json deleted file mode 100644 index 94c570d9..00000000 --- a/node_modules/components-data/searchfield.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "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 563935933c191093b8ccd88fd1377775c5641b0d Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Mon, 4 Jun 2012 23:33:32 -0700 Subject: components fix: adding a first draw event to components Adding a first draw allows the component to have the right element so that ninja can use it's controller to get the component instance Signed-off-by: Valerio Virgillito --- node_modules/components-data/feed-reader.json | 1 + node_modules/components-data/picasa-carousel.json | 1 + 2 files changed, 2 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 5e8ca527..0676cac1 100644 --- a/node_modules/components-data/feed-reader.json +++ b/node_modules/components-data/feed-reader.json @@ -18,6 +18,7 @@ "possibleValues": ["animation", "timer"] } ], + "defaultStyles": { "width":"380px", "height":"120px" diff --git a/node_modules/components-data/picasa-carousel.json b/node_modules/components-data/picasa-carousel.json index b0711b12..4ab329e5 100644 --- a/node_modules/components-data/picasa-carousel.json +++ b/node_modules/components-data/picasa-carousel.json @@ -12,6 +12,7 @@ "default": "" } ], + "defaultStyles": { "width":"800px", "height":"160px", -- cgit v1.2.3