aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/style.reel/style.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/css-panel/style.reel/style.html')
-rw-r--r--js/panels/css-panel/style.reel/style.html57
1 files changed, 57 insertions, 0 deletions
diff --git a/js/panels/css-panel/style.reel/style.html b/js/panels/css-panel/style.reel/style.html
new file mode 100644
index 00000000..bd911f34
--- /dev/null
+++ b/js/panels/css-panel/style.reel/style.html
@@ -0,0 +1,57 @@
1<!DOCTYPE html>
2<!-- <copyright>
3This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
4No 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 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
10 <link href="style.css" type="text/css" rel="stylesheet" media="screen">
11 <script type="text/montage-serialization">
12 {
13 "owner": {
14 "module" : "js/panels/css-panel/style.reel",
15 "name" : "Style",
16 "properties" : {
17 "element" : {"#" : "container"}
18 }
19 },
20 "property": {
21 "module": "montage/ui/dynamic-text.reel",
22 "name": "DynamicText",
23 "properties": {
24 "element": {"#": "property"}
25 },
26 "bindings": {
27 "value" : {
28 "boundObject": {"@": "owner"},
29 "boundObjectPropertyPath": "propertyText",
30 "oneway": true
31 }
32 }
33 },
34 "value": {
35 "module": "montage/ui/dynamic-text.reel",
36 "name": "DynamicText",
37 "properties": {
38 "element": {"#": "value"}
39 },
40 "bindings": {
41 "value" : {
42 "boundObject": {"@": "owner"},
43 "boundObjectPropertyPath": "valueText",
44 "oneway": true
45 }
46 }
47 }
48 }
49 </script>
50</head>
51<body>
52<div id="container">
53 <dt id="property" class="css-property"></dt>
54 <dd id="value" class="css-value"></dd>
55</div>
56</body>
57</html> \ No newline at end of file