/[Frey]/trunk/static/ob/class_browser.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/static/ob/class_browser.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (show annotations)
Wed Jul 2 10:30:16 2008 UTC (15 years, 9 months ago) by dpavlin
File MIME type: text/html
File size: 698 byte(s)
added class browser from Joose with extracted test class into own js file
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
4 <title>Joose Class Browser</title>
5
6 <script type="text/javascript" src="../lib/Joose.js"></script>
7 <script type="text/javascript">
8 joose.loadComponents("../lib")
9
10 function $(id) {
11 return document.getElementById(id)
12 }
13
14 </script>
15 <script type="text/javascript" src="com.test.me.js"></script>
16
17 </head>
18
19 <body>
20
21 <script type="text/javascript">
22 var request = new Joose.SimpleRequest();
23 var html = request.getText("class_browser_component.html");
24 document.write(html)
25 </script>
26 <script type="text/javascript">
27 window.cb = new JooseX.IDE.ClassBrowser()
28 </script>
29
30 </body>
31 </html>

  ViewVC Help
Powered by ViewVC 1.1.26