allows any HTML element to request fullscreen display. See also the current draft of the spec:
http://www.w3.org/TR/fullscreen/Settings.enableFullscreen
bool enableFullscreen() @propertyGet enableFullscreen property.
Returns
Whether to enable the Javascript Fullscreen API. The API
void enableFullscreen(bool propval) @propertySet enableFullscreen property.
Parameters
propval | Whether to enable the Javascript Fullscreen API. The API allows any HTML element to request fullscreen display. See also the current draft of the spec: http://www.w3.org/TR/fullscreen/ |