MODULES Uize.Dom.Fullscreen
1. Introduction
The Uize.Dom.Fullscreen
package provides features to managing full screen mode for browsers that support the HTML5 fullscreen API.
DEVELOPERS: Chris van Rensburg
1.1. Examples
There are no dedicated showcase example pages for the Uize.Dom.Fullscreen
module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Dom.Fullscreen
module...
SEARCH
1.2. Implementation Info
The Uize.Dom.Fullscreen
module defines the Uize.Dom.Fullscreen
package under the Uize.Dom
namespace.
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
STATIC METHODS
Uize.Dom.Fullscreen.exitFullscreen
| Uize.Dom.Fullscreen.getFullscreenElement
| Uize.Dom.Fullscreen.inFullscreen
| Uize.Dom.Fullscreen.requestFullscreen
| Uize.Dom.Fullscreen.setFullscreen
| Uize.Dom.Fullscreen.toggleFullscreen
STATIC PROPERTIES
Uize.Dom.Fullscreen.moduleName
| Uize.Dom.Fullscreen.pathToResources
1.2.2. Features Overridden in This Module
No features have been overridden in this module.
1.2.3. Features Inherited From Other Modules
This module has no inherited features.
1.2.4. Modules Directly Under This Namespace
There are no modules directly under this namespace.
1.2.5. Unit Tests
There is no dedicated unit tests module for the Uize.Dom.Fullscreen
module.
2. Static Methods
2.1. Uize.Dom.Fullscreen.exitFullscreen
IMPLEMENTATION INFO
this feature was introduced in this module |
2.2. Uize.Dom.Fullscreen.getFullscreenElement
IMPLEMENTATION INFO
this feature was introduced in this module |
2.3. Uize.Dom.Fullscreen.inFullscreen
IMPLEMENTATION INFO
this feature was introduced in this module |
2.4. Uize.Dom.Fullscreen.requestFullscreen
IMPLEMENTATION INFO
this feature was introduced in this module |
2.5. Uize.Dom.Fullscreen.setFullscreen
IMPLEMENTATION INFO
this feature was introduced in this module |
2.6. Uize.Dom.Fullscreen.toggleFullscreen
IMPLEMENTATION INFO
this feature was introduced in this module |