UNPKG

jqwidgets-scripts-custom

Version:

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

14 lines (11 loc) 564 B
<jqxFileUpload [theme]="'material'" #myFileUpload style="float: left" (onSelect)="onSelect($event)" (onRemove)="onRemove($event)" (onUploadStart)="onUploadStart($event)" (onUploadEnd)="onUploadEnd($event)" [width]="300" [uploadUrl]="'upload.php'" [fileInputName]="'fileToUpload'"> </jqxFileUpload> <div style="float: left; margin-left: 50px"> <div style="margin-bottom: 10px; font-family: Verdana; font-size: smaller"> Events log: </div> <jqxPanel [theme]="'material'" #myPanel [width]="300" [height]="150"></jqxPanel> </div>