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

index 2ba96be..abea647 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>    
-    
+
+        <td class="label">&nbsp;</td>
+        <td class="hd-info"><a href="#" onclick="RooDocsPage.toggle()">Show / Hide Inherited methods</a></td>
     </table>