Home | History | Annotate | Download | only in js

Lines Matching refs:Toggle

46   // init the fullscreen toggle click event
955 function toggle(obj, slide) {
966 $(".toggle-img", li).attr("title", "hide pages");
971 $(".toggle-img", li).attr("title", "show pages");
980 $(".toggle-list").each(
982 $("div:first", this).append("<a class='toggle-img' href='#' title='show pages' onClick='toggle(this.parentNode.parentNode, true); return false;'></a>");
1032 $("#nav-panels").toggle();
1033 $("#panel-link").toggle();
1034 $("#nav-tree").toggle();
1035 $("#tree-link").toggle();
1050 $("#nav-panels").toggle();
1051 $("#panel-link").toggle();
1052 $("#nav-tree").toggle();
1053 toggle();
1163 var toggleMe = $(".toggle-content-toggleme",div);
1166 $(".toggle-content-text", obj).toggle();
1168 $(".toggle-content-img", div).attr("title", "hide").attr("src", toRoot
1172 $(".toggle-content-text", obj).toggle();
1174 $(".toggle-content-img", div).attr("title", "show").attr("src", toRoot
2204 // toggle shut on the first try. --joeo@android.com
2458 /* TOGGLE INHERITED MEMBERS */
2460 /* Toggle an inherited class (arrow toggle)
2463 * 'null' to simply toggle.
2487 /* Toggle all inherited classes in a single table (e.g. all inherited methods)
2490 * 'null' to simply toggle.
2510 /* Toggle all inherited members in the class (link in the class title)
2513 var a = $("#toggleAllClassInherited"); // get toggle link from class title
2514 var toggles = $(".toggle-all", $("#body-content"));
2531 var toggles = $(".toggle-all", $("#body-content"));