Class Index | File Index

Classes


Class media.templates.base


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

Class Summary
Constructor Attributes Constructor Name and Description
 
media.templates.base(context, options)
Method Summary
Method Attributes Method Name and Description
 
 
Called when the media player goes into full screen mode.
Methods borrowed from class media.display:
isValid
Methods borrowed from class media.plugin:
construct, setPlayer
Class Detail
media.templates.base(context, options)
Parameters:
{object} context
The jQuery context.
{object} options
This components options.
Method Detail
getElements()
See:
media.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 Tue Nov 22 2011 23:07:52 GMT+0100 (CET)