UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

20 lines (19 loc) 642 B
<jqxScheduler [theme]="'material'" #scheduler [width]="getWidth()" [height]="600" [date]="date" [source]="dataAdapter" [exportSettings]="exportSettings" [showLegend]="true" [resources]="resources" [view]="'weekView'" [views]="views" [appointmentDataFields]="appointmentDataFields"> </jqxScheduler> <div style='margin-top: 20px;'> <div style='margin-left: 10px; float: left;'> <jqxButton [theme]="'material'" #excelExport (onClick)="printClick()"> Print </jqxButton> </div> </div>