mediagalleryUiMemoryusage()
Categories: UI
.mediagalleryUiMemoryusage( [ options ] )
Subclass: de_epages
Inherit: (Subclass: de_epages) .widget()
Plugin: de_epages.mediagallery.ui.memoryusage
Description: Create a box that displays the current utilisation of the MediaGallery.
-
.mediagalleryUiMemoryusage( [ options ] )
version added: 6.15.0options A map of additional options pass to the method.
The .mediagalleryUiMemoryusage()
method creates a box that displays the current utilisation of the MediaGallery.It shows how much memory is used / still free.
-
Apply .mediagalleryUiMemoryusage() widget to an element.
HTML:
<div id="memoryusage"></div>
Code:
de_epages("#memoryusage").mediagalleryUiMemoryusage({ currentUsage: 48000 });