Class type Goog.Ui.iframeMask
class type iframeMask = object..end
Inherits
method applyMask : unit Js.meth
Applies the iframe mask to the screen.
method disposeInternal : unit Js.meth
Removes the iframe from the DOM.
method hideMask : unit Js.meth
Removes the mask from the screen.
method listenOnTarget :
'a 'b.
(#Goog.Events.eventTarget as 'a) Js.t ->
Js.js_string Js.t ->
Js.js_string Js.t -> (#Dom_html.element as 'b) Js.t -> unit Js.meth
Listens on the specified target, hiding and showing the iframe mask when the given event types are dispatched.
method removeHandlers : unit Js.meth
Removes all handlers attached by listenOnTarget.
method setOpacity : float -> unit Js.meth
Sets the opacity of the mask. Will take effect the next time the mask is applied.
method setSnapElement :
'c. (#Dom_html.element as 'c) Js.t -> unit Js.meth
Sets the element to use as the bounds of the mask. Takes effect immediately.
method setZIndex : int -> unit Js.meth
Sets the z-index of the mask. Will take effect the next time the mask is applied.
