summaryrefslogtreecommitdiff
path: root/objectapp/static/objectapp/js/orgitdown/test.html
blob: aa62af74955c0e3bacf5c082ad5e0a818469cca3 (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
<html>
  <head>
<title>Test orgitdown</title>
<link rel="stylesheet" type="text/css" href="orgitdown/skins/orgitdown/style.css" />
<link rel="stylesheet" type="text/css" href="orgitdown/sets/default/style.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="orgitdown/jquery.orgitdown.js"></script>
<script type="text/javascript" src="orgitdown/sets/org/set.js"></script>
<!--<script type="text/javascript" >
   $(document).ready(function() {
      $("#orgitdown").orgitdown(mySettings);
   });
</script> -->
<div id="gnow">
      <script type="text/javascript">
			$(document).ready(function() {
			$('#gnowtest').click(function(){
			$('#gnow').orgitdown(mySettings);


		});
	});
	</script>
	<input type = "button" id ="gnowtest" value ="Editor"/>
    </div>

</head>
<body>
<h1>Test orgitdown</h1>
<textarea id="orgitdown"></textarea>
</body>
</html>