Home | History | Annotate | Download | only in assets

Lines Matching refs:Resize

98   $("#packages-nav").css({height:parseInt(packageHeight) - 6 + "px"}); //move 6px to give space for the resize handle
134 resizePackagesNav = $("#resize-packages-nav");
152 $("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizePackagesHeight(); } });
153 $("#side-nav").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } });
305 /* Resize the height of the nav panels in the reference,
321 /* Resize the height of the side-nav and doc-content divs,
326 // Get the window height and always resize the doc-content and side-nav divs
332 // If in the reference docs, also resize the "swapper", "classes-nav", and "nav-tree" divs
339 // Also resize the "devdoc-nav" div
352 /* Resize the width of the "side-nav" and the left margin of the "doc-content" div,