search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to render component in event areas's html?

Asked by RichieRich
5 years ago.

I have tried loading a component (<tw-popover-teams></tw-popover-teams> ) in 'html' of event areas but could not achieve. Please suggest.

args.e.areas.push({
right: 6,
bottom: 0,
left: 0,
visibility: 'Visible',
html: ' <div class="popover-content popover-body"> <tw-popover-teams></tw-popover-teams> </div> '
});

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.