Home | History | Annotate | Download | only in js

Lines Matching refs:Toggle

18   // init the fullscreen toggle click event
833 function toggle(obj, slide) {
844 $(".toggle-img", li).attr("title", "hide pages");
849 $(".toggle-img", li).attr("title", "show pages");
858 $(".toggle-list").each(
860 $("div:first", this).append("<a class='toggle-img' href='#' title='show pages' onClick='toggle(this.parentNode.parentNode, true); return false;'></a>");
910 $("#nav-panels").toggle();
911 $("#panel-link").toggle();
912 $("#nav-tree").toggle();
913 $("#tree-link").toggle();
928 $("#nav-panels").toggle();
929 $("#panel-link").toggle();
930 $("#nav-tree").toggle();
931 $("#tree-link").toggle();
1054 var toggleMe = $(".toggle-content-toggleme",div);
1057 $(".toggle-content-text", obj).toggle();
1059 $(".toggle-content-img", div).attr("title", "hide").attr("src", toRoot
1063 $(".toggle-content-text", obj).toggle();
1065 $(".toggle-content-img", div).attr("title", "show").attr("src", toRoot
2003 // toggle shut on the first try. --joeo@android.com
2148 /* TOGGLE INHERITED MEMBERS */
2150 /* Toggle an inherited class (arrow toggle)
2153 * 'null' to simply toggle.
2177 /* Toggle all inherited classes in a single table (e.g. all inherited methods)
2180 * 'null' to simply toggle.
2200 /* Toggle all inherited members in the class (link in the class title)
2203 var a = $("#toggleAllClassInherited"); // get toggle link from class title
2204 var toggles = $(".toggle-all", $("#body-content"));
2221 var toggles = $(".toggle-all", $("#body-content"));