diff options
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.html | 43 |
1 files changed, 43 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..43ffec6f --- /dev/null +++ b/js/panels/css-panel/style-sheet.reel/style-sheet.html | |||
@@ -0,0 +1,43 @@ | |||
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 | <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 | "defaultText": "Style sheet" | ||
25 | }, | ||
26 | "bindings": { | ||
27 | "value": { | ||
28 | "boundObject": {"@": "owner"}, | ||
29 | "boundObjectPropertyPath": "name", | ||
30 | "onewway": true | ||
31 | } | ||
32 | } | ||
33 | |||
34 | } | ||
35 | } | ||
36 | </script> | ||
37 | </head> | ||
38 | <body> | ||
39 | <div id="style-sheet-container" class="style-sheet-container"> | ||
40 | <span id="sheet-name"></span> | ||
41 | </div> | ||
42 | </body> | ||
43 | </html> \ No newline at end of file | ||