Class minplayer.templates.base
Extends
minplayer.display.
The base template class which all templates should derive.
Defined in: minplayer.templates.base.js.
Constructor Attributes | Constructor Name and Description |
---|---|
minplayer.templates.base(context, options)
|
Field Attributes | Field Name and Description |
---|---|
Reset the constructor.
|
Method Attributes | Method Name and Description |
---|---|
onFullScreen(full)
Called when the media player goes into full screen mode.
|
- Methods borrowed from class minplayer.display:
- bind, getScaledRect, isValid, onResize, trigger
- Methods borrowed from class minplayer.plugin:
- addPlugin, destroy, eachPlugin, getPlugin, getPlugins, initialize, loading, loadPlugins, ready, setLoading
Class Detail
minplayer.templates.base(context, options)
- Parameters:
- {object} context
- The jQuery context.
- {object} options
- This components options.
Field Detail
constructor
Reset the constructor.
Method Detail
construct()
{object}
getElements()
- Returns:
- {object} The display elemnents for this component.
onFullScreen(full)
Called when the media player goes into full screen mode.
- Parameters:
- {boolean} full
- TRUE - The player is in fullscreen, FALSE otherwise.