/[Frey]/trunk/static/ob/class_browser_component.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_component.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: 1106 byte(s)
added class browser from Joose with extracted test class into own js file
1 <div id="JooseCB">
2 <script type="text/javascript" src="../lib/JooseX/IDE/ClassBrowser.js"></script>
3
4 <style type="text/css">
5 #JooseCB {
6 font-family: Arial;
7 }
8 #JooseCB th {
9 text-align: left;
10 width: 25%;
11 background-color: #99ccff;
12 }
13
14 #JooseCB select {
15 min-width: 100%
16 }
17
18 #JooseCB td {
19 background-color: #99ccff;
20 }
21 #JooseCBContainerTable {
22 width: 100%;
23 }
24 </style>
25 <table id="JooseCBContainerTable" cellpadding=5 cellspacing=1>
26 <tr>
27 <th>Modules</th>
28 <th>Classes and Roles</th>
29 <th>Categories</th>
30 <th>Elements</th>
31 </tr>
32 <tr>
33 <td><select id="JooseCBModulesSelect" size=10 onchange="cb.selectedModule(this)"></select>
34 <td><select id="JooseCBClassesSelect" size=10 onchange="cb.selectedClass(this)"></select>
35 <td><select id="JooseCBCategoriesSelect" size=10 onchange="cb.selectedCategory(this)"></select>
36 <td><select id="JooseCBElementsSelect" size=10 onchange="cb.selectedElement(this)"></select>
37 </tr>
38 <tr>
39 <td id="JooseCBBody" colspan="4"></td>
40 </tr>
41 </table>
42 </div>

  ViewVC Help
Powered by ViewVC 1.1.26