jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
15 lines (14 loc) • 435 B
HTML
<div id="timpicker">
<jqxTimePicker #timepicker (onChange)="change($event)" [width]="size" [height]="size" [format]="format"></jqxTimePicker>
</div>
<div id="settingsForm">
<jqxForm #myForm
(onFormDataChange)="formDataChange($event)"
(onButtonClick)="buttonClick($event)"
[width]="280"
[height]="'auto'"
[template]="template"
[value]="sampleValue"
>
</jqxForm>
</div>