fullscreen.js
No description.

File Location

/goog/dom/fullscreen.js


Public Protected Private

Enumerations

Global Functions

goog.dom.fullscreen.exitFullScreen(opt_domHelper)
Exits full screen.
Arguments:
opt_domHelper : !goog.dom.DomHelper=
The DomHelper for the DOM being queried. If not provided, use the current DOM.
code »
goog.dom.fullscreen.getDocument_(opt_domHelper) !Document
Gets the document object of the dom.
Arguments:
opt_domHelper : !goog.dom.DomHelper=
The DomHelper for the DOM being queried. If not provided, use the current DOM.
Returns: !Document  The dom document.
code »
goog.dom.fullscreen.isFullScreen(opt_domHelper) boolean
Determines if the document is full screen.
Arguments:
opt_domHelper : !goog.dom.DomHelper=
The DomHelper for the DOM being queried. If not provided, use the current DOM.
Returns: boolean  Whether the document is full screen.
code »
goog.dom.fullscreen.isSupported(opt_domHelper) boolean
Determines if full screen is supported.
Arguments:
opt_domHelper : !goog.dom.DomHelper=
The DomHelper for the DOM being queried. If not provided, use the current DOM.
Returns: boolean  True iff full screen is supported.
code »
goog.dom.fullscreen.requestFullScreen(element)
Requests putting the element in full screen.
Arguments:
element : !Element
The element to put full screen.
code »
goog.dom.fullscreen.requestFullScreenWithKeys(element)
Requests putting the element in full screen with full keyboard access.
Arguments:
element : !Element
The element to put full screen.
code »

Global Variables

function%11 :
No description.
Code »

Directory dom

File Reference