Home | History | Annotate | Download | only in options

Lines Matching full:subpage

148    * Updates the visibility and stacking order of the subpage backdrop
149 * according to which subpage is topmost and visible.
156 var subpageBackdrop = $('subpage-backdrop');
158 var container = $('subpage-sheet-container-' + nestingLevel);
295 * Closes the topmost open subpage, if any.
398 * @param {OptionsPage} subPage Sub-page to register.
404 OptionsPage.registerSubPage = function(subPage,
407 this.registeredPages[subPage.name] = subPage;
408 subPage.parentPage = parentPage;
410 subPage.associatedControls = associatedControls;
412 subPage.associatedSection =
416 subPage.tab = undefined;
417 subPage.initializePage();
478 : $('subpage-sheet-container-' + level);
534 // We also need to cancel mousedowns on non-subpage content.
541 subpageCloseButtons = document.querySelectorAll('.close-subpage');
564 var containerId = 'subpage-sheet-container-' + level;
567 $('subpage-backdrop').horizontalOffset = sidebarWidth;
588 * the topmost subpage/overlay.
602 // If a subpage is visible, use its parent as the tab loop constraint.
624 var subpageBackdrop = $('subpage-backdrop');
661 // Set an explicit height equal to the viewport on all the subpage
667 document.querySelectorAll('.subpage-sheet-container');
683 // Do nothing if a subpage isn't showing.
706 $('subpage-sheet-' + level), event.clientX, event.clientY);
825 $('subpage-backdrop').style.top = height;
828 $('subpage-backdrop').style.top = '0';
863 // A subpage was shown or hidden.
867 // Scroll to the top of the newly-opened subpage.
892 container = $('subpage-sheet-container-' + nestingLevel);
970 * subpage nesting.