aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.html
diff options
context:
space:
mode:
authorAnanya Sen2012-04-23 10:53:45 -0700
committerAnanya Sen2012-04-23 10:53:45 -0700
commit6e2d8c8b7e981de2a7ede45d707614307e811cad (patch)
tree94d5455c90439548c89d811a03d675e94cf5d27c /node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.html
parent2fafe26f74f342388b97960e7a58e3f45d8d961f (diff)
parent5a0331fc26fcc2cdc6200086109e34440a2dec6a (diff)
downloadninja-6e2d8c8b7e981de2a7ede45d707614307e811cad.tar.gz
Merge branch 'refs/heads/ninja-internal-master' into Codeview-improvements
Diffstat (limited to 'node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.html')
-rw-r--r--node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.html b/node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.html
new file mode 100644
index 00000000..1e2ec2cc
--- /dev/null
+++ b/node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.html
@@ -0,0 +1,37 @@
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 <title></title>
10 <link rel="stylesheet" type="text/css" href="rich-text-linkpopup.css">
11 <script type="text/montage-serialization">
12 {
13 "link": {
14 "module": "montage/ui/anchor.reel",
15 "name": "Anchor",
16 "properties": {
17 "element": {"#": "link"}
18 }
19 },
20
21 "owner": {
22 "module": "montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel",
23 "name": "RichTextLinkPopup",
24 "properties": {
25 "element": {"#": "linkpopup-container"},
26 "link": {"@": "link"}
27 }
28 }
29 }
30 </script>
31</head>
32<body>
33 <div id="linkpopup-container" class="montage-link-popup" contentEditable="false">
34 <a id="link" target="_blank"></a>
35 </div>
36</body>
37</html>