public class FullMask extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
$init(Map opts)
The constructor of the full mask object.
|
void |
destroy()
Removes the full mask.
|
void |
hide()
Hide the full mask.
|
void |
sync()
Synchronizes the visual states of the full mask with the specified element and the browser window.
|
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxypublic void $init(Map opts)
To remove the full mask, invoke destroy().
opts - [optional] the options. Allowed options:
DOMElement mask: the mask element if the mask was created somewhere else. Default: create a new one.DOMElement anchor: whether to insert the mask before.public void destroy()
public void hide()
sync() to synchronized the visual states.public void sync()
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.