Home | History | Annotate | Download | only in js

Lines Matching refs:Toggle

23   // init the fullscreen toggle click event
890 function toggle(obj, slide) {
901 $(".toggle-img", li).attr("title", "hide pages");
906 $(".toggle-img", li).attr("title", "show pages");
915 $(".toggle-list").each(
917 $("div:first", this).append("<a class='toggle-img' href='#' title='show pages' onClick='toggle(this.parentNode.parentNode, true); return false;'></a>");
967 $("#nav-panels").toggle();
968 $("#panel-link").toggle();
969 $("#nav-tree").toggle();
970 $("#tree-link").toggle();
985 $("#nav-panels").toggle();
986 $("#panel-link").toggle();
987 $("#nav-tree").toggle();
988 $("#tree-link").toggle();
1099 var toggleMe = $(".toggle-content-toggleme",div);
1102 $(".toggle-content-text", obj).toggle();
1104 $(".toggle-content-img", div).attr("title", "hide").attr("src", toRoot
1108 $(".toggle-content-text", obj).toggle();
1110 $(".toggle-content-img", div).attr("title", "show").attr("src", toRoot
2100 // toggle shut on the first try. --joeo@android.com
2341 /* TOGGLE INHERITED MEMBERS */
2343 /* Toggle an inherited class (arrow toggle)
2346 * 'null' to simply toggle.
2370 /* Toggle all inherited classes in a single table (e.g. all inherited methods)
2373 * 'null' to simply toggle.
2393 /* Toggle all inherited members in the class (link in the class title)
2396 var a = $("#toggleAllClassInherited"); // get toggle link from class title
2397 var toggles = $(".toggle-all", $("#body-content"));
2414 var toggles = $(".toggle-all", $("#body-content"));