aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/rule-list-container.reel/rule-list-container.html
diff options
context:
space:
mode:
authorJonathan Duran2012-05-31 08:54:48 -0700
committerJonathan Duran2012-05-31 08:54:48 -0700
commitf297093b5bfa62c9832829751a12f0e556bb5cc0 (patch)
tree6e04cdf142cb1b36e2197970c9dc2141017a2be7 /js/panels/css-panel/rule-list-container.reel/rule-list-container.html
parent9253e2ce98d748edd8c3929f113a597923960387 (diff)
parentd49c909cff7f0c5e5d0b127ad84a2fefc6677dc6 (diff)
downloadninja-f297093b5bfa62c9832829751a12f0e556bb5cc0.tar.gz
Merge branch 'refs/heads/NINJAmaster' into TimelineUber
Conflicts: js/panels/Timeline/Layer.reel/Layer.js js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js js/panels/properties.reel/properties.js Signed-off-by: Jonathan Duran <jduran@motorola.com>
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.html48
1 files changed, 48 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..77c9f275
--- /dev/null
+++ b/js/panels/css-panel/rule-list-container.reel/rule-list-container.html
@@ -0,0 +1,48 @@
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 "prototype" : "js/panels/css-panel/rule-list-container.reel",
14 "properties" : {
15 "element" : {"#" : "container"},
16 "ruleListComponent": {"@": "ruleList"}
17 }
18 },
19 "ruleList": {
20 "prototype" : "js/panels/css-panel/rule-list.reel",
21 "properties": {
22 "supportedRules" : {
23 "inline": {"@": "cssStyleRule" },
24 "1" : {"@": "cssStyleRule"}
25 }
26 }
27 },
28 "cssStyleRule": {
29 "prototype": "js/panels/css-panel/rule-components/css-style-rule.reel"
30 }
31 }
32 </script>
33 <script type="text/json">
34 "supportedRules" : {
35 "inline": {"@": "cssStyleRule" },
36 "1" : {"@": "cssStyleRule"},
37 "3" : {"@": "cssImportRule"},
38 "4" : {"@": "cssMediaRule"},
39 "5" : {"@": "cssFontFaceRule"},
40 "6" : {"@": "cssPageRule"},
41 "10" : {"@": "namespaceRule"}
42 }
43 </script>
44</head>
45<body>
46<div data-montage-id="container" class="rule-list-container"></div>
47</body>
48</html> \ No newline at end of file