Class Index | File Index

Classes


Class TKPageControlData


Defined in: PageControl.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
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.
Class Detail
TKPageControlData()
Since:
TuneKit 1.0
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.