Fixing bug 131330. Setting currentpageid attribute on a given wizard page so that ISPs can customize that page via css files. r=andreww, sr=sspitzer

This commit is contained in:
racham%netscape.com 2002-04-17 01:16:41 +00:00
parent bc41a3df76
commit 9be5bfd759

View File

@ -56,6 +56,10 @@
return val;
this._currentPage = val;
// Setting this attribute allows wizard's clients to dynamically
// change the styles of each page based on purpose of the page.
this.setAttribute("currentpageid", val.pageid);
if (this.onFirstPage) {
this.canRewind = false;