From 747616980cad14f0b65fbcc7f497ed9680a39d29 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Wed, 15 Feb 2012 14:55:21 -0800 Subject: Adding more components pi Added rest of the components pi. Missing text-input and select Signed-off-by: Valerio Virgillito --- node_modules/components-data/radio-button.json | 39 ++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 5 deletions(-) (limited to 'node_modules/components-data/radio-button.json') diff --git a/node_modules/components-data/radio-button.json b/node_modules/components-data/radio-button.json index e76cc6b4..4763453a 100644 --- a/node_modules/components-data/radio-button.json +++ b/node_modules/components-data/radio-button.json @@ -6,16 +6,45 @@ "name": "RadioButton", "properties": [ - { - "name": "label", + "name": "autofocus", + "type": "boolean", + "default": "false" + }, + { + "name": "disabled", + "type": "boolean", + "default": "false" + }, + { + "name": "checked", + "type": "boolean", + "default": "false" + }, + { + "name": "form", "type": "string", - "default": "Button" + "default": "" }, { - "name": "enabled", + "name": "name", + "type": "string", + "default": "" + }, + { + "name": "readonly", "type": "boolean", - "default": "true" + "default": null + }, + { + "name": "title", + "type": "string", + "default": "" + }, + { + "name": "value", + "type": "string", + "default": "on" } ] } \ No newline at end of file -- cgit v1.2.3