mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
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:
parent
bc41a3df76
commit
9be5bfd759
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user