0 null null null = this.pageCount) return this._pageIndex; this.currentPage = this.wizardPages[val]; ]]> 0 ? btns[0] : document.getAnonymousElementByAttribute(this._wizardButtons, "dlgtype", aDlgType); ]]> (function() { document.documentElement.rewind(); }) (function() { document.documentElement.advance(); }) (function() { document.documentElement.advance(); }) (function() { document.documentElement.cancel(); }) (function(event) { if (document.documentElement.cancel()) event.preventDefault(); }) // see bug 63370 for details var localeService = Components.classes["@mozilla.org/intl/nslocaleservice;1"] .getService(Components.interfaces.nsILocaleService); var stringBundleService = Components.classes["@mozilla.org/intl/stringbundle;1"].getService(Components.interfaces.nsIStringBundleService); var bundleURL = "chrome://global/locale/wizard.properties"; this._bundle = stringBundleService.createBundle(bundleURL, localeService.getApplicationLocale()); // get anonymous content references this._wizardHeader = document.getAnonymousElementByAttribute(this, "anonid", "Header"); this._wizardButtons = document.getAnonymousElementByAttribute(this, "anonid", "Buttons"); this._deck = document.getAnonymousElementByAttribute(this, "anonid", "Deck"); this._initWizardButton("back"); this._initWizardButton("next"); this._initWizardButton("finish"); this._initWizardButton("cancel"); this._initPages(); window.addEventListener("close", this._closeHandler, false); // start off on the first page this.pageCount = this.wizardPages.length; this.advance(); // give focus to the first focusable element in the dialog window.addEventListener("load", this._setInitialFocus, false); ]]> 0 ? els[0] : null; ]]> null #ifdef XP_MACOSX #else document.getAnonymousElementByAttribute(this, "anonid", "WizardButtonDeck"); #endif