Wizardpage

This element defines a page in a wizard. The content in the pages should be placed inside the wizardpage element.

More information about wizardpage

この要素は wizard の 1 ページを定義する。ページの内容は wizardpage 要素内に置く必要がある。

wizardpage の追加情報

プロパティとメソッド:

next pageid

属性:

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
mousethrough
observes
ordinal
orient
pack
persist
popup
position
ref
removeelement
sortDirection
sortResource
sortResource2
statustext
style
template
tooltip
tooltiptext
top
uri
wait-cursor
width

description

Type: string

Set this attribute to a description to appear in the wizard header while the page is being displayed.

型 : string

この属性を設定すると、ページが表示されている間はウィザードのヘッダに説明が表示される。

label

Type: string

The title that appears on the top of the wizard while the page is displayed.

型 : string

ページが表示されている間、ウィザードの最上部に表示されるテキスト。

next

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.

型 : string wizardpage id

このページの次のページのページ ID を設定する。設定されると、「進む」ボタンを押せば、その pageID を持つページが表示される。順番がまっすぐではないウィザードを作成するのに利用できます。ページのどれか一つが next 属性を持つときには、最後のページを除いて全ページともに next 属性を持つ必要がある。

onpageadvanced

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.

型 : script code

現在のページで「進む」ボタンを押したときに呼び出されるコードを設定する。 true を返すと次のページが表示され、 false を返すと次のページへの移動は行われない。

onpagehide

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.

型 : script code

他のページへ移動したときなどこのページが隠されたときに、この属性のコードは呼び出される。 true を返すとページ変更が行われ、 false を返すとページ変更は行われない。ウィザードの onwizardnext や関連する関数より先に、このコードが呼び出される。

onpagerewound

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.

型 : script code

現在のページで「戻る」ボタンを押したときに呼び出されるコードを設定する。 true を返すと前のページが表示され、 false を返すと前のページへの移動は行われない。

onpageshow

Type: script code

The code in this attribute is called when the page is shown.

型 : script code

ページが表示されたときに、この属性のコードは呼び出される。

pageid

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.

型 : string wizardpage id

この属性には、ウィザードのページ識別子を識別する文字列を設定する必要がある。 next 属性で使用される。ウィザードは常に、 wizard の子要素リストで最初に現れる wizardpage から開始する。


プロパティとメソッド:

next

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.

型 : string wizardpage id

このページの次のページのページ ID を設定する。設定されると、「進む」ボタンを押せば、その pageID を持つページが表示される。順番がまっすぐではないウィザードを作成するのに利用できます。ページのどれか一つが next 属性を持つときには、最後のページを除いて全ページともに next 属性を持つ必要がある。

pageid

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.

型 : string wizardpage id

この属性には、ウィザードのページ識別子を識別する文字列を設定する必要がある。 next 属性で使用される。ウィザードは常に、 wizard の子要素リストで最初に現れる wizardpage から開始する。

XUL Element から継承:

align allowEvents blur boxObject boxObject.element
boxObject.getLookAndFeelMetric boxObject.height boxObject.screenX boxObject.screenY boxObject.width
boxObject.x boxObject.y builder className click
collapsed contextMenu controllers database datasources
dir doCommand flex focus getElementsByAttribute
height hidden id left maxHeight
maxWidth menu minHeight minWidth observes
ordinal orient pack persist ref
resource statusText style tooltip tooltipText
top width

Element から継承:

addEventListener
appendChild
attributes
childNodes
cloneNode
dispatchEvent
firstChild
getAttribute
getAttributeNS
getAttributeNode
getAttributeNodeNS
getElementsByTagName
getElementsByTagNameNS
hasAttribute
hasAttributeNS
hasAttributes
hasChildNodes
insertBefore
isSupported
lastChild
localName
namespaceURI
nextSibling
nodeName
nodeType
nodeValue
normalize
ownerDocument
parentNode
prefix
previousSibling
removeAttribute
removeAttributeNS
removeAttributeNode
removeChild
removeEventListener
replaceChild
setAttribute
setAttributeNS
setAttributeNode
setAttributeNodeNS
tagName

Copyright (C) 1999 - 2004 XulPlanet.com