aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/subselection-properties.reel
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/tools-properties/subselection-properties.reel')
-rw-r--r--js/components/tools-properties/subselection-properties.reel/subselection-properties.html33
-rw-r--r--js/components/tools-properties/subselection-properties.reel/subselection-properties.js14
2 files changed, 47 insertions, 0 deletions
diff --git a/js/components/tools-properties/subselection-properties.reel/subselection-properties.html b/js/components/tools-properties/subselection-properties.reel/subselection-properties.html
new file mode 100644
index 00000000..f006e875
--- /dev/null
+++ b/js/components/tools-properties/subselection-properties.reel/subselection-properties.html
@@ -0,0 +1,33 @@
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>
8 <head>
9 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
10
11 <!--<link rel="stylesheet" type="text/css" href="tools-properties.css">-->
12 <script type="text/montage-serialization">
13 {
14
15 "owner": {
16 "module": "js/components/tools-properties/subselection-properties.reel",
17 "name": "SubSelectionProperties",
18 "properties": {
19 "element": {"#": "subSelectionProperties"}
20 }
21 }
22 }
23 </script>
24
25 </head>
26
27 <body>
28 <div id="subSelectionProperties">
29 <div></div>
30 </div>
31 </body>
32
33</html> \ No newline at end of file
diff --git a/js/components/tools-properties/subselection-properties.reel/subselection-properties.js b/js/components/tools-properties/subselection-properties.reel/subselection-properties.js
new file mode 100644
index 00000000..bcd13642
--- /dev/null
+++ b/js/components/tools-properties/subselection-properties.reel/subselection-properties.js
@@ -0,0 +1,14 @@
1/* <copyright>
2This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
3No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
4(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5</copyright> */
6
7var Montage = require("montage/core/core").Montage;
8var Component = require("montage/ui/component").Component;
9var ToolProperties = require("js/components/tools-properties/tool-properties").ToolProperties;
10
11exports.SubSelectionProperties = Montage.create(ToolProperties, {
12
13
14}); \ No newline at end of file