/[bfilter]/trunk/hide.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/hide.html

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

revision 16 by dpavlin, Sun Sep 12 19:08:43 2004 UTC revision 17 by dpavlin, Sun Sep 12 20:30:47 2004 UTC
# Line 5  Line 5 
5  <script type="text/javascript">  <script type="text/javascript">
6    
7  var show = ['ul1'];  var show = ['ul1'];
8  var hide = ['b1','b2','ul2'];  var hide = ['b1','b2','ul2','ul3'];
9    
10  </script>  </script>
11  <!--  <!--
# Line 26  Folding: Line 26  Folding:
26  <a href="#" onClick="back_display();">&laquo;</a>&nbsp;<a href="#" onClick="default_display();">default</a>&nbsp;<a href="#" onClick="forward_display();">&raquo;</a>  <a href="#" onClick="back_display();">&laquo;</a>&nbsp;<a href="#" onClick="default_display();">default</a>&nbsp;<a href="#" onClick="forward_display();">&raquo;</a>
27  <br/>  <br/>
28  <a href="#" onClick="alert('show: '+show.length+', hide: '+hide.length+', changed:'+changed_display_ids.length+', positin: '+changed_display_pos);">debug</a>  <a href="#" onClick="alert('show: '+show.length+', hide: '+hide.length+', changed:'+changed_display_ids.length+', positin: '+changed_display_pos);">debug</a>
29    <a href="#" onClick="outline_display('ul3');">outline</a>
30  </div>  </div>
31    
32  <h1>table</h1>  <h1>table</h1>
# Line 58  Folding: Line 59  Folding:
59    
60  <ul id="ul2" style="display: none">  <ul id="ul2" style="display: none">
61  <li>null</li>  <li>null</li>
62     <ul id="ul3" style="display: none">
63     <li>outlined</li>
64     </ul>
65  </ul>  </ul>
66  </ul>  </ul>
67    

Legend:
Removed from v.16  
changed lines
  Added in v.17

  ViewVC Help
Powered by ViewVC 1.1.26