diff options
author | Valerio Virgillito | 2012-02-15 14:55:21 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-15 14:55:21 -0800 |
commit | 747616980cad14f0b65fbcc7f497ed9680a39d29 (patch) | |
tree | d04fe7a572fd6a0a17a6c631988989e9cd9e43a6 /node_modules/components-data/radio-button.json | |
parent | d1bc0d3e8b3ab3341105c3e29dd2ca11a20d8931 (diff) | |
download | ninja-747616980cad14f0b65fbcc7f497ed9680a39d29.tar.gz |
Adding more components pi
Added rest of the components pi.
Missing text-input and select
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/components-data/radio-button.json')
-rw-r--r-- | node_modules/components-data/radio-button.json | 39 |
1 files changed, 34 insertions, 5 deletions
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 @@ | |||
6 | "name": "RadioButton", | 6 | "name": "RadioButton", |
7 | 7 | ||
8 | "properties": [ | 8 | "properties": [ |
9 | |||
10 | { | 9 | { |
11 | "name": "label", | 10 | "name": "autofocus", |
11 | "type": "boolean", | ||
12 | "default": "false" | ||
13 | }, | ||
14 | { | ||
15 | "name": "disabled", | ||
16 | "type": "boolean", | ||
17 | "default": "false" | ||
18 | }, | ||
19 | { | ||
20 | "name": "checked", | ||
21 | "type": "boolean", | ||
22 | "default": "false" | ||
23 | }, | ||
24 | { | ||
25 | "name": "form", | ||
12 | "type": "string", | 26 | "type": "string", |
13 | "default": "Button" | 27 | "default": "" |
14 | }, | 28 | }, |
15 | { | 29 | { |
16 | "name": "enabled", | 30 | "name": "name", |
31 | "type": "string", | ||
32 | "default": "" | ||
33 | }, | ||
34 | { | ||
35 | "name": "readonly", | ||
17 | "type": "boolean", | 36 | "type": "boolean", |
18 | "default": "true" | 37 | "default": null |
38 | }, | ||
39 | { | ||
40 | "name": "title", | ||
41 | "type": "string", | ||
42 | "default": "" | ||
43 | }, | ||
44 | { | ||
45 | "name": "value", | ||
46 | "type": "string", | ||
47 | "default": "on" | ||
19 | } | 48 | } |
20 | ] | 49 | ] |
21 | } \ No newline at end of file | 50 | } \ No newline at end of file |