aboutsummaryrefslogtreecommitdiff
path: root/js/panels/properties/sections/custom-rows/color-select.reel/color-select.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/properties/sections/custom-rows/color-select.reel/color-select.html')
-rw-r--r--js/panels/properties/sections/custom-rows/color-select.reel/color-select.html51
1 files changed, 51 insertions, 0 deletions
diff --git a/js/panels/properties/sections/custom-rows/color-select.reel/color-select.html b/js/panels/properties/sections/custom-rows/color-select.reel/color-select.html
new file mode 100644
index 00000000..9c2588b9
--- /dev/null
+++ b/js/panels/properties/sections/custom-rows/color-select.reel/color-select.html
@@ -0,0 +1,51 @@
1<!DOCTYPE html>
2<!-- <copyright>
3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
6 </copyright> -->
7<html lang="en">
8<head>
9 <script type="text/montage-serialization">
10 {
11 "owner": {
12 "module" : "js/panels/properties/sections/custom-rows/color-select.reel",
13 "name" : "ColorSelect",
14 "properties" : {
15 "element" : {"#": "section"},
16 "Stroke" : {"#": "Stroke"},
17 "Fill" : {"#": "Fill"}
18 }
19 },
20
21
22 "colorChip": {
23 "module" : "js/components/ui/color-chip.reel",
24 "name" : "ColorChip",
25 "properties" : {
26 "element" : {"#": "Stroke"}
27 }
28 },
29
30 "colorChip2": {
31 "module" : "js/components/ui/color-chip.reel",
32 "name" : "ColorChip",
33 "properties" : {
34 "element" : {"#": "Fill"},
35 "mode": "fill"
36 }
37 }
38 }
39 </script>
40</head>
41<body>
42 <div id="section">
43 <section class="fieldCol">
44 <article class="fieldRow colorSelect">
45 <div id="Stroke"></div>
46 <div id="Fill"></div>
47 </article>
48 </section>
49 </div>
50</body>
51</html> \ No newline at end of file