Home | History | Annotate | Download | only in js

Lines Matching refs:Toggle

64   // init the fullscreen toggle click event
1200 function toggle(obj, slide) {
1211 $(".toggle-img", li).attr("title", "hide pages");
1216 $(".toggle-img", li).attr("title", "show pages");
1222 $(".toggle-list").each(
1224 $("div:first", this).append("<a class='toggle-img' href='#' title='show pages' onClick='toggle(this.parentNode.parentNode, true); return false;'></a>");
1231 function hideNestedItems(list, toggle) {
1242 $(".more,.less",$(toggle)).toggle();
1294 $("#nav-panels").toggle();
1295 $("#panel-link").toggle();
1296 $("#nav-tree").toggle();
1297 $("#tree-link").toggle();
1310 $("#nav-panels").toggle();
1311 $("#panel-link").toggle();
1312 $("#nav-tree").toggle();
1313 $("#tree-link").toggle();
1418 var div = $(obj).closest(".toggle-content");
1419 var toggleMe = $(".toggle-content-toggleme:eq(0)",div);
1422 $(".toggle-content-text:eq(0)", obj).toggle();
1424 $(".toggle-content-img:eq(0)", div).attr("title", "hide").attr("src", toRoot
1428 $(".toggle-content-text:eq(0)", obj).toggle();
1430 div.find(".toggle-content").removeClass("open").addClass("closed")
1431 .find(".toggle-content-toggleme").hide();
1432 $(".toggle-content-img", div).attr("title", "show").attr("src", toRoot
2997 // toggle shut on the first try. --joeo@android.com
3361 /* TOGGLE INHERITED MEMBERS */
3363 /* Toggle an inherited class (arrow toggle)
3366 * 'null' to simply toggle.
3390 /* Toggle all inherited classes in a single table (e.g. all inherited methods)
3393 * 'null' to simply toggle.
3413 /* Toggle all inherited members in the class (link in the class title)
3416 var a = $("#toggleAllClassInherited"); // get toggle link from class title
3417 var toggles = $(".toggle-all", $("#body-content"));
3434 var toggles = $(".toggle-all", $("#body-content"));