Full-screen Class
These docs have moved here.Reference for DEVELOPERS of new frames only! Allow components to specify fullscreen capabilities based on minimal configuration options
Item Index
Methods
Events
Methods
exitFullscreen
()
Exit fullscreen mode
showFullscreen
()
Make a specified element fullscreen
Properties
displayFullscreenOverride
String
Set to true
to display this frame in fullscreen mode, even if the frame type
is not always displayed fullscreen. (For instance, you might use this to keep
a survey between test trials in fullscreen mode.)
Default: false
fullScreenElementId
String
private
The element ID of the thing to make full screen (video element, div, etc)
Events
enteredFullscreen
Upon detecting change to fullscreen mode
leftFullscreen
Upon detecting change out of fullscreen mode