aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/checkbox.json
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-15 14:55:21 -0800
committerValerio Virgillito2012-02-15 14:55:21 -0800
commit747616980cad14f0b65fbcc7f497ed9680a39d29 (patch)
treed04fe7a572fd6a0a17a6c631988989e9cd9e43a6 /node_modules/components-data/checkbox.json
parentd1bc0d3e8b3ab3341105c3e29dd2ca11a20d8931 (diff)
downloadninja-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/checkbox.json')
-rw-r--r--node_modules/components-data/checkbox.json38
1 files changed, 34 insertions, 4 deletions
diff --git a/node_modules/components-data/checkbox.json b/node_modules/components-data/checkbox.json
index 8991d210..a03ee00f 100644
--- a/node_modules/components-data/checkbox.json
+++ b/node_modules/components-data/checkbox.json
@@ -8,14 +8,44 @@
8 "properties": [ 8 "properties": [
9 9
10 { 10 {
11 "name": "label", 11 "name": "autofocus",
12 "type": "boolean",
13 "default": "false"
14 },
15 {
16 "name": "disabled",
17 "type": "boolean",
18 "default": "false"
19 },
20 {
21 "name": "checked",
22 "type": "boolean",
23 "default": "false"
24 },
25 {
26 "name": "form",
12 "type": "string", 27 "type": "string",
13 "default": "Button" 28 "default": ""
14 }, 29 },
15 { 30 {
16 "name": "enabled", 31 "name": "name",
32 "type": "string",
33 "default": ""
34 },
35 {
36 "name": "readonly",
17 "type": "boolean", 37 "type": "boolean",
18 "default": "true" 38 "default": null
39 },
40 {
41 "name": "title",
42 "type": "string",
43 "default": ""
44 },
45 {
46 "name": "value",
47 "type": "string",
48 "default": "on"
19 } 49 }
20 ] 50 ]
21} \ No newline at end of file 51} \ No newline at end of file