docs.js
[gnome.introspection-doc-generator] / docs / class.html
index 391ed1b..9550a55 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>    
-    
+    <tr style="margin-top: 20px">
+        <td class="label">&nbsp;</td>
+        <td class="hd-info"><a href="#" onclick="RooDocsPage.toggle()">Show / Hide Inherited methods, properties and signals</a></td>
     </table>