public class Mask extends Object
Modifier and Type | Method and Description |
---|---|
void |
$init(Map opts)
The constructor.
|
void |
destroy()
Removes the mask.
|
void |
hide()
Hide the mask.
|
void |
sync()
Synchronizes the visual states of the mask with the specified element and the browser window.
|
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy
public void $init(Map opts)
To remove the mask, invoke destroy()
.
opts
- [optional] the options:
DOMElement
anchor - the anchor of the applied mask, it can be an instance of String
or DOMElement
.public void hide()
sync()
to synchronized the visual states.public void sync()
public void destroy()
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.