aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/rule-list-container.reel/rule-list-container.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/css-panel/rule-list-container.reel/rule-list-container.html')
-rw-r--r--js/panels/css-panel/rule-list-container.reel/rule-list-container.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/js/panels/css-panel/rule-list-container.reel/rule-list-container.html b/js/panels/css-panel/rule-list-container.reel/rule-list-container.html
new file mode 100644
index 00000000..6c6ecfed
--- /dev/null
+++ b/js/panels/css-panel/rule-list-container.reel/rule-list-container.html
@@ -0,0 +1,44 @@
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/rule-list-container.reel",
14 "name" : "RuleListContainer",
15 "properties" : {
16 "element" : {"#" : "container"},
17 "ruleListComponent": {"@": "ruleList"}
18 }
19 },
20 "ruleList": {
21 "module" : "js/panels/css-panel/rule-list.reel",
22 "name": "RuleList",
23 "properties": {
24 "supportedRules" : {
25 "1" : {"@": "cssStyleRule"},
26 "3" : {"@": "cssImportRule"},
27 "4" : {"@": "cssMediaRule"},
28 "5" : {"@": "cssFontFaceRule"},
29 "6" : {"@": "cssPageRule"},
30 "10" : {"@": "namespaceRule"}
31 }
32 }
33 },
34 "cssStyleRule": {
35 "module": "js/panels/css-panel/rule-components/css-style-rule.reel",
36 "name": "CssStyleRule"
37 }
38 }
39 </script>
40</head>
41<body>
42<div id="container" class="rule-list-container"></div>
43</body>
44</html> \ No newline at end of file