-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsonExampleMenu.json
More file actions
65 lines (65 loc) · 1.11 KB
/
Copy pathjsonExampleMenu.json
File metadata and controls
65 lines (65 loc) · 1.11 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"menu": {
"header": "SVG Viewer",
"items": [
{ "id": "Open" },
{
"id": "OpenNew",
"label": "Open New"
},
null,
{
"id": "ZoomIn",
"label": "Zoom In"
},
{
"id": "ZoomOut",
"label": "Zoom Out"
},
{
"id": "OriginalView",
"label": "Original View"
},
null,
{ "id": "Quality" },
{ "id": "Pause" },
{ "id": "Mute" },
null,
{
"id": "Find",
"label": "Find..."
},
{
"id": "FindAgain",
"label": "Find Again"
},
{ "id": "Copy" },
{
"id": "CopyAgain",
"label": "Copy Again"
},
{
"id": "CopySVG",
"label": "Copy SVG"
},
{
"id": "ViewSVG",
"label": "View SVG"
},
{
"id": "ViewSource",
"label": "View Source"
},
{
"id": "SaveAs",
"label": "Save As"
},
null,
{ "id": "Help" },
{
"id": "About",
"label": "About Adobe CVG Viewer..."
}
]
}
}