dundas.controls.SlideshowPlayer Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.SlideshowPlayer
 

Constructors

 
  Name Description
init Initializes the control. Called during construction.
 
 

Properties

 
  Name Description
display Gets the display element of this control.
isEditAllowed Gets or sets flag that indicates if control can switch to edit mode.
isPanelHidden Gets or sets if the playback panel is hidden.
isPlaying Gets or sets if the slideshow is playing.
newSlide Get the old slide of this player.
oldSlide Get the old slide of this player.
panelMode Gets or sets if the show/hide mode of the playback controls.
preloadSlide Get the old slide of this player.
slideIndex Gets the current slide index.
slideshow Gets or sets the slideshow on this player.
 
 

Methods

 
  Name Description
dispose Disposes the component.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
nextSlide Go to next slide.
onPlayerResize Actions to take when player is resized.
prevSlide Go to previous slide.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.