Home | History | Annotate | Download | only in js

Lines Matching refs:TOGGLE

54   // init the fullscreen toggle click event
929 function toggle(obj, slide) {
940 $(".toggle-img", li).attr("title", "hide pages");
945 $(".toggle-img", li).attr("title", "show pages");
951 $(".toggle-list").each(
953 $("div:first", this).append("<a class='toggle-img' href='#' title='show pages' onClick='toggle(this.parentNode.parentNode, true); return false;'></a>");
960 function hideNestedItems(list, toggle) {
971 $(".more,.less",$(toggle)).toggle();
1015 $("#nav-panels").toggle();
1016 $("#panel-link").toggle();
1017 $("#nav-tree").toggle();
1018 $("#tree-link").toggle();
1033 $("#nav-panels").toggle();
1034 $("#panel-link").toggle();
1035 $("#nav-tree").toggle();
1036 $("#tree-link").toggle();
1145 var div = $(obj).closest(".toggle-content");
1146 var toggleMe = $(".toggle-content-toggleme:eq(0)",div);
1149 $(".toggle-content-text:eq(0)", obj).toggle();
1151 $(".toggle-content-img:eq(0)", div).attr("title", "hide").attr("src", toRoot
1155 $(".toggle-content-text:eq(0)", obj).toggle();
1157 div.find(".toggle-content").removeClass("open").addClass("closed")
1158 .find(".toggle-content-toggleme").hide();
1159 $(".toggle-content-img", div).attr("title", "show").attr("src", toRoot
2451 // toggle shut on the first try. --joeo@android.com
2815 /* TOGGLE INHERITED MEMBERS */
2817 /* Toggle an inherited class (arrow toggle)
2820 * 'null' to simply toggle.
2844 /* Toggle all inherited classes in a single table (e.g. all inherited methods)
2847 * 'null' to simply toggle.
2867 /* Toggle all inherited members in the class (link in the class title)
2870 var a = $("#toggleAllClassInherited"); // get toggle link from class title
2871 var toggles = $(".toggle-all", $("#body-content"));
2888 var toggles = $(".toggle-all", $("#body-content"));