docs/class.html
authorAlan Knowles <alan@akbkhome.com>
Wed, 2 Jun 2010 10:09:12 +0000 (18:09 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 2 Jun 2010 10:09:12 +0000 (18:09 +0800)
docs/class.html

index 3b729a3..391ed1b 100644 (file)
                </td></tr>    
        </if>
        
+<script type="text/javascript">    
+var display = '';
+function toggle() {
+    display  = display == 'none' ? '': 'none';
+    Array.prototype.slice.call(
+       document.getElementsByTagName('tr')
+    ).forEach(function(tr) {
+       tr.style.display = ''; 
+       if (tr.className.match(/notInherited/)) return;
+       if (!tr.className.match(/expandable/)) return;
+       tr.style.display = display; 
+    });
+</script>    
+    
     </table>