UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

33 lines (23 loc) 932 B
<jqxDropDownList [theme]="'material'" [width]="200" [height]="30" [source]="source" [selectedIndex]="1"> </jqxDropDownList> <br /> <jqxDropDownList [theme]="'material'" [width]="200" [height]="30" [source]="source" [selectedIndex]="1" [template]="'primary'"> </jqxDropDownList> <br /> <jqxDropDownList [theme]="'material'" [width]="200" [height]="30" [source]="source" [selectedIndex]="1" [template]="'success'"> </jqxDropDownList> <br /> <jqxDropDownList [theme]="'material'" [width]="200" [height]="30" [source]="source" [selectedIndex]="1" [template]="'info'"> </jqxDropDownList> <br /> <jqxDropDownList [theme]="'material'" [width]="200" [height]="30" [source]="source" [selectedIndex]="1" [template]="'warning'"> </jqxDropDownList> <br /> <jqxDropDownList [theme]="'material'" [width]="200" [height]="30" [source]="source" [selectedIndex]="1" [template]="'danger'"> </jqxDropDownList>