Bottom line: When the user clicks on the title of the video they get a popup that allows them to view the actual file.
I want to incorporate another feature, however, in that when the user hovers over the video title, they get a tooltip that lets them see the thumbnail associated with that file.
I can see how it's done, at least as far as being able to view some simple text like this:
But how do I get two different functionalities to exist side by side with one being activated with a mouseover, the other with a click - both of which, apparently require the "data-toggle" dynamic?