/[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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 48 by dpavlin, Wed Jul 2 10:30:16 2008 UTC revision 49 by dpavlin, Wed Jul 2 21:10:57 2008 UTC
# Line 12  function $(id) { Line 12  function $(id) {
12  }  }
13    
14  </script>  </script>
15    
16  <script type="text/javascript" src="com.test.me.js"></script>  <script type="text/javascript" src="com.test.me.js"></script>
17    <script type="text/javascript" src="../blib/Strix.User.js"></script>
18    
19  </head>  </head>
20    
# Line 24  var html    = request.getText("class_bro Line 26  var html    = request.getText("class_bro
26  document.write(html)  document.write(html)
27  </script>  </script>
28  <script type="text/javascript">  <script type="text/javascript">
29  window.cb = new JooseX.IDE.ClassBrowser()  window.cb = new JooseX.IDE.ClassBrowser();
30    
31    $('JooseCBModulesSelect').selectedIndex = 2;
32    $('JooseCBModulesSelect').onchange();
33    $('JooseCBClassesSelect').selectedIndex = 1;
34    $('JooseCBClassesSelect').onchange();
35    /*
36    $('JooseCBCategoriesSelect').selectedIndex = 1;
37    $('JooseCBCategoriesSelect').onchange();
38    $('JooseCBElementsSelect').selectedIndex = 0;
39    $('JooseCBElementsSelect').onchange();
40    */
41  </script>  </script>
42    
43  </body>  </body>

Legend:
Removed from v.48  
changed lines
  Added in v.49

  ViewVC Help
Powered by ViewVC 1.1.26