diff options
author | Nivesh Rajbhandari | 2012-04-16 16:06:24 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-04-16 16:06:24 -0700 |
commit | c253192a08b499ea7be46fa5438d273e51f7ec5a (patch) | |
tree | 18a1f0e3679c0eb993a9dedb537035d3861f49ac /node_modules/components-data/toggle-button.json | |
parent | e19376c54eedd1f1c457ba405b2f110be376a559 (diff) | |
parent | 4b900ea5cd6bb77eb30cec8c03b9ec9fa662c1e9 (diff) | |
download | ninja-c253192a08b499ea7be46fa5438d273e51f7ec5a.tar.gz |
Merge branch 'refs/heads/ninja-internal' into WebGLFixes
Diffstat (limited to 'node_modules/components-data/toggle-button.json')
-rw-r--r-- | node_modules/components-data/toggle-button.json | 19 |
1 files changed, 7 insertions, 12 deletions
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 @@ | |||
6 | "name": "ToggleButton", | 6 | "name": "ToggleButton", |
7 | 7 | ||
8 | "properties": [ | 8 | "properties": [ |
9 | |||
10 | { | 9 | { |
11 | "name": "pressed", | 10 | "name": "pressed", |
12 | "type": "boolean", | 11 | "type": "boolean", |
13 | "default": "false" | 12 | "default": "false" |
14 | }, | 13 | }, |
15 | { | 14 | { |
16 | "name": "unpressedLabel", | 15 | "name": "label", |
17 | "type": "string", | ||
18 | "default": "" | ||
19 | }, | ||
20 | { | ||
21 | "name": "pressedLabel", | ||
22 | "type": "string", | 16 | "type": "string", |
23 | "default": "" | 17 | "default": "Toggle" |
24 | }, | 18 | }, |
25 | { | 19 | { |
26 | "name": "pressedClass", | 20 | "name": "unpressedLabel", |
27 | "type": "string", | 21 | "type": "string", |
28 | "default": "pressed" | 22 | "default": "Off" |
29 | }, | 23 | }, |
30 | { | 24 | { |
31 | "name": "label", | 25 | "name": "pressedLabel", |
32 | "type": "string", | 26 | "type": "string", |
33 | "default": "" | 27 | "default": "On" |
34 | } | 28 | } |
29 | |||
35 | ] | 30 | ] |
36 | } \ No newline at end of file | 31 | } \ No newline at end of file |