Class media.playLoader.base
Extends
media.display.
The play loader base class, which is used to control the busy
cursor, big play button, and the opaque background which shows when the
player is paused.
Defined in: drupal.media.playLoader.base.js.
Constructor Attributes | Constructor Name and Description |
---|---|
media.playLoader.base(context, options)
|
Method Attributes | Method Name and Description |
---|---|
Hide or show certain elements based on the state of the busy and big play
button.
|
|
setPlayer(player)
|
- Methods borrowed from class media.display:
- getElements, isValid
Class Detail
media.playLoader.base(context, options)
- Parameters:
- {object} context
- The jQuery context.
- {object} options
- This components options.
Method Detail
checkVisibility()
Hide or show certain elements based on the state of the busy and big play
button.
construct()
setPlayer(player)
- Parameters:
- player