aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/style-sheet.reel/style-sheet.html
diff options
context:
space:
mode:
authorEric Guzman2012-02-22 23:16:23 -0800
committerEric Guzman2012-02-22 23:16:23 -0800
commit1c528b42f9b1c9be9197921586388c3a3bdc5c17 (patch)
tree3d8ffc876a9730bf8fa3e0b394922ccbebae15ef /js/panels/css-panel/style-sheet.reel/style-sheet.html
parentbd7bc833895391e4974b8746f31f63ba70689df3 (diff)
downloadninja-1c528b42f9b1c9be9197921586388c3a3bdc5c17.tar.gz
CSS Panel Update - Adding montage objects for css panel
Diffstat (limited to 'js/panels/css-panel/style-sheet.reel/style-sheet.html')
-rw-r--r--js/panels/css-panel/style-sheet.reel/style-sheet.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/js/panels/css-panel/style-sheet.reel/style-sheet.html b/js/panels/css-panel/style-sheet.reel/style-sheet.html
new file mode 100644
index 00000000..4fb94335
--- /dev/null
+++ b/js/panels/css-panel/style-sheet.reel/style-sheet.html
@@ -0,0 +1,42 @@
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 <script type="text/montage-serialization">
11 {
12 "owner": {
13 "module" : "js/panels/css-panel/style-sheet.reel",
14 "name" : "StyleSheet",
15 "properties" : {
16 "element" : {"#" : "style-sheet-container"}
17 }
18 },
19 "name": {
20 "module": "montage/ui/dynamic-text.reel",
21 "name": "DynamicText",
22 "properties": {
23 "element": {"#": "sheet-name"}
24 },
25 "bindings": {
26 "value": {
27 "boundObject": {"@": "owner"},
28 "boundObjectPropertyPath": "name",
29 "onewway": true
30 }
31 }
32
33 }
34 }
35 </script>
36</head>
37<body>
38<div id="style-sheet-container" class="style-sheet-container">
39 <span id="sheet-name"></span>
40</div>
41</body>
42</html> \ No newline at end of file