jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
39 lines (34 loc) • 1.01 kB
HTML
<div>Default</div>
<jqxComboBox [theme]="'material'"
[width]="200" [height]="30" [source]="source" [selectedIndex]="1">
</jqxComboBox>
<br />
<div>Primary</div>
<jqxComboBox [theme]="'material'"
[width]="200" [height]="30" [source]="source"
[selectedIndex]="1" [template]="'primary'">
</jqxComboBox>
<br />
<div>Success</div>
<jqxComboBox [theme]="'material'"
[width]="200" [height]="30" [source]="source"
[selectedIndex]="1" [template]="'success'">
</jqxComboBox>
<br />
<div>Info</div>
<jqxComboBox [theme]="'material'"
[width]="200" [height]="30" [source]="source"
[selectedIndex]="1" [template]="'info'">
</jqxComboBox>
<br />
<div>Warning</div>
<jqxComboBox [theme]="'material'"
[width]="200" [height]="30" [source]="source"
[selectedIndex]="1" [template]="'warning'">
</jqxComboBox>
<br />
<div>Danger</div>
<jqxComboBox [theme]="'material'"
[width]="200" [height]="30" [source]="source"
[selectedIndex]="1" [template]="'danger'">
</jqxComboBox>