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) • 381 B
HTML
<div style="height: 30px"></div>
<jqxTextArea [theme]="'material'" #jqxTextArea
[placeHolder]="'Contact Name:'"
[source]="dataAdapter"
[displayMember]="'ContactName'" [valueMember]="'CompanyName'"
[width]="'30%'" [height]="80">
</jqxTextArea>
<br />
<label style="font-family: Verdana; font-size: 10px;">
ex: Ana
</label>