Class Index | File Index

Classes


Class minplayer.templates.base


Extends minplayer.display.
The base template class which all templates should derive.
Defined in: minplayer.templates.base.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
minplayer.templates.base(context, options)
Field Summary
Field Attributes Field Name and Description
 
Reset the constructor.
Method Summary
Method Attributes Method Name and Description
 
 
 
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()
See:
minplayer.plugin#construct

{object} getElements()
Returns:
{object} The display elemnents for this component.
See:
minplayer.display#getElements

onFullScreen(full)
Called when the media player goes into full screen mode.
Parameters:
{boolean} full
TRUE - The player is in fullscreen, FALSE otherwise.

Documentation generated by JsDoc Toolkit 2.4.0 on Sat Feb 11 2012 02:41:00 GMT+0100 (CET)