new scrllmsk(options){msk}
Initializes a new scrllmsk instance.
| Name | Type | Description | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
Options used to customize the scrllmsk
|
Returns:
| Type | Description |
|---|---|
| msk | A new scrllmsk instance. |
Requires
Members
-
readonlycontainerHTMLElement
-
The container element
-
readonlycontentHTMLElement
-
The content element
Methods
-
staticscrllmsk.getElInstance(el){scrllmsk}
-
returns the scrllmsk instance associated with the provided element's id attribute
Name Type Description elElement The element with the lookup id Returns:
Type Description scrllmsk The associate scrllmsk, if it exists -
staticscrllmsk.getInstance(id){scrllmsk}
-
returns the scrllmsk instance associated with the id
Name Type Description idString The lookup id Returns:
Type Description scrllmsk The associate scrllmsk, if it exists