UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.

12 lines 555 B
<div style="height: 33px; border: 1px solid lightgray; padding: 10px;" class="jqx-widget-header"> <div style="float: right"> <jqxButton #buttonReference id="button" [width]="150" [height]="35" [template]="'inverse'"> View Employees </jqxButton> <jqxPopover [showCloseButton]="true" [selector]="'#button'" [title]="'Employees'" [arrowOffsetValue]="50" [offset]="{ left: left, top: top }"> <div #employees></div> </jqxPopover> </div> </div>