diff options
author | Armen Kesablyan | 2012-02-22 16:26:41 -0800 |
---|---|---|
committer | Armen Kesablyan | 2012-02-22 16:26:41 -0800 |
commit | 0bd1cefea2ab350fad1a891bdc926053b799aafc (patch) | |
tree | 962f559fcc02a3dfeb297d59907e40fa153453f3 /node_modules/components-data/button.json | |
parent | 695bc5082f48dddf66ce31480a4faefc067b38bd (diff) | |
parent | 2d2b1af8b5c0d506fe6a1cf65614101fec145970 (diff) | |
download | ninja-0bd1cefea2ab350fad1a891bdc926053b799aafc.tar.gz |
Merge branch 'refs/heads/master' into new-tool-icons
Diffstat (limited to 'node_modules/components-data/button.json')
-rw-r--r-- | node_modules/components-data/button.json | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/node_modules/components-data/button.json b/node_modules/components-data/button.json new file mode 100644 index 00000000..3f30030e --- /dev/null +++ b/node_modules/components-data/button.json | |||
@@ -0,0 +1,72 @@ | |||
1 | { | ||
2 | "component": "button", | ||
3 | |||
4 | "module": "montage/ui/button.reel", | ||
5 | |||
6 | "name": "Button", | ||
7 | |||
8 | "properties": [ | ||
9 | |||
10 | { | ||
11 | "name": "label", | ||
12 | "type": "string", | ||
13 | "default": "Button" | ||
14 | }, | ||
15 | { | ||
16 | "name": "autofocus", | ||
17 | "type": "boolean", | ||
18 | "default": "false" | ||
19 | }, | ||
20 | { | ||
21 | "name": "enabled", | ||
22 | "type": "boolean", | ||
23 | "default": "true" | ||
24 | }, | ||
25 | { | ||
26 | "name": "form", | ||
27 | "type": "string", | ||
28 | "default": "" | ||
29 | }, | ||
30 | { | ||
31 | "name": "formaction", | ||
32 | "type": "string", | ||
33 | "default": "" | ||
34 | }, | ||
35 | { | ||
36 | "name": "formenctype", | ||
37 | "type": "string", | ||
38 | "default": "" | ||
39 | }, | ||
40 | { | ||
41 | "name": "formmethod", | ||
42 | "type": "string", | ||
43 | "default": "" | ||
44 | }, | ||
45 | { | ||
46 | "name": "formnovalidate", | ||
47 | "type": "boolean", | ||
48 | "default": "" | ||
49 | }, | ||
50 | { | ||
51 | "name": "formtarget", | ||
52 | "type": "string", | ||
53 | "default": "" | ||
54 | }, | ||
55 | { | ||
56 | "name": "name", | ||
57 | "type": "string", | ||
58 | "default": "" | ||
59 | }, | ||
60 | { | ||
61 | "name": "type", | ||
62 | "type": "select", | ||
63 | "default": "submit", | ||
64 | "possibleValues": ["submit", "reset", "button"] | ||
65 | }, | ||
66 | { | ||
67 | "name": "value", | ||
68 | "type": "string", | ||
69 | "default": "" | ||
70 | } | ||
71 | ] | ||
72 | } \ No newline at end of file | ||