-
Notifications
You must be signed in to change notification settings - Fork 391
Open
Labels
Description
Currently it is impossible to pass HTML elements as a content, only html string.
I want to subscribe to some events fired by tool tip content, ie I have a button inside tool tip. The only way to achieve this currently, is to inline javascript in html string, and that's very limiting.
I want to be able to create HTML elements subscribe to event's, and pass this object to be attached to document object model.