dundas.controls.SlideshowPlayerSlide Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.SlideshowPlayerSlide
 

Constructors

 
  Name Description
init Initializes the control. Called during construction.
 
 

Properties

 
  Name Description
isLoaded Gets flag that indicates that slide has finished loading.
 
 

Methods

 
  Name Description
dispose Disposes the slide.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
hideSlide Hides this slide.
invalidate Reloads a slide content (refresh content).
onSlideResize Actions to take when slide is resized.
preload Preload this slide.
prepareToHide Prepares this slide to be hidden.
prepareToShow Prepares this slide to be shown.
showSlide Shows this slide.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.