jqwidgets-framework
Version:
jQWidgets is an advanced jQuery, Angular, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
10 lines (9 loc) • 337 B
HTML
<jqxInput #myInput style="float: left"
[width]="250" [height]="23" [source]="countries"
[minLength]="1" [placeHolder]="'Enter a Country:'">
</jqxInput>
<div style="float: left">
<jqxButton (onClick)="myBtnOnClick()"
[width]="28" [height]="25" [imgSrc]="'../images/search_lg.png'">
</jqxButton>
</div>