-
Notifications
You must be signed in to change notification settings - Fork 0
/
widget.xml
57 lines (51 loc) · 1.89 KB
/
widget.xml
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
<?xml version="1.0" encoding="UTF-8" ?>
<!-- generated on Tue Jan 26 2016 16:45:36 -->
<Module>
<ModulePrefs
title="Vis Graph editor"
description=""
width="800"
height="600">
<Require feature="opensocial-0.8" ></Require>
<Require feature="openapp" ></Require>
<Require feature="dynamic-height"></Require>
<OAuth>
<Service name="openapp" xmlns:openapp="http://www.role-project.eu/xml/openapp/opensocialext/"
openapp:service="http://purl.org/role/terms/spaceService"
openapp:permitReadAppend="http://purl.org/role/terms/data">
<Request method="" url=""></Request>
<Authorization url=""></Authorization>
<Access method="" url=""></Access>
</Service>
</OAuth>
</ModulePrefs>
<Content type="html">
<![CDATA[
<html>
<body>
<script src="http://y-js.org/example-vis.js/bower_components/requirejs/require.js"></script>
<link href="http://y-js.org/example-vis.js/style.css" rel="stylesheet" type="text/css" />
<link href="http://y-js.org/example-vis.js/bower_components/vis/dist/vis.css" rel="stylesheet" type="text/css" />
<script src="http://y-js.org/example-vis.js/config.js"></script>
<script src="http://y-js.org/example-vis.js/app.js"></script>
<div id="network-popUp">
<span id="operation">node</span>
<br>
<table style="margin:auto;">
<tr>
<td>label</td>
<td>
<input id="node-label" value="new value" />
</td>
</tr>
</table>
<input type="button" value="save" id="saveButton" />
<input type="button" value="cancel" id="cancelButton" />
</div>
<br />
<div id="mynetwork"></div>
</body>
</html>
]]>
</Content>
</Module>