jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
15 lines (13 loc) • 486 B
HTML
<div style="height: 30px"></div>
<jqxTextArea [theme]="'material'" #jqxTextArea
(onSelect)="select($event)"
[placeHolder]="'Contact Name:'"
[source]="dataAdapter"
[displayMember]="'ContactName'" [valueMember]="'CompanyName'"
[width]="200" [height]="40">
</jqxTextArea>
<label style="font-family: Verdana; font-size: 10px;">
ex: Ana
</label>
<div style="font-family: Verdana; font-size: 13px;" #selectionlog>
</div>