jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
14 lines (12 loc) • 547 B
HTML
<jqxPopover
[showCloseButton]="true" [selector]="'#button'" [title]="'Employees'"
[arrowOffsetValue]="50" [offset]="{ left: left, top: top }" [rtl]="true">
<div #employees></div>
</jqxPopover>
<div style="height: 33px; border-width: 1px; border-style: solid; padding: 10px;" class="jqx-widget-header">
<jqxButton #buttonReference
style="float: right" id="button" (onClick)="updatePopoverPosition()"
[width]="150" [height]="35" [template]="'inverse'">
View Employees
</jqxButton>
</div>