References > " . "Element Reference"; $pagetitle="Wizardpage"; $customsidebar = "elemref-sidebar.php"; include "header.php"; ?>
This element defines a page in a wizard. The content in the pages should be placed inside the wizardpage element.
More information about wizardpage
Attributes:
description | label | next | onpageadvanced | onpagehide |
onpagerewound | onpageshow | pageid |
Inherited from XUL Element:
align
allowevents
allownegativeassertions
class
coalesceduplicatearcs
collapsed
container
containment
context
contextmenu
datasources
debug
dir
empty
equalsize
flags
flex
height
hidden
id
insertafter
insertbefore
left
maxheight
maxwidth
menu
minheight
minwidth
observes
ordinal
orient
pack
persist
popup
position
ref
removeelement
sortDirection
sortResource
sortResource2
statustext
style
template
tooltip
tooltiptext
top
uri
wait-cursor
width
Type: string
Set this attribute to a description to appear in the wizard header while the page is being displayed.
Type: string
The title that appears on the top of the wizard while the page is displayed.
Type: string wizardpage id
Set to the page ID of the next page after this one. When set, the page with this pageID is displayed when the Next button is pressed. This can be used to create wizards that do not have a linear sequence. If one of the pages has a next attribute, all of the pages should have one, except that last page.
Type: script code
This should be set to code which is called when the user presses the Next button while on the current page. Return true to allow the next page to be displayed and false to disallow moving to the next page.
Type: script code
The code in this attribute is called when the page is hidden, such as when moving to another page. Return true to accept the page change and false to prevent the page from changing. This code is called before the wizard's onwizardnext and related functions.
Type: script code
This should be set to code which is called when the user presses the Back button while on the current page. Return true to allow the previous page to be displayed and false to disallow moving to the next page.
Type: script code
The code in this attribute is called when the page is shown.
Type: string wizardpage id
This attribute should be set to a string that identifies the page's identifer in the wizard. This is used with the next attribute. The wizard always starts with the wizardpage that appears first in the wizard child list.
Type: string wizardpage id
Set to the page ID of the next page after this one. When set, the page with this pageID is displayed when the Next button is pressed. This can be used to create wizards that do not have a linear sequence. If one of the pages has a next attribute, all of the pages should have one, except that last page.
Type: string wizardpage id
This attribute should be set to a string that identifies the page's identifer in the wizard. This is used with the next attribute. The wizard always starts with the wizardpage that appears first in the wizard child list.
Inherited from XUL Element:
Inherited from Element: