jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
20 lines • 674 B
HTML
<jqxSplitter [theme]="'material'"
[]="[{ size: '40%'}]"
[]="600"
[]="getWidth()">
<div style="overflow: hidden;">
<jqxListBox [theme]="'material'"
(onSelect)="select($event)"
[]="0"
[]="dataAdapter"
[]="'firstname'"
[]="'notes'"
[]="renderer"
[]="70"
[]="'100%'"
[]="'100%'">
</jqxListBox>
</div>
<div style="overflow: hidden;"
</div>
</jqxSplitter>