API Docs for:
Show:

rotator.tray Class

Defined in: tray.js:1
Module: tray

Responsible for tray related functions

Methods

_getCurrentIndex

() Number protected

Defined in tray.js:19

Gets the index of selected picture

Returns:

Number: index

_setCurrentIndex

() protected

Defined in tray.js:28

Sets the index based on currently selected object in tray

Returns:

null

buttonStatus

()

Defined in tray.js:102

Add / Remove disabled status to buttons

Returns:

null

init

()

Defined in tray.js:39

Initialize the tray

Returns:

null

inTray

()

Defined in tray.js:72

Check if current index is visible

Returns:

null

next

()

Defined in tray.js:84

Convenience method for updateTray

Returns:

null

prev

()

Defined in tray.js:93

Convenience method for updateTray

Returns:

null

updateFilmStrip

(
  • Position
)

Defined in tray.js:117

Parameters:

  • Position Number

Returns:

null

updatePage

(
  • index
)

Defined in tray.js:56

Animate hidden tray into view

Parameters:

  • index Number

    Page to move to

Returns:

null