Home | History | Annotate | Download | only in doc

Lines Matching refs:toc

6     var toc = $("#side-nav").append('<div id="nav-toc" class="toc"><h3>Table of contents</h3></div>');
7 toc = $("#nav-toc");
9 toc = toc.append('<ul></ul>');
10 toc = toc.find('ul');
38 toc.append("<li class='level" + levelTag + "'><a id='link" + i + "' href='#title" +
41 toc.append("<li class='level" + levelTag + "'><a id='" + cur_id + "' href='#title" +
64 // Overloaded to adjust the size of the navtree wrt the toc
67 var toc = $("#nav-toc");
68 var tocHeight = toc.height(); // <- we added this line