aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/rich-text-editor/overlays/rich-text-resizer.reel/rich-text-resizer.html
blob: d7dbe11cb51764dfc0e4de08a693130598a3a9e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<!-- <copyright>
 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
 (c) Copyright 2011 Motorola Mobility, Inc.  All Rights Reserved.
 </copyright> -->
<html>
<head>
    <meta charset="utf-8">
    <link rel="stylesheet" href="rich-text-resizer.css">
    <script type="text/montage-serialization">
{
    "image": {
        "prototype": "ui/image.reel",
        "properties": {
            "element": {"#": "image"}
        }
    },

    "owner": {
        "prototype": "ui/rich-text-editor/overlays/rich-text-resizer.reel",
        "properties": {
            "element": {"#": "resizer-container"},
            "image": {"@": "image"}
        }
    }
}
    </script>
</head>
<body>
    <div data-montage-id="resizer-container" class="montage-resizer-container">
        <img data-montage-id="image" class="montage-resizer-image">
        <div class="montage-resizer-handle nw" data-montage-id="montage-resizer-handle-nw"></div>
        <div class="montage-resizer-handle n" data-montage-id="montage-resizer-handle-n"></div>
        <div class="montage-resizer-handle ne" data-montage-id="montage-resizer-handle-ne"></div>
        <div class="montage-resizer-handle e" data-montage-id="montage-resizer-handle-e"></div>
        <div class="montage-resizer-handle se" data-montage-id="montage-resizer-handle-se"></div>
        <div class="montage-resizer-handle s" data-montage-id="montage-resizer-handle-s"></div>
        <div class="montage-resizer-handle sw" data-montage-id="montage-resizer-handle-sw"></div>
        <div class="montage-resizer-handle w" data-montage-id="montage-resizer-handle-w"></div>
    </div>
</body>
</html>