Class TKPageControlData
Defined in: PageControl.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
Indicates whether dragging is allowed.
|
|
The distance in pixels between the center points of each indicator, essentially the overall
width of each indicator.
|
|
Indicates whether only interactive jumps of one page at a time are allowed.
|
|
The element to be used for the active element indicator.
|
|
The template element to be used to represent each of the pages.
|
|
Indicates whether individual elements for each page should be shown, or only the pill.
|
Field Detail
{bool}
allowsDragging
Indicates whether dragging is allowed.
{int}
distanceBetweenPageIndicators
The distance in pixels between the center points of each indicator, essentially the overall
width of each indicator.
{bool}
incrementalJumpsOnly
Indicates whether only interactive jumps of one page at a time are allowed.
{
Element
}
indicatorElement
The element to be used for the active element indicator.
{
Element
}
pageElement
The template element to be used to represent each of the pages.
{bool}
showPageElements
Indicates whether individual elements for each page should be shown, or only the pill. Defaults to
false
Copyright © 2009 Apple Inc. All rights reserved.