UNPKG

taffy-coustom-ui

Version:
14 lines (12 loc) 534 B
<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>