- Description:
Element overlay methods.
This module is used to create overlay information on components. For example to generate or destroy file drop-zones.
- Source:
- Copyright:
- 2022 Ferran Recio
- 2022 Ferran Recio
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Element overlay methods.
This module is used to create overlay information on components. For example to generate or destroy file drop-zones.
Members
(static, constant) addOverlay
- Description:
Adds an overlay to a specific page element.
- Source:
Adds an overlay to a specific page element.
(static, constant) removeOverlay
- Description:
Adds an overlay to a specific page element.
- Source:
Adds an overlay to a specific page element.
(inner) isInitialized :boolean
- Description:
if the module is capturing the proper page events.
- Source:
if the module is capturing the proper page events.
Type:
- boolean
(inner) isInitialized :Object
- Description:
if the module is capturing the proper page events.
- Source:
if the module is capturing the proper page events.
Type:
- Object
Methods
(inner) rePositionPreviewInfoElement(overlay)
- Description:
Re-position the preview information element by calculating the section position.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
overlay |
Object | the overlay element. |