mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Implements load method for multi-video widget
This commit is contained in:
parent
6ee162ccd5
commit
9b2d208e8e
@ -121,6 +121,15 @@ class multi_video extends HTMLElement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Calls load method for all its sub videos
|
||||||
|
* https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/load
|
||||||
|
*/
|
||||||
|
load()
|
||||||
|
{
|
||||||
|
this._videos.forEach(_item =>{_item.node.load()});
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* init/update video tags
|
* init/update video tags
|
||||||
* @param _value
|
* @param _value
|
||||||
|
Loading…
Reference in New Issue
Block a user